[
https://issues.apache.org/jira/browse/HBASE-18601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16215691#comment-16215691
]
stack commented on HBASE-18601:
-------------------------------
This looks like one of those cases where dependency on jenkins differs from
what we see locally.
If I do analyze, I get:
[INFO] --- maven-dependency-plugin:3.0.1:analyze (default-cli) @ hbase-rest ---
[WARNING] Used undeclared dependencies found:
[WARNING] org.glassfish.jersey.core:jersey-server:jar:2.25.1:compile
[WARNING] com.fasterxml.jackson.core:jackson-databind:jar:2.9.1:compile
[WARNING] javax.servlet.jsp:javax.servlet.jsp-api:jar:2.3.1:compile
[WARNING] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[WARNING]
org.apache.hbase:hbase-hadoop-compat:test-jar:tests:3.0.0-SNAPSHOT:test
[WARNING] com.fasterxml.jackson.core:jackson-core:jar:2.9.1:compile
[WARNING] Unused declared dependencies found:
[WARNING] org.apache.hbase:hbase-hadoop2-compat:jar:3.0.0-SNAPSHOT:compile
[WARNING] org.apache.hbase:hbase-mapreduce:test-jar:tests:3.0.0-SNAPSHOT:test
[WARNING] org.apache.hbase:hbase-testing-util:jar:3.0.0-SNAPSHOT:test
[WARNING] org.glassfish:javax.el:jar:3.0.1-b08:compile
[WARNING] org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
Let me add in the test compats explicitly... See if it makes a difference (and
rebase since this has rotted).
Here is new analyze w/ adjusted patch:
[WARNING] Used undeclared dependencies found:
[WARNING] org.glassfish.jersey.core:jersey-server:jar:2.25.1:compile
[WARNING] com.fasterxml.jackson.core:jackson-databind:jar:2.9.1:compile
[WARNING] javax.servlet.jsp:javax.servlet.jsp-api:jar:2.3.1:compile
[WARNING] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[WARNING] com.fasterxml.jackson.core:jackson-core:jar:2.9.1:compile
[WARNING] Unused declared dependencies found:
[WARNING] org.apache.hbase:hbase-hadoop2-compat:jar:3.0.0-SNAPSHOT:compile
[WARNING]
org.apache.hbase:hbase-hadoop2-compat:test-jar:tests:3.0.0-SNAPSHOT:test
[WARNING] org.apache.hbase:hbase-mapreduce:test-jar:tests:3.0.0-SNAPSHOT:test
[WARNING] org.apache.hbase:hbase-testing-util:jar:3.0.0-SNAPSHOT:test
[WARNING] org.glassfish:javax.el:jar:3.0.1-b08:compile
[WARNING] org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
> Update Htrace to 4.2
> --------------------
>
> Key: HBASE-18601
> URL: https://issues.apache.org/jira/browse/HBASE-18601
> Project: HBase
> Issue Type: Task
> Affects Versions: 2.0.0, 3.0.0
> Reporter: Tamas Penzes
> Assignee: Tamas Penzes
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-18601.master.001.patch,
> HBASE-18601.master.002.patch, HBASE-18601.master.003 (3).patch,
> HBASE-18601.master.003.patch, HBASE-18601.master.004.patch,
> HBASE-18601.master.004.patch, HBASE-18601.master.005.patch,
> HBASE-18601.master.006.patch, HBASE-18601.master.006.patch,
> HBASE-18601.master.007.patch, HBASE-18601.master.007.patch,
> HBASE-18601.master.007.patch, HBASE-18601.master.008.patch,
> HBASE-18601.master.009.patch, HBASE-18601.master.009.patch,
> HBASE-18601.master.010.patch, HBASE-18601.master.010.patch
>
>
> HTrace is not perfectly integrated into HBase, the version 3.2.0 is buggy,
> the upgrade to 4.x is not trivial and would take time. It might not worth to
> keep it in this state, so would be better to remove it.
> Of course it doesn't mean tracing would be useless, just that in this form
> the use of HTrace 3.2 might not add any value to the project and fixing it
> would be far too much effort.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> Based on the decision of the community we keep htrace now and update version
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)