Repository: ambari Updated Branches: refs/heads/branch-2.5 c2e51758f -> 094e7ae4c
AMBARI-19759. Fix Spark2 service description string (Bikas Saha via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/094e7ae4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/094e7ae4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/094e7ae4 Branch: refs/heads/branch-2.5 Commit: 094e7ae4c3f691f05b516c86a7892411fd00d4ee Parents: c2e5175 Author: Sumit Mohanty <[email protected]> Authored: Fri Jan 27 16:02:15 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Fri Jan 27 16:02:15 2017 -0800 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/094e7ae4/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml index 34d3fdd..66341c9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml @@ -23,8 +23,9 @@ <services> <service> <name>SPARK2</name> - <comment>Apache Spark 2.1 is a fast and general engine for large-scale data processing. This service is <b>Technical Preview</b>.</comment> - <version>2.1.x</version> + <comment>Apache Spark is a fast and general engine for large-scale data processing</comment> + <version>2.x</version> + <selection>DEFAULT</selection> <components> <component>
