mesos / hadoop

Hadoop on Mesos
176 stars 80 forks source link

Error: Could not find or load main class org.apache.hadoop.mapred.MesosExecutor #75

Closed jmozah closed 4 years ago

jmozah commented 4 years ago

Even after copying the hadoop-mesos-0.1.0.jar into the share/hadoop/common/lib folder.. i get this error. I could see that Jobtracker is loading this lib. I could see this loib being loaded in jobtracker message "STARTUP_MSG: classpath = ..."

I am using ubuntu 18.04 java openjdk version "1.8.0_252"

jmozah commented 4 years ago

Solved. For anyone facing the same issue. we always have to upload the cdh version in hdfs which has the hadoop-mesos-0.1.0.jar. I was uploading the original version which didn't have the mesos jar.