You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@ambari.apache.org by Prabhjyot Singh <pr...@gmail.com> on 2017/08/22 11:16:01 UTC

Re: Review Request 61169: Remove environment variables from zeppelin-env.sh

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

(Updated Aug. 22, 2017, 4:45 p.m.)


Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN BHOWMICK, Jayush Luniya, Rohit Choudhary, Renjith Kamath, Sumit Mohanty, and venkat sairam.


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


Repository: ambari


Description
-------

This is to remove three of the environment variables from zeppelin-env.sh;
 - `ZEPPELIN_JAVA_OPTS` this initialises spark.executor.memory, spark.executor.instances and spark.yarn.queue which should ideally be configured in Zeppelin's interpreter setting to avoid confusion.
 - `SPARK_YARN_USER_ENV` is no longer used.
 - `PYTHONPATH` if required should be configured from Zeppelin's interpreter setting.


Diffs
-----

  ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml 80ac2bbd45 
  ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.3.0/configuration/zeppelin-env.xml 7bd597f6a6 


Diff: https://reviews.apache.org/r/61169/diff/2/


Testing
-------

Manually on CentOS 7


Thanks,

Prabhjyot Singh