[ https://issues.apache.org/jira/browse/HIVE-8040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131330#comment-14131330 ]
Satish Mittal commented on HIVE-8040: ------------------------------------- Applied 2nd patch and ran 'mvn clean install -DskipTests -Phadoop-1'. Now it failed at: {noformat} [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project hive-exec: Compilation failure: Compilation failure: [ERROR] /home/satish/work/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/CustomPartitionEdge.java:[29,27] cannot find symbol [ERROR] symbol : class DataInputByteBuffer [ERROR] location: package org.apache.hadoop.io [ERROR] /home/satish/work/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/CustomPartitionEdge.java:[73,4] cannot find symbol [ERROR] symbol : class DataInputByteBuffer [ERROR] location: class org.apache.hadoop.hive.ql.exec.tez.CustomPartitionEdge [ERROR] /home/satish/work/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/CustomPartitionEdge.java:[73,35] cannot find symbol [ERROR] symbol : class DataInputByteBuffer [ERROR] location: class org.apache.hadoop.hive.ql.exec.tez.CustomPartitionEdge {noformat} > Commit for HIVE-7925 breaks hadoop-1 build > ------------------------------------------ > > Key: HIVE-8040 > URL: https://issues.apache.org/jira/browse/HIVE-8040 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Affects Versions: 0.14.0 > Reporter: Xuefu Zhang > Attachments: HIVE-8040.1.patch.txt, HIVE-8040.2.patch.txt > > > {code} > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) > on project hive-metastore: Compilation failure > [ERROR] > /home/xzhang/apache/hive7/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java:[45,37] > package org.apache.commons.math3.stat does not exist > [ERROR] -> [Help 1] > {code} > Missing pom file changes maybe? -- This message was sent by Atlassian JIRA (v6.3.4#6332)