标签: file hadoop copy hortonworks-sandbox
我有Hortonworks系统,想要将文件从文件系统复制到Hadoop。最好的方法是什么?
答案 0 :(得分:1)
尝试:
hadoop fs -put /your/local/file.pdf /your/hdfs/location
或
hadoop fs -copyFromLocal /your/local/file.pdf /your/hdfs/location
参考put command