提示安全模式
mkdir: Cannot create directory /input. Name node is in safe mode.
开关安全模式、查看安全模式状态:
hdfs dfsadmin -safemode get //查看状态
hdfs dfsadmin -safemode enter //进入安全模式
hdfs dfsadmin -safemode get //查看状态
hdfs dfsadmin -safemode leave //退出安全模式
hdfs dfsadmin -safemode get //查看安全模式
hadoop shell命令:
FS Shell 调用文件系统(FS)Shell命令应使用
bin/hadoop fs <args>
cat 使用方法:
hadoop fs -cat URI [URI …]
将路径指定文件的内容输出到stdout。
示例:
hadoop fs -cat hdfs://host1:port1/file1 hdfs://host2:port2/file2
hadoop fs -cat file:///file3 /user/hadoop/file4
返回值:成功返回0,失败返回-1。
chgrp 使用方法:
hadoop fs -chgrp [-R] GROUP URI [URI …] Change group association of files. With -R, make the change recursively through the directory structure. The user must be the owner of files, or else a super-user. Additional information is in the Permissions User Guide. -->
改变文件所属的组。使用-R将使改变在目录结构下递归进行。命令的使用者必须是文件的所有者或者超级用户。更多的信息请参见HDFS权限用户指南。
chmod 使用方法:
hadoop fs -chmod [-R] <MODE[,MODE]... | OCTALMODE> URI [URI …]
改变文件的