HDFS基本命令行操作
1.基本命令
- 查看某一路径下的所有文件:
hdfs dfs -ls [filePath]
- 上传文件:
hdfs dfs -put [local filePath] [hdfs filePath]
- 下载文件:
hdfs dfs -get [hdfs filePath] [local filePath]
- 删除文件:
hdfs dfs -rm -r [hdfs filePath]
- 查看某一文件内容:
hdfs dfs -cat [filePath]
hdfs dfs -ls [filePath]
hdfs dfs -put [local filePath] [hdfs filePath]
hdfs dfs -get [hdfs filePath] [local filePath]
hdfs dfs -rm -r [hdfs filePath]
hdfs dfs -cat [filePath]
上一篇:MapReduce代码常见报错
下一篇:HDFS实战之下载文件
FFmpeg常用基本命令行
HDFS是Hadoop大数据平台中的分布式文件系统,为上层应用或其他大数据组件提供数据存储,如Hive,Mapreduce,Spark,HBase等。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M