[
https://issues.apache.org/jira/browse/HBASE-22029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16789656#comment-16789656
]
stack commented on HBASE-22029:
-------------------------------
Thanks for taking a look [~busbey]...
Here is what shows...
{code}
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/opt/hbase-rm/output/hbase/hbase-it/src/test/java/org/apache/hadoop/hbase/RESTApiClusterManager.java:[250,48]
cannot find symbol
symbol: method readEntity(java.lang.Class<java.lang.String>)
location: variable response of type javax.ws.rs.core.Response
{code}
I see the jaxrs reference made local in hbase-rest. Hoping doing same fixes
above. Seems like we are picking up old jaxrs -- pre-2.0 -- when we see above
message. The code is old and legit if jaxrs 2.0+....
This is branch-2.0. Happens about five hours into my RM build....
> RESTApiClusterManager.java:[250,48] cannot find symbol in hbase-it
> ------------------------------------------------------------------
>
> Key: HBASE-22029
> URL: https://issues.apache.org/jira/browse/HBASE-22029
> Project: HBase
> Issue Type: Sub-task
> Reporter: stack
> Priority: Major
>
> I get this doing a RM build. Can't repro elsewhere.
> Picking up an old jaxrs? See
> https://stackoverflow.com/questions/34679773/extract-string-from-javax-response
> Let me try adding explicit dependency.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)