[
https://issues.apache.org/jira/browse/PHOENIX-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15060092#comment-15060092
]
Ravi Kishore Valeti commented on PHOENIX-2533:
----------------------------------------------
Sorry, did not realize I was using "private" scoped class ZKUtil from HBase.
I made changes to remove the reference and also removed the usage of
unnecessary mapred properties (since we will not be writing the records to a
peer cluster anytime in future)
This should unblock the builds immediately.
- Creating an instance of HTable is deprecated in latest HBase. I will upload
another patch here by the recommended way of getting the HTable instance for
"main" branch.
> Phoenix compilation fails as ZKUtil.applyClusterKeyToConf method is removed
> ---------------------------------------------------------------------------
>
> Key: PHOENIX-2533
> URL: https://issues.apache.org/jira/browse/PHOENIX-2533
> Project: Phoenix
> Issue Type: Bug
> Reporter: Mujtaba Chohan
> Assignee: Ravi Kishore Valeti
> Priority: Blocker
> Fix For: 4.7.0
>
> Attachments: PHOENIX-2533.patch
>
>
> Due to recent HBase commit
> https://github.com/apache/hbase/commit/c1e0fcc26d7e7b10f6ce609e1ff0e4e9378dcf4b
> {code}
> phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/DirectHTableWriter.java:[80,23]
> cannot find symbol
> symbol: method
> applyClusterKeyToConf(org.apache.hadoop.conf.Configuration,java.lang.String)
> location: class org.apache.hadoop.hbase.zookeeper.ZKUtil
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)