[
https://issues.apache.org/jira/browse/HBASE-15423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vishal Khandelwal updated HBASE-15423:
--------------------------------------
Attachment: HBASE-15423-0.98.patch
> 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)