[
https://issues.apache.org/jira/browse/HBASE-15423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vishal Khandelwal updated HBASE-15423:
--------------------------------------
Description:
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);
was:
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
> 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
> Reporter: Vishal Khandelwal
> Assignee: Vishal Khandelwal
> Priority: Minor
>
> 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);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)