logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

hadoop2.6快速离线部署

1. 关闭防火墙-# firewall-cmd --state-# systemctl stop firewalld.service-# systemctl disable firewalld.service-# vi /etc/selinux/configSELINUX=disabled ,然后重启2) 虚拟机IP配置BOOTPROTO=staticIPADDR=192.168.220.

#hadoop#虚拟机
hadoop权威指南(第四版)要点翻译(4)——Chapter 3. The HDFS(1-4)

Filesystems that manage the storage across a network of machines are called distributed filesystems. Since they are network based, all the complications of network programming kick in, thus making dis

#hadoop
oracle笔记整理3——commit,rollback,flashback

1. commit和rollback1) commit之前a)困难的工作已经完成,数据已经修改,99%的工作已经完成。b)已经在SGA中生成了undo块c)已经在SGA中生成了已修改数据块。d)已经在SGA中生成了对于前两项的缓存redo。e)已经得到了所需的全部锁。

#oracle
到底了