[ https://issues.apache.org/jira/browse/HBASE-18601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16208604#comment-16208604 ]
Tamas Penzes commented on HBASE-18601: -------------------------------------- Hi, Does anybody have some idea why we get this: {code} [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ hbase-rest --- [INFO] Compiling 70 source files to /testptch/hbase/hbase-rest/target/classes [INFO] /testptch/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java: Some input files use or override a deprecated API. [INFO] /testptch/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java: Recompile with -Xlint:deprecation for details. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /testptch/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/MetricsREST.java:[23,31] cannot find symbol symbol: class CompatibilitySingletonFactory location: package org.apache.hadoop.hbase [ERROR] /testptch/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/MetricsREST.java:[25,36] cannot find symbol symbol: class MetricsRESTSource location: package org.apache.hadoop.hbase.rest [ERROR] /testptch/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/MetricsREST.java:[30,10] cannot find symbol symbol: class MetricsRESTSource location: class org.apache.hadoop.hbase.rest.MetricsREST [ERROR] /testptch/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/MetricsREST.java:[34,11] cannot find symbol symbol: class MetricsRESTSource location: class org.apache.hadoop.hbase.rest.MetricsREST [ERROR] /testptch/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/MetricsREST.java:[37,57] cannot find symbol symbol: class MetricsRESTSource location: class org.apache.hadoop.hbase.rest.MetricsREST [ERROR] /testptch/hbase/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/MetricsREST.java:[37,15] cannot find symbol symbol: variable CompatibilitySingletonFactory location: class org.apache.hadoop.hbase.rest.MetricsREST [INFO] 6 errors {code} It builds/runs for me locally, if we didn't have these resources, it would not build for me either. > 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)