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/1d9985cf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1d9985cf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1d9985cf Branch: refs/heads/branch-3.0-perf Commit: 1d9985cf5727bd4b8085ee0afe477b759875b348 Parents: 32e25b8 Author: Jonathan Hurley <[email protected]> Authored: Mon Nov 27 09:03:23 2017 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Mon Nov 27 12:04:02 2017 -0500 ---------------------------------------------------------------------- .../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, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1d9985cf/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": [ http://git-wip-us.apache.org/repos/asf/ambari/blob/1d9985cf/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 5603c0c..5fb61c8 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 @@ -946,7 +946,7 @@ "livy": [ { "conf_dir": "/etc/livy/conf", - "current_dir": "{0}/current/livy" + "current_dir": "{0}/current/livy-client/conf" } ], "mahout": [
