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




ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml
 (line 92)
<https://reviews.apache.org/r/57075/#comment238907>

    Should it be called hdfs-conf? Perhaps external-dependency-conf? What if we 
just put the files in zeppelin conf dir itself?



ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
 (line 168)
<https://reviews.apache.org/r/57075/#comment238906>

    This may not work - this host may not have the folders and even then 
copying hive-site.xml from spark's conf dir is error prone.
    
    What you need is the following:
    
      XmlConfig("hive-site.xml",
                conf_dir=...,
                configurations=params.config['configurations']['hive-site'],
                
configuration_attributes=params.config['configuration_attributes']['hive-site'],
                owner=params.zeppelin_user,
                group=params.zeppelin_group,
                mode=0644)
    
    Should zeppelin be restarted when these configs change? In that case, can 
you add hive-site and hbase-site to config dependencies.
    
    How about HSI or Hive2Server2? Does zeppelin need to work with llap?


- Sumit Mohanty


On Feb. 26, 2017, 7:22 p.m., Prabhjyot Singh wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/57075/
> -----------------------------------------------------------
> 
> (Updated Feb. 26, 2017, 7:22 p.m.)
> 
> 
> Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN 
> BHOWMICK, Jayush Luniya, Prabhjyot Singh, Rohit Choudhary, and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-20200
>     https://issues.apache.org/jira/browse/AMBARI-20200
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> hive-site.xml, hbase-site.xml, etc. are not found in class path for 
> Zeppelin's interpreter.
> 
> As a result of which JDBC:phoenix  on kerberos mode doesn't work.
> 
> 
> Diffs
> -----
> 
>   
> ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml
>  677158c 
>   
> ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
>  8a1fad6 
>   
> ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py
>  16a2782 
> 
> Diff: https://reviews.apache.org/r/57075/diff/
> 
> 
> Testing
> -------
> 
> Manually on CentOS6
> 
> 
> Thanks,
> 
> Prabhjyot Singh
> 
>

Reply via email to