asinkovits commented on a change in pull request #1252:
URL: https://github.com/apache/hive/pull/1252#discussion_r455122449



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionState.java
##########
@@ -109,7 +112,7 @@
 
   private final HiveConf conf;
   private Path tezScratchDir;
-  private LocalResource appJarLr;
+  private Collection<LocalResource> appJarLrs;

Review comment:
       Thanks for the suggestion. Unfortunately it seems that the generated 
HiveParser.class has some huge methods, which causes the shade plugin to fail.
   
   Error creating shaded jar: Problem shading JAR 
/home/antals/.m2/repository/org/apache/hive/hive-parser/4.0.0-SNAPSHOT/hive-parser-4.0.0-SNAPSHOT.jar
 entry org/apache/hadoop/hive/ql/parse/HiveParser.class: 
java.lang.RuntimeException: Method code too large!




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to