[
https://issues.apache.org/jira/browse/HBASE-15423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15187575#comment-15187575
]
Hudson commented on HBASE-15423:
--------------------------------
FAILURE: Integrated in HBase-0.98-matrix #308 (See
[https://builds.apache.org/job/HBase-0.98-matrix/308/])
HBASE-15423 Fix integration issue came due HBASE-15216 from main to 0.98
(apurtell: rev f3369c21b3dee977ecca0f336487e726866c22df)
* hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
> Fix integration issue came due HBASE-15216 from main to 0.98.
> --------------------------------------------------------------
>
> Key: HBASE-15423
> URL: https://issues.apache.org/jira/browse/HBASE-15423
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.17
> Reporter: Vishal Khandelwal
> Assignee: Vishal Khandelwal
> Priority: Minor
> Fix For: 0.98.18
>
> Attachments: HBASE-15423-0.98.patch
>
>
> https://issues.apache.org/jira/browse/HBASE-15216
> Sequence of call got reverse while merging. In code we are first doing the
> secure login ( which needs keytab/pricipal in config ) and then doing param
> parsing. Call should be other way round
> {code}
> // loading the generic options to conf
> new GenericOptionsParser(conf, args);
>
> AuthUtil.launchAuthChore(conf);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)