Deepesh Khandelwal created HIVE-18579:
-----------------------------------------
Summary: Changes from HIVE-18495 introduced import paths from
shaded jars
Key: HIVE-18579
URL: https://issues.apache.org/jira/browse/HIVE-18579
Project: Hive
Issue Type: Bug
Components: Hive
Affects Versions: 3.0.0
Reporter: Deepesh Khandelwal
Assignee: Zoltan Haindrich
When compiling the latest code after HIVE-18495 seeing the following issue:
{noformat}
-------------------------------------------------------------
[ERROR] COMPILATION ERROR :
-------------------------------------------------------------
[ERROR]
/grid/0/jenkins/workspace/Zuul_HDP_Build_Job/build-support/SOURCES/hive/ql/src/test/org/apache/hive/testutils/HiveTestEnvSetup.java:[29,64]
package org.apache.hadoop.hbase.shaded.com.google.common.collect does not exist
[ERROR]
/grid/0/jenkins/workspace/Zuul_HDP_Build_Job/build-support/SOURCES/hive/ql/src/test/org/apache/hive/testutils/MiniZooKeeperCluster.java:[43,68]
package org.apache.hadoop.hbase.shaded.com.google.common.annotations does not
exist
ERROR]
/grid/0/jenkins/workspace/Zuul_HDP_Build_Job/build-support/SOURCES/hive/ql/src/test/org/apache/hive/testutils/MiniZooKeeperCluster.java:[100,4]
cannot find symbol
symbol: class VisibleForTesting
location: class org.apache.hive.testutils.MiniZooKeeperCluster
[INFO] 3 errors
{noformat}
Seems like org.apache.hadoop.hbase.shaded.com.google.* is being used, I am
guessing the idea was to use com.google.*. Not sure why we didn't see this
failing in Apache Hive build system.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)