Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-15423

Fix integration issue came due HBASE-15216 from main to 0.98.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.98.17
    • 0.98.18
    • None
    • None
    • Reviewed

    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

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

      Attachments

        1. HBASE-15423-0.98.patch
          0.8 kB
          Vishal Khandelwal

        Activity

          People

            vishk Vishal Khandelwal
            vishk Vishal Khandelwal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: