Repository: ambari Updated Branches: refs/heads/branch-2.5 e9864b4fb -> 005a9a010
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/005a9a01 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/005a9a01 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/005a9a01 Branch: refs/heads/branch-2.5 Commit: 005a9a010bf6ac6fd5f7daf6ac76395102249901 Parents: e9864b4 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:44 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/005a9a01/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>
