Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将文件夹从本地文件系统导出到 hdfs 。我正在通过 R 运行代码。我怎么能做到呢?
希望提出建议
您应该使用该system命令轻松地做到这一点:
system
system("hadoop fs -put /path/to/file /path/in/hdfs")
您还可以使用rhdfs项目,特别是功能hdfs.write或hdfs.copy应该做同样的事情。
hdfs.write
hdfs.copy