You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Gautam Borad <gb...@gmail.com> on 2015/03/04 19:52:00 UTC

Review Request 31737: Spark Thriftserver fails to initialize correctly in secure Ambari cluster

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

Review request for Ambari, Alejandro Fernandez, Giridharan Kesavan, Sumit Mohanty, and Yusaku Sako.


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


Repository: ambari


Description
-------

Spark Thriftserver fails to initialize correctly on secure cluster. To fix it following changes need to be made to $SPARK_CONF/hive-site.xml:

    <property>
      <name>hive.security.authorization.enabled</name>
      <value>false</value>
    </property>


Diffs
-----

  ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/params.py 5de997e 
  ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/setup_spark.py 2c7d287 

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


Testing
-------

NA, since cant get secure env.
Tested the code by writing the property in non-secure node. ( just for testing )


Thanks,

Gautam Borad


Re: Review Request 31737: Spark Thriftserver fails to initialize correctly in secure Ambari cluster

Posted by Sumit Mohanty <sm...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31737/#review75350
-----------------------------------------------------------

Ship it!


Ship It!

- Sumit Mohanty


On March 4, 2015, 6:52 p.m., Gautam Borad wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31737/
> -----------------------------------------------------------
> 
> (Updated March 4, 2015, 6:52 p.m.)
> 
> 
> Review request for Ambari, Alejandro Fernandez, Giridharan Kesavan, Sumit Mohanty, and Yusaku Sako.
> 
> 
> Bugs: AMBARI-9921
>     https://issues.apache.org/jira/browse/AMBARI-9921
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Spark Thriftserver fails to initialize correctly on secure cluster. To fix it following changes need to be made to $SPARK_CONF/hive-site.xml:
> 
>     <property>
>       <name>hive.security.authorization.enabled</name>
>       <value>false</value>
>     </property>
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/params.py 5de997e 
>   ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/package/scripts/setup_spark.py 2c7d287 
> 
> Diff: https://reviews.apache.org/r/31737/diff/
> 
> 
> Testing
> -------
> 
> NA, since cant get secure env.
> Tested the code by writing the property in non-secure node. ( just for testing )
> 
> 
> Thanks,
> 
> Gautam Borad
> 
>