Member since
11-20-2017
2
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2146 | 12-01-2017 08:09 AM |
12-01-2017
08:09 AM
1 Kudo
I figured out what the issue was. My configuration object was not able to get mapreduce.framework.name as "yarn" from mapred-site.xml. So I was overiding mapreduce.framework.name in driver. So that it can pick YarnClientProtocolProvider instead of LocalClientProtocolProvider. When yarn is picked up it launched mapreduce job.
... View more