Repository: ambari Updated Branches: refs/heads/trunk af497bddf -> 8d5e76fe8
AMBARI-18710 - Ubuntu16 Add Support for Spark on HDP 2.5 (Duc Le via jonathanhurley) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8d5e76fe Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8d5e76fe Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8d5e76fe Branch: refs/heads/trunk Commit: 8d5e76fe84ffdc7eee43b6a9a08c984a8bcf4c5b Parents: af497bd Author: Jonathan Hurley <[email protected]> Authored: Sat Oct 29 09:50:07 2016 -0400 Committer: Jonathan Hurley <[email protected]> Committed: Sat Oct 29 09:50:15 2016 -0400 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.5/services/SPARK/metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8d5e76fe/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK/metainfo.xml index 5d60788..3c0d283 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK/metainfo.xml @@ -98,7 +98,7 @@ </packages> </osSpecific> <osSpecific> - <osFamily>debian7,ubuntu12,ubuntu14</osFamily> + <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily> <packages> <package> <name>spark-${stack_version}</name>
