Hadoop HDFS Windows 10在尝试插入数据时没有这样的文件或目录

Hadoop HDFS Windows 10在尝试插入数据时没有这样的文件或目录,hadoop,hdfs,Hadoop,Hdfs,我正在windows 10上运行Hadoop,并尝试插入数据: C:\hadoop\bin>hdfs dfs -put C:\Users\pca\Documents\datas\customer.tbl 但是我犯了以下错误 put: `.': No such file or directory: `hdfs://localhost:9000/user/pca' 我尝试修复它(我不确定这是否解决了该错误): 之后,当我重新运行第一个命令时,我得到一个不同的错误: put: File /u

我正在windows 10上运行Hadoop,并尝试插入数据:

C:\hadoop\bin>hdfs dfs -put C:\Users\pca\Documents\datas\customer.tbl
但是我犯了以下错误

put: `.': No such file or directory: `hdfs://localhost:9000/user/pca'
我尝试修复它(我不确定这是否解决了该错误):

之后,当我重新运行第一个命令时,我得到一个不同的错误:

put: File /user/pca/customer.tbl._COPYING_ could only be written to 0 of the 1 minReplication nodes. There are 0 datanode(s) running and 0 node(s) are excluded in this operation.
put: File /user/pca/customer.tbl._COPYING_ could only be written to 0 of the 1 minReplication nodes. There are 0 datanode(s) running and 0 node(s) are excluded in this operation.