Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster
We have not seen this error, but wanted to include it in our listing of identified PolyBase errors. The user later noted that their solution required a change to the mapred-site.xml file, as follows:
<property> <name>mapreduce.app-submission.cross-platform</name> <value>True</value> </property>
You can find the full user thread here: Yarn ClassPath Value for Polybase Pushdown
1 comment:
I have already the value set as the same. What else could possibly be the issue?
Post a Comment