Created 03-20-2017 06:28 AM
Usecase : Export data from Hadoop cluster using Sqoop.
Question : From which node Sqoop exports data ? is it Name node or any data node?
Created 03-20-2017 06:33 AM
An example of Sqoop’s export process will be to read a set of delimited text files from HDFS in parallel, parse them into records, and insert them as new rows in a target database table, for consumption by external applications or users.
So ideally it can be any node in your HDP cluster where you have the sqoop installed and can access the HDFS.
Created 03-20-2017 06:33 AM
An example of Sqoop’s export process will be to read a set of delimited text files from HDFS in parallel, parse them into records, and insert them as new rows in a target database table, for consumption by external applications or users.
So ideally it can be any node in your HDP cluster where you have the sqoop installed and can access the HDFS.
Created 03-20-2017 06:45 AM
Thanks Jay.
Created 03-20-2017 11:00 AM