Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.4.0
-
None
-
None
-
Incompatible change, Reviewed
Description
There is no global setting available to specify JVM parameters for tez tasks (e.g: specifying native library location with java.library.path). Yarn allows specifying application.classpath, but not java opts. The only option right now is to set mapreduce.map.java.opts in the tez job config (or hive.tez.java.opts for Hive on Tez).
Suggestion from Bikas, while discussing this in tez-user group, is tez should have "TEZ_TASK_JAVA_OPTS so that you don’t have to specify this via mapreduce configuration parameters"