BIGTOP-1082. spark package tests are missing
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e3778340 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e3778340 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e3778340 Branch: refs/heads/master Commit: e3778340616757a04fcba11054163fbdef080536 Parents: cda57ac Author: Roman Shaposhnik <[email protected]> Authored: Sat Sep 21 12:52:22 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Sat Sep 21 12:52:22 2013 -0700 ---------------------------------------------------------------------- .../package/src/main/resources/package_data.xml | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e3778340/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml b/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml index 9002f02..6cdf624 100644 --- a/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml +++ b/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml @@ -90,6 +90,28 @@ Java Servlet and JavaServer Pages technologies.</description> </giraph-conf> </alternatives> </giraph> + <spark> + <metadata> + <summary>Lightning-Fast Cluster Computing</summary> + <description>Spark is a MapReduce-like cluster computing framework designed to support +low-latency iterative jobs and interactive use from an interpreter. It is +written in Scala, a high-level language for the JVM, and exposes a clean +language-integrated syntax that makes it easy to write parallel jobs. +Spark runs on top of the Apache Mesos cluster manager.</description> + <url>http://incubator.apache.org/spark/</url> + </metadata> + <deps> + <bigtop-utils/> + </deps> + <alternatives> + <spark-conf> + <status>auto</status> + <link>/etc/spark/conf</link> + <value>/etc/spark/conf.dist</value> + <alt>/etc/spark/conf.dist</alt> + </spark-conf> + </alternatives> + </spark> <whirr> <metadata> <summary>Scripts and libraries for running software services on cloud infrastructure.</summary>
