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

(Updated April 19, 2016, 11:51 p.m.)


Review request for Ambari, Sumit Mohanty, Swapan Shridhar, and Yusaku Sako.


Changes
-------

Rebased, changed more unit tests, and removed uploading hive2 tarball to HDFS.


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


Repository: ambari


Description
-------

Hive Server Interactive should also create a conf.server folder (similar to 
Hive Server Batch), in order to distinguish the configs used by the server and 
client.

Further, when it starts the LLAP App on slider, it can specify which folder to 
unpack it it,
E.g., 
```
/usr/hdp/current/hive-server2-hive2/bin/hive --service llap --instances 1 
-slider-am-container-mb {size} --loglevel INFO --output {directory}
```


Diffs (updated)
-----

  
ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py
 38e4fb4 
  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py
 a2ee491 
  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_interactive.py
 9cfd41f 
  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py
 8adff0a 
  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py
 9d011a0 
  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_service.py
 33e8e47 
  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_service_interactive.py
 92e67c7 
  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py
 9bee786 
  
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/status_params.py
 feca9f1 
  ambari-server/src/main/resources/scripts/Ambaripreupload.py 941e762 
  ambari-server/src/test/python/stacks/2.5/HIVE/test_hive_server_int.py ac4f6fc 
  ambari-server/src/test/python/stacks/2.5/configs/hsi_default.json f9c31dc 

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


Testing
-------

Verified on live cluster by installing Hive Server Interactive with LLAP, and 
then restarting HSI and LLAP.

Python unit tests passed.
----------------------------------------------------------------------
Total run:966
Total errors:0
Total failures:0
OK


Thanks,

Alejandro Fernandez

Reply via email to