项目场景:
将Linux系统本地的~./bashrc文件上传到HDFS的text文件夹中问题描述:
这个玩意是正常的 并不是报错./bin/hdfs dfs -put ~/.bashrc test
2021-09-17 10:24:22,037 INFO sasl.SaslDataTransferClient: SASL encryption trust check: localHostTrusted = false, remoteHostTrusted =
./bin/hdfs dfs -ls test
Found 1 items
-rw-r--r-- 1 hadoop supergroup 3937 2021-09-17 10:24 test/.bashrc

本文介绍了如何将Linux系统的~./bashrc文件上传至HDFS的text文件夹中,并展示了具体的命令行操作过程及文件权限等信息。

3556

被折叠的 条评论
为什么被折叠?



