The answer here rather depends on what you're running. eg: If you're trying
to submit a job you'd use 'hadoop jar'
but I assume that's not your situation here.
If you're trying to run a program that respects the classpath, you would
append the output of 'hadoop classpath'
to the classpath of your program. This command automatically calculates the
classpath that's correct for the
currently active parcel.
--phil
On 13 March 2013 18:04, Rainman wrote:
Can anyone please tell me for this version what am I supposed to see under
/usr/lib and what should be my env. variables to run java client programs?
In the older version after install, I had links to
/usr/lib/hadoop-mapreduce etc etc..I see none after upgrade.
It seems to have installed under /opt/cloudera and I see parcels folder
(under CDH-4.2.0-1.cdh4.2.0.p0.10). I used auto install using the manager.
I added hdfs/mr1 services.
Thanks
--
Can anyone please tell me for this version what am I supposed to see under
/usr/lib and what should be my env. variables to run java client programs?
In the older version after install, I had links to
/usr/lib/hadoop-mapreduce etc etc..I see none after upgrade.
It seems to have installed under /opt/cloudera and I see parcels folder
(under CDH-4.2.0-1.cdh4.2.0.p0.10). I used auto install using the manager.
I added hdfs/mr1 services.
Thanks
--