[
https://issues.apache.org/jira/browse/HBASE-17425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284744#comment-16284744
]
Hudson commented on HBASE-17425:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-1.1-JDK8 #2035 (See
[https://builds.apache.org/job/HBase-1.1-JDK8/2035/])
HBASE-17425 Fixed deprecated calls in TestUpdateConfiguration (jan.hentschel:
rev 8b1e10ae5d7ea92ebd6b0291d7ab676bfe1cabe6)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestUpdateConfiguration.java
> Fix calls to deprecated APIs in TestUpdateConfiguration
> -------------------------------------------------------
>
> Key: HBASE-17425
> URL: https://issues.apache.org/jira/browse/HBASE-17425
> Project: HBase
> Issue Type: Improvement
> Components: Client
> Reporter: Jan Hentschel
> Assignee: Jan Hentschel
> Priority: Trivial
> Fix For: 3.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7, 2.0.0-beta-1, 1.1.13
>
> Attachments: HBASE-17425.master.001.patch
>
>
> Currently there are two calls to the deprecated method
> {code:java}HBaseTestingUtil.getHBaseAdmin(){code} in
> *TestUpdateConfiguration*. These calls should be changed to
> {code:java}HBaseTestingUtil.getAdmin(){code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)