1. 程式人生 > >配置Hadoop環境

配置Hadoop環境


[[email protected]/]#nano /etc/udev/rules.d/70-persistent-net.rules 設定網絡卡 
[[email protected]/]#nano /etc/sysconfig/network-scripts/ifcfg-eth0 設定ip

[[email protected]/]#nano /etc/sysconfig/network 更改主機名

[[email protected]/]#useradd yuzewen 建立使用者

[[email protected]/]#passwd yuzewen為這個使用者設定密碼

[[email protected]/]#id yuzewen 檢視是否建立成功

[[email protected]/]#vim /etc/sudoers給這個使用者設定root許可權

:set nu 設定為顯示行號

注:day1  13沒看

97+shift+g定位到97行

複製98行到99行

#chown yuzewen:yuzewen  檔名1,檔名2 修改資料夾的擁有者