-
8 年前
hadoop 常用命令收集
hadoop 常用命令 大数据
1、查看指定目录下内容 hadoop dfs –ls [文件目录] eg: hadoop dfs –ls /test/ 2、打开某个已存在文件 hadoop dfs –cat [file_path] eg:hadoop dfs -cat /test/data.txt 3、将本地文件存储至hadoop hadoop fs –put [本地地址] [hadoop目录] hadoop f…
1、查看指定目录下内容 hadoop dfs –ls [文件目录] eg: hadoop dfs –ls /test/ 2、打开某个已存在文件 hadoop dfs –cat [file_path] eg:hadoop dfs -cat /test/data.txt 3、将本地文件存储至hadoop hadoop fs –put [本地地址] [hadoop目录] hadoop f…