You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/09/20 20:08:26 UTC

ambari git commit: AMBARI-22010 - Incorrect symlink for storm after patch upgrade (jonathanhurley)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 bc0d908f7 -> 5b7f5316a


AMBARI-22010 - Incorrect symlink for storm after patch upgrade (jonathanhurley)


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

Branch: refs/heads/branch-2.6
Commit: 5b7f5316af85f7b784afb944c156816367bafd7c
Parents: bc0d908
Author: Jonathan Hurley <jh...@hortonworks.com>
Authored: Wed Sep 20 15:51:38 2017 -0400
Committer: Jonathan Hurley <jh...@hortonworks.com>
Committed: Wed Sep 20 15:53:55 2017 -0400

----------------------------------------------------------------------
 .../stacks/BigInsights/4.0/properties/stack_packages.json          | 2 ++
 .../main/resources/stacks/HDP/2.0.6/properties/stack_packages.json | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5b7f5316/ambari-server/src/main/resources/stacks/BigInsights/4.0/properties/stack_packages.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.0/properties/stack_packages.json b/ambari-server/src/main/resources/stacks/BigInsights/4.0/properties/stack_packages.json
index 930b4ca..f890d66 100644
--- a/ambari-server/src/main/resources/stacks/BigInsights/4.0/properties/stack_packages.json
+++ b/ambari-server/src/main/resources/stacks/BigInsights/4.0/properties/stack_packages.json
@@ -591,9 +591,11 @@
         "SUPERVISOR": {
           "STACK-SELECT-PACKAGE": "storm-supervisor",
           "INSTALL": [
+            "storm-client",
             "storm-supervisor"
           ],
           "PATCH": [
+            "storm-client",
             "storm-supervisor"
           ],
           "STANDARD": [

http://git-wip-us.apache.org/repos/asf/ambari/blob/5b7f5316/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
index ec35f2b..2db0a74 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
@@ -796,9 +796,11 @@
         "SUPERVISOR": {
           "STACK-SELECT-PACKAGE": "storm-supervisor",
           "INSTALL": [
+            "storm-client",
             "storm-supervisor"
           ],
           "PATCH": [
+            "storm-client",
             "storm-supervisor"
           ],
           "STANDARD": [