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.
AS / 400サーバー上のdb2からHadoopファイルシステムにデータ/テーブルを取得するにはどうすればよいですか?AS / 400サーバーとHadoopファイルシステム間の接続をどのように確立しますか?
SQOOPを使用して、MySQLサーバーデータからHadoopファイルシステムにデータ/テーブルを取得できることを知っています。
I believe that DB2 has native connector in Sqoop, so I would recommend similar way as you're moving data from MySQL (e.g. using JDBC interface).