To install the MySQL connector in Sqoop I need to put the jar file in the Sqoop directory but I cannot find it (it is not in /usr/lib/sqoop
).
I installed Sqoop with Cloudera on multiple machines.
Where can I find the Sqoop directory on one of the machines?
ls -la /usr/bin/sqoop
pointed me to/etc/alternatives/sqoop
, thenls -la /etc/alternatives/sqoop
all the way to/opt/cloudera/parcels/CDH-4.2.0-1.cdh4.2.0.p0.10/bin/sqoop
. My libs were in/opt/cloudera/parcels/CDH-4.2.0-1.cdh4.2.0.p0.10/lib/sqoop
– Ias