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"
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.
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"