Member since
03-18-2016
4
Posts
2
Kudos Received
0
Solutions
03-18-2016
11:32 PM
1 Kudo
I'm attempting to run a Spark job via YARN using Gremlin (graph traversal language). However, the Application Master dies with a "bad substitution" error. I can see in the error message that ${hdp.version} isn't being resolved. According to various sources online I should be able to set the following property when I submit my job to fix the issue: spark.yarn.am.extraJavaOptions=-Dhdp.version=2.3.4.0-3485 It sure seems like this should work, but it doesn't. Can anybody help?
... View more
Labels:
- Labels:
-
Apache Spark