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.
ローカルノードに保存してからcopyfromlocalを使用せずに、pythonを使用してhdfsに直接データを書き込むことができるさまざまなオプションを探しています。
ローカル ファイルに似た hdfs ファイルを使用し、次のような行を引数として write メソッドを使用したいと思います。
hdfs_file = hdfs.create("file_tmp") hdfs_file.write("Hello world\n")
上記のユースケースに似たものはありますか?