AMBARI-19271 Update Zeppelin version in service def to 0.6.2 instead of 0.7.0 (r-kamath)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/79903685 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/79903685 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/79903685 Branch: refs/heads/branch-dev-patch-upgrade Commit: 79903685076122292f8773efa29ef2496fc3aeb8 Parents: 0f2ec4f Author: Renjith Kamath <[email protected]> Authored: Wed Dec 21 21:02:30 2016 +0530 Committer: Renjith Kamath <[email protected]> Committed: Wed Dec 21 21:12:52 2016 +0530 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/79903685/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml index e8ab191..dad54e8 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ZEPPELIN/metainfo.xml @@ -21,7 +21,7 @@ <services> <service> <name>ZEPPELIN</name> - <version>0.7.0.2.6</version> + <version>0.6.2.2.6</version> </service> </services> </metainfo>
