You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vishal Khandelwal (JIRA)" <ji...@apache.org> on 2016/03/08 12:03:40 UTC

[jira] [Updated] (HBASE-15423) Fix integration issue came due HBASE-15216 from main to 0.98.

     [ 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);  

{code}


  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

{code}
    // loading the generic options to conf
    new GenericOptionsParser(conf, args);
    
    AuthUtil.launchAuthChore(conf);  



> 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);  
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)