I recently upgraded my cluster from Apache Hadoop1.0 to CDH4.4.0. I have a web server in another machine, from where I submit jobs to this remote cluster through the mapreduce client. I still want to use MR1, not yarn. I compiled my client code with client banks in a CDH installation (/ usr / lib / hadoop / client / *)
We get the error below when creating an instance of JobClient. There are many messages related to the same problem, but all solutions relate to the scenario of sending a job to a local cluster, and not to a remote one, and in particular, in my case from the wls container .
JobClient jc = new JobClient(conf);
Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses.
But working from the command line on the cluster works fine.
Appreciate your timely help!
mapreduce hadoop cloudera
Rgc
source share