You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Andrew Onischuk <ao...@hortonworks.com> on 2016/03/02 20:01:12 UTC

Review Request 44281: Stack Advisor recommends properties with empty values related to kerberos descriptor.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44281/
-----------------------------------------------------------

Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-15269
    https://issues.apache.org/jira/browse/AMBARI-15269


Repository: ambari


Description
-------

During Configure Identities step on Kerberos Wizard, UI sends request for
recommendations.  
Recommendations payload contains configs from kerberos descriptor and Kerberos
configs.  
With installed services HDFS, ZooKeeper, Yarn, MapReduce2, Hive and Tez few
configurations from recommendation response has empty values. For example:

    
    
    hive.server2.authentication.kerberos.keytab: ""
    hive.server2.authentication.kerberos.principal: ""
    

In kerberos descriptor values for configs are
**${keytab_dir}/hive.service.keytab** and **hive/_HOST@${realm}**.


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py 6f0ee59 

Diff: https://reviews.apache.org/r/44281/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk


Re: Review Request 44281: Stack Advisor recommends properties with empty values related to kerberos descriptor.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44281/#review121817
-----------------------------------------------------------


Ship it!




Ship It!

- Dmitro Lisnichenko


On March 2, 2016, 9:01 p.m., Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/44281/
> -----------------------------------------------------------
> 
> (Updated March 2, 2016, 9:01 p.m.)
> 
> 
> Review request for Ambari and Dmitro Lisnichenko.
> 
> 
> Bugs: AMBARI-15269
>     https://issues.apache.org/jira/browse/AMBARI-15269
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> During Configure Identities step on Kerberos Wizard, UI sends request for
> recommendations.  
> Recommendations payload contains configs from kerberos descriptor and Kerberos
> configs.  
> With installed services HDFS, ZooKeeper, Yarn, MapReduce2, Hive and Tez few
> configurations from recommendation response has empty values. For example:
> 
>     
>     
>     hive.server2.authentication.kerberos.keytab: ""
>     hive.server2.authentication.kerberos.principal: ""
>     
> 
> In kerberos descriptor values for configs are
> **${keytab_dir}/hive.service.keytab** and **hive/_HOST@${realm}**.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py 6f0ee59 
> 
> Diff: https://reviews.apache.org/r/44281/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>