摘要:
hadoop fs -cat hadoop fs -cat |more #more参数可是分页显示文件内容 echo abcd | hadoop fs -put - #将打印到屏幕的内容保存到hdfs hadoop fs -cat ls | hadoop fs -put #将本地目录下的文件名保存到hdfs文件中 hadoop fs -copyToLocal #复制... 阅读全文
摘要:
阅读全文