[ https://issues.apache.org/jira/browse/HIVE-14476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575621#comment-15575621 ]
Sergio Peña commented on HIVE-14476: ------------------------------------ I get this error: {noformat} ⟫ git log | head -n 6 commit edb6a40a56cd994c44426731a3620cc6fb5f8c76 Author: Daniel Dai <da...@hortonworks.com> Date: Tue Oct 11 15:54:04 2016 -0700 HIVE-14690: Query fail when hive.exec.parallel=true, with conflicting session dir (Daniel Dai, reviewed by Thejas Nair) ⟫ git status On branch branch-1 Your branch is up-to-date with 'apache/branch-1'. nothing to commit, working directory clean ⟫ mvn clean install -Phadoop-2 -DskipTests ... [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/sergio/Development/Apache/hive/ql/src/java/org/apache/hadoop/hive/ql/io/orc/TreeReaderFactory.java:[1490,17] no suitable method found for ensureSize(long,boolean) method org.apache.hadoop.hive.ql.exec.vector.ColumnVector.ensureSize(int,boolean) is not applicable (argument mismatch; possible lossy conversion from long to int) method org.apache.hadoop.hive.ql.exec.vector.LongColumnVector.ensureSize(int,boolean) is not applicable (argument mismatch; possible lossy conversion from long to int) [ERROR] /home/sergio/Development/Apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java:[2512,15] cannot find symbol symbol: class TypeInfo location: class org.apache.hadoop.hive.ql.exec.Utilities [ERROR] /home/sergio/Development/Apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java:[2512,32] cannot find symbol symbol: variable TypeInfoUtils location: class org.apache.hadoop.hive.ql.exec.Utilities [ERROR] /home/sergio/Development/Apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java:[2513,10] cannot find symbol symbol: class TypeInfo location: class org.apache.hadoop.hive.ql.exec.Utilities [INFO] 4 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Hive ............................................... SUCCESS [ 2.080 s] [INFO] Hive Shims Common .................................. SUCCESS [ 2.389 s] [INFO] Hive Shims 0.20S ................................... SUCCESS [ 0.666 s] [INFO] Hive Shims 0.23 .................................... SUCCESS [ 2.257 s] [INFO] Hive Shims Scheduler ............................... SUCCESS [ 0.573 s] [INFO] Hive Shims ......................................... SUCCESS [ 0.688 s] [INFO] Hive Common ........................................ SUCCESS [ 3.325 s] [INFO] Hive Serde ......................................... SUCCESS [ 3.852 s] [INFO] Hive Metastore ..................................... SUCCESS [ 10.470 s] [INFO] Hive Ant Utilities ................................. SUCCESS [ 0.337 s] [INFO] Spark Remote Client ................................ SUCCESS [ 3.739 s] [INFO] Hive Query Language ................................ FAILURE [ 18.944 s] {noformat} > Fix logging issue for branch-1 > ------------------------------ > > Key: HIVE-14476 > URL: https://issues.apache.org/jira/browse/HIVE-14476 > Project: Hive > Issue Type: Bug > Reporter: Tao Li > Assignee: Tao Li > Attachments: HIVE-14476.1-branch-1.patch > > > This issue is from branch-1 code when we decide if a log entry is an > operational log or not (the operational logs are visible to the client). The > problem is that the code is checking the logging mode at the beginning of the > decide() method, while the logging mode is updated after that check. Due to > this issue, we ran into an issue that an operational log could be filtered > out if it's the very first log being checked from the this method. As a > result, that particular log is not showing up for the end user. -- This message was sent by Atlassian JIRA (v6.3.4#6332)