我知道有一個熟悉的標題問題,但我們問的是不同的。 我想這複製文件從本地到HDFS
[email protected]:/usr/local/hadoop$ bin/hadoop dfs -copyFromLocal /tmp/Text /home/hduser/Text
而且我得到這個:
DEPRECATED: Use of this script to execute hdfs command is deprecated.
Instead use the hdfs command for it.
15/10/14 10:15:21 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
copyFromLocal: `/home/hduser/Text': No such file or directory
不過,我有到/ home/hduser /文本和我使用HDFS命令 是什麼錯誤呢?我該如何修復它
您是否嘗試過在目標路徑中指定的服務器和端口:'HDFS: //:/home/hduser/T ext'? –
我正在單節點上工作。我需要指定服務器和端口嗎? –