[
https://issues.apache.org/jira/browse/PHOENIX-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17381611#comment-17381611
]
Josh Elser commented on PHOENIX-6515:
-------------------------------------
This obviously affects phoenix-core, but also affects phoenix-pherf:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile
(default-testCompile) on project phoenix-pherf: Compilation failure
[ERROR]
../phoenix-pherf/src/it/java/org/apache/phoenix/pherf/workload/mt/TenantViewOperationWorkloadIT.java:[67,25]
cannot access org.apache.hadoop.hbase.HBaseZKTestingUtility
[ERROR] class file for org.apache.hadoop.hbase.HBaseZKTestingUtility not
found {noformat}
> Phoenix uses hbase-testing-util but does not list it as a dependency
> --------------------------------------------------------------------
>
> Key: PHOENIX-6515
> URL: https://issues.apache.org/jira/browse/PHOENIX-6515
> Project: Phoenix
> Issue Type: Bug
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Major
> Fix For: 5.2.0
>
>
> Just saw a build failure of Phoenix at $dayjob due to OMID-211. OMID-211
> removes the hbase-testing-util as a regular-scope dependency and adds it
> (properly) as a test-scope dependency. However, this means that phoenix-core
> no long has hbase-testing-util on the classpath and will fail to compile.
> Easy fix to just list the hbase-testing-util as a test-scope dependency.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)