You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2016/12/01 22:33:05 UTC

ambari git commit: AMBARI-19056. Add two new options from Ambari to LlapServiceDriver. (1). --skiphadoopversion (2). --skiphbasecp.

Repository: ambari
Updated Branches:
  refs/heads/branch-feature-AMBARI-18901 333c70150 -> 1b90011eb


AMBARI-19056. Add two new options from Ambari to LlapServiceDriver. (1). --skiphadoopversion (2). --skiphbasecp.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1b90011e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1b90011e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1b90011e

Branch: refs/heads/branch-feature-AMBARI-18901
Commit: 1b90011ebfc13f14db236e11cd9532b63bd03404
Parents: 333c701
Author: Swapan Shridhar <ss...@hortonworks.com>
Authored: Thu Dec 1 13:04:35 2016 -0800
Committer: Swapan Shridhar <ss...@hortonworks.com>
Committed: Thu Dec 1 13:04:41 2016 -0800

----------------------------------------------------------------------
 .../HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1b90011e/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py
index 2c5ebeb..055c690 100644
--- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py
+++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py
@@ -291,7 +291,7 @@ class HiveServerInteractiveDefault(HiveServerInteractive):
                    " --slider-am-container-mb {params.slider_am_container_mb} --size {params.llap_daemon_container_size}m"
                    " --cache {params.hive_llap_io_mem_size}m --xmx {params.llap_heap_size}m --loglevel {params.llap_log_level}"
                    " --slider-placement {slider_placement} --output {LLAP_PACKAGE_CREATION_PATH}/{unique_name}"
-                   " {params.llap_extra_slider_opts} --output {LLAP_PACKAGE_CREATION_PATH}/{unique_name}")
+                   " {params.llap_extra_slider_opts} --skiphadoopversion --skiphbasecp --output {LLAP_PACKAGE_CREATION_PATH}/{unique_name}")
       if params.security_enabled:
         llap_keytab_splits = params.hive_llap_keytab_file.split("/")
         Logger.debug("llap_keytab_splits : {0}".format(llap_keytab_splits))