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/28 10:07:46 UTC

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

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

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


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

commit 3058ddeeeed3a885f8201afcb43b859a8b36337d
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Mon May 28 12:07:33 2018 +0200

    AMBARI-23957. Spark2 Thrift Server fails to start if LLAP and parallel execution are enabled (#1390)
---
 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 a84958d..6068928 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
@@ -21,7 +21,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.