Hi,
I got a customer request to use sqoop to pull data from S3 to hdfs on incremental basis. As per my knowledge in sqoop, it is only used for importing/exporting data between RDMS and Hadoop.
Since I found in Sqoop documentation that data import is possible from S3 to HDFS. I need your guidance on this. As said in your response which connector I need to have here?
When I am trying to create the hdfs connector(create link -c hdfs-connector) as per the sqoop2 doc via sqoop cli, its always giving me connection refused error. But my sqoop2 server is up and running fine. When I give "show connector" it displays avaliable connectors( hdfs-connector & generic-jdbc-connector). Don't know why I am getting connection refused error.
Thanks
Govind