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.writeorを使用することもできますhdfs.copy。
hdfs.write
hdfs.copy