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

[08/50] [abbrv] ambari git commit: AMBARI-22010 - Incorrect symlink for storm after patch upgrade (jonathanhurley)

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/25c1f211
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/25c1f211
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/25c1f211

Branch: refs/heads/branch-feature-AMBARI-14714
Commit: 25c1f211ef165611fcf52bd75b7a851c857f04a9
Parents: 73bd428
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 16:24:30 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/25c1f211/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": [

http://git-wip-us.apache.org/repos/asf/ambari/blob/25c1f211/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json b/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json
index 9012e92..be4c718 100644
--- a/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json
+++ b/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json
@@ -716,9 +716,11 @@
         "SUPERVISOR": {
           "STACK-SELECT-PACKAGE": "storm-supervisor",
           "INSTALL": [
+            "storm-client",
             "storm-supervisor"
           ],
           "PATCH": [
+            "storm-client",
             "storm-supervisor"
           ],
           "STANDARD": [