1.Linux环境变量设置
在/etc/profile中添加环境变量
sudo vim /etc/profile PATH=$PATH:/usr/local/hadoop/bin source /etc/profile
2.