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

[ambari] branch trunk updated: AMBARI-23957. Spark2 Thrift Server fails to start if LLAP and parallel execution are enabled (#1392)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 40eae54  AMBARI-23957. Spark2 Thrift Server fails to start if LLAP and parallel execution are enabled (#1392)
40eae54 is described below

commit 40eae549c564d9fbc632bfd4bb6d2dfa5541d3b0
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Tue May 29 14:02:16 2018 +0200

    AMBARI-23957. Spark2 Thrift Server fails to start if LLAP and parallel execution are enabled (#1392)
---
 ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json b/ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json
index bad2627..b69daa8 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/role_command_order.json
@@ -18,7 +18,7 @@
   "_comment" : "Dependencies that are used when GLUSTERFS is not present in cluster",
   "optional_no_glusterfs": {
     "SPARK2_JOBHISTORYSERVER-START" : ["NAMENODE-START", "DATANODE-START"],
-    "SPARK2_THRIFTSERVER-START" : ["NAMENODE-START", "DATANODE-START", "HIVE_SERVER-START"]
+    "SPARK2_THRIFTSERVER-START" : ["NAMENODE-START", "DATANODE-START", "HIVE_SERVER-START", "HIVE_SERVER_INTERACTIVE-START"]
   },
   "_comment" : "Dependencies that are used during a Host-Ordered Stack Upgrade",
   "host_ordered_upgrade" : {

-- 
To stop receiving notification emails like this one, please contact
adoroszlai@apache.org.