Repository: ambari Updated Branches: refs/heads/branch-feature-AMBARI-22457 3a0ae86bb -> ed50bc383
AMBARI-22522 - Livy server fails to start during downgrade due to absence of 'conf' directory (jonathanhurley) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cdc1ed6d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cdc1ed6d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cdc1ed6d Branch: refs/heads/branch-feature-AMBARI-22457 Commit: cdc1ed6d09b4a3602bd5eef7ee61cd68b7cccd84 Parents: c6825e9 Author: Jonathan Hurley <[email protected]> Authored: Mon Nov 27 09:03:23 2017 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Mon Nov 27 11:58:08 2017 -0500 ---------------------------------------------------------------------- .../stacks/BigInsights/4.0/properties/stack_packages.json | 6 ++++++ .../resources/stacks/HDP/2.0.6/properties/stack_packages.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/cdc1ed6d/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 7a12011..4232610 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 @@ -840,6 +840,12 @@ "current_dir": "{0}/current/knox-server/conf" } ], + "livy": [ + { + "conf_dir": "/etc/livy/conf", + "current_dir": "{0}/current/livy-client/conf" + } + ], "mahout": [ { "conf_dir": "/etc/mahout/conf", http://git-wip-us.apache.org/repos/asf/ambari/blob/cdc1ed6d/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 245449c..794d2b0 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 @@ -1069,7 +1069,7 @@ "livy": [ { "conf_dir": "/etc/livy/conf", - "current_dir": "{0}/current/livy" + "current_dir": "{0}/current/livy-client/conf" } ], "mahout": [
