abstractdog commented on a change in pull request #1556:
URL: https://github.com/apache/hive/pull/1556#discussion_r540007276



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java
##########
@@ -1811,4 +1819,11 @@ static long parseRightmostXmx(String javaOpts) {
     }
     return allNonAppFileResources;
   }
+
+  public static void initTezAttributes(Configuration conf, ProcessorContext 
context) {

Review comment:
       makes sense
   I want to rely on this in later patches, e.g. HIVE-24278, but I think we can 
still make use of these properties runtime if it's moved to  TezProcessor, I'll 
do that




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to