-----------------------------------------------------------
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