gpt4 book ai didi

hadoop - Hadoop -copyFromLocal无法找到目标

转载 作者:行者123 更新时间:2023-12-02 21:40:43 25 4
gpt4 key购买 nike

我尝试将文件从本地复制到hadoop文件系统...
我正在使用单节点群集

hduser@jothinathan-VirtualBox:~$ hdfs dfs -mkdir -p /usr/hduser

hduser@jothinathan-VirtualBox:~$ hadoop fs -ls

Found 1 items

drwxr-xr-x - hduser supergroup 0 2015-03-10 18:33 sample

hduser@jothinathan-VirtualBox:~$ cd Documents

hduser@jothinathan-VirtualBox:~/Documents$ ls

file hadoopFIle.txt URICat URICat.java

hduser@jothinathan-VirtualBox:~/Documents$ cd

hduser@jothinathan-VirtualBox:~$ hadoop fs -copyFromLocal /Documents/file /usr/local/hadoop

copyFromLocal: `/usr/local/hadoop': No such file or directory

我收到此错误消息,请帮助我解决这个问题。

最佳答案

首先尝试此命令。

hadoop fs -ls /

如果它列出了本地文件系统文件(不是hdfs),请尝试
hadoop fs -ls hdfs://IP-ADDRESS-of your-machine/

现在将您的文件复制到hdfs
hadoop fs -copyFromLocal /Documents/file  hdfs://Ip-addressofyourmachine/above result path

关于hadoop - Hadoop -copyFromLocal无法找到目标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28965716/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com