Created 07-26-2016 01:08 PM
Hi,
Is there a way i can practice sqoop in apache ambari as like pig and Hive or sandbox is the only way i can use sqoop command to import and export data from and to RDBMS.
Can anyone please share the link to Sqoop hands on with HDP.
Thanks
Ravikumar.
Created 07-26-2016 01:16 PM
Sqoop is really a command line utility, so the best way to kick off sqoop jobs is very much on the console at the moment. You might also consider using Apache NiFi (HDF) for getting data out of relational sources if your use cases are reasonably simple (GBs rather than TBs).
Created 07-26-2016 01:16 PM
Sqoop is really a command line utility, so the best way to kick off sqoop jobs is very much on the console at the moment. You might also consider using Apache NiFi (HDF) for getting data out of relational sources if your use cases are reasonably simple (GBs rather than TBs).
Created 07-26-2016 01:26 PM
@Simon Elliston Ball Thank you!!!
Created 07-26-2016 01:19 PM
For now, Sqoop can be run only from the HDP machine. Refer to below Tutorial link:
Created 07-26-2016 01:26 PM
@Sindhu Thank you!!!
Created on 07-26-2016 02:02 PM - edited 08-18-2019 06:12 AM
When i run sqoop help command in sandbox i get warning saying accumulo does not exist.
Does the above error means my sqoop import command will fail ? how do i overcome the above error.
Created 07-27-2016 04:45 AM
That is the warning wrt ACCUMULO setting and would not affect the Sqoop run. This warning can be ignored.
Created on 07-27-2016 07:13 AM - edited 08-18-2019 06:12 AM