Repository: ambari Updated Branches: refs/heads/branch-2.4 b0a80fdd9 -> 9b1a3e885
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/9b1a3e88 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9b1a3e88 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9b1a3e88 Branch: refs/heads/branch-2.4 Commit: 9b1a3e88572d66130e80a00a754974bd1b288122 Parents: b0a80fd Author: Jonathan Hurley <[email protected]> Authored: Sat Oct 29 09:50:07 2016 -0400 Committer: Jonathan Hurley <[email protected]> Committed: Sat Oct 29 09:51:13 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/9b1a3e88/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>
