[
https://issues.apache.org/jira/browse/PHOENIX-4880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16615176#comment-16615176
]
Hudson commented on PHOENIX-4880:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #2036 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2036/])
PHOENIX-4880 Shade the rest of Phoenix dependencies in (elserj: rev
ba1fd712ae8cdc0fc20805a7b03b7df7b0258542)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/MultiHfileOutputFormat.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/DateUtil.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/UserDefinedFunctionsIT.java
* (edit) phoenix-hive/src/it/java/org/apache/hadoop/hive/ql/QTestUtil.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/PartialScannerResultsDisabledIT.java
* (edit)
phoenix-hive/src/test/java/org/apache/phoenix/hive/query/PhoenixQueryBuilderTest.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/hbase/index/covered/CoveredColumnIndexCodec.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/util/PhoenixRuntimeTest.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixRuntime.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/DateTimeIT.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/log/QueryLoggerUtil.java
* (edit) pom.xml
* (edit) phoenix-core/pom.xml
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/SortOrderIT.java
* (edit)
phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/Scenario.java
* (edit)
phoenix-hive/src/main/java/org/apache/phoenix/hive/query/PhoenixQueryBuilder.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexScrutinyTool.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/execute/UpsertSelectOverlappingBatchesIT.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/QueryUtil.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexMaintenanceIT.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/StringUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/CsvBulkLoadTool.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/expression/function/CollationKeyFunction.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/PhoenixConfigurationUtil.java
* (edit) phoenix-client/pom.xml
* (edit)
phoenix-pherf/src/main/java/org/apache/phoenix/pherf/rules/RulesApplier.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/expression/function/CollationKeyFunctionTest.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/query/KeyRangeClipTest.java
* (edit) phoenix-server/pom.xml
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/monitoring/GlobalMetricRegistriesAdapter.java
* (edit)
phoenix-pig/src/main/java/org/apache/phoenix/pig/PhoenixHBaseLoader.java
> Phoenix IndexTool doesn't work on HBase2 per documentation
> ----------------------------------------------------------
>
> Key: PHOENIX-4880
> URL: https://issues.apache.org/jira/browse/PHOENIX-4880
> Project: Phoenix
> Issue Type: Bug
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Major
> Fix For: 5.1.0
>
> Attachments: PHOENIX-4880.001.patch
>
>
> The website documentation states that to run {{IndexTool}}, you should do:
> {code}
> $ hbase org.apache.phoenix.mapreduce.index.IndexTool
> {code}
> This ends up running the class using the phoenix-server jar which fails
> because we have conflicting versions of commons-cli, as described by
> HBASE-20201. Phoenix-client.jar does not have this problem as we did the
> workaround there as well.
> {code}
> $ hadoop jar $PHOENIX_HOME/phoenix-*client.jar
> org.apache.phoenix.mapreduce.index.IndexTool
> {code}
> Does work, however. I suppose we still want to fix phoenix-server.jar? (no
> reason not to?)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)