I've run into a small issue with my cluster deployed with Parcels. I was
running a package install before and did not run into the issue.
It seems that default location for LIBs are not "reversed linked" from the
parcel folder. i.e. The parcel version of sqoop does not use the default
lib folder.
Ex :
The Sqoop documentation indicates that libraries (in my case, Sql Server
JDBC drivers) should be put in /usr/lib/sqoop/lib/. This works fine using
the package installation... but using the parcel, it only works if I put
the JDBC file in the Parcel sub folder.. in my case :
/opt/cloudera/parcels/CDH-4.2.0-1.cdh4.2.0.p0.10/lib/sqoop/lib
Is this the expected behavior?
Should I put my 3rd party JARs elsewhere to avoid having to move them
around if I deploy a new parcel.
Thanks!