Updated Branches: refs/heads/master e37783406 -> 8ecc8e3a2
BIGTOP-1086. fix miscellaneous failures in package tests Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e0109d0d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e0109d0d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e0109d0d Branch: refs/heads/master Commit: e0109d0de7d9dff00d6121a4f71b79248168b118 Parents: e377834 Author: Roman Shaposhnik <[email protected]> Authored: Mon Sep 23 14:54:03 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Mon Sep 23 14:54:03 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/spark/control | 2 +- bigtop-packages/src/deb/spark/copyright | 2 +- bigtop-packages/src/rpm/spark/SPECS/spark.spec | 2 +- .../package/src/main/resources/package_data.xml | 12 ++++++------ .../test-artifacts/spark/src/main/resources/README.md | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e0109d0d/bigtop-packages/src/deb/spark/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/spark/control b/bigtop-packages/src/deb/spark/control index b1edc5e..ad27f1b 100644 --- a/bigtop-packages/src/deb/spark/control +++ b/bigtop-packages/src/deb/spark/control @@ -19,7 +19,7 @@ Priority: extra Maintainer: Bigtop <[email protected]> Build-Depends: debhelper (>= 6) Standards-Version: 3.8.0 -Homepage: http://www.spark-project.org/ +Homepage: http://spark.incubator.apache.org/ Package: spark Architecture: all http://git-wip-us.apache.org/repos/asf/bigtop/blob/e0109d0d/bigtop-packages/src/deb/spark/copyright ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/spark/copyright b/bigtop-packages/src/deb/spark/copyright index 13dbc02..c15cf45 100644 --- a/bigtop-packages/src/deb/spark/copyright +++ b/bigtop-packages/src/deb/spark/copyright @@ -1,5 +1,5 @@ Format: http://dep.debian.net/deps/dep5 -Source: http://www.spark-project.org/ +Source: http://spark.incubator.apache.org/ Upstream-Name: Spark Project Files: * http://git-wip-us.apache.org/repos/asf/bigtop/blob/e0109d0d/bigtop-packages/src/rpm/spark/SPECS/spark.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/spark/SPECS/spark.spec b/bigtop-packages/src/rpm/spark/SPECS/spark.spec index 13301e6..a95cbf1 100644 --- a/bigtop-packages/src/rpm/spark/SPECS/spark.spec +++ b/bigtop-packages/src/rpm/spark/SPECS/spark.spec @@ -40,7 +40,7 @@ Name: spark Version: %{spark_version} Release: %{spark_release} Summary: Lightning-Fast Cluster Computing -URL: http://www.spark-project.org/ +URL: http://spark.incubator.apache.org/ Group: Development/Libraries BuildArch: noarch Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) http://git-wip-us.apache.org/repos/asf/bigtop/blob/e0109d0d/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 6cdf624..9e6ce80 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 @@ -98,7 +98,7 @@ 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> + <url>http://spark.incubator.apache.org/</url> </metadata> <deps> <bigtop-utils/> @@ -377,18 +377,18 @@ server.</description> <crunch> <metadata> <summary>Simple and Efficient MapReduce Pipelines.</summary> - <description>Apache Crunch (incubating) is a Java library for writing, testing, and running + <description>Apache Crunch is a Java library for writing, testing, and running MapReduce pipelines, based on Google's FlumeJava. Its goal is to make pipelines that are composed of many user-defined functions simple to write, easy to test, and efficient to run.</description> - <url>http://incubator.apache.org/crunch/</url> + <url>http://crunch.apache.org/</url> </metadata> </crunch> <crunch-doc> <metadata> - <summary>Apache Crunch (incubating) documentation</summary> - <description>Apache Crunch (incubating) documentation</description> - <url>http://incubator.apache.org/crunch/</url> + <summary>Apache Crunch documentation</summary> + <description>Apache Crunch documentation</description> + <url>http://crunch.apache.org/</url> </metadata> </crunch-doc> <hcatalog> http://git-wip-us.apache.org/repos/asf/bigtop/blob/e0109d0d/bigtop-tests/test-artifacts/spark/src/main/resources/README.md ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/spark/src/main/resources/README.md b/bigtop-tests/test-artifacts/spark/src/main/resources/README.md index ba24ab4..d042d7e 100644 --- a/bigtop-tests/test-artifacts/spark/src/main/resources/README.md +++ b/bigtop-tests/test-artifacts/spark/src/main/resources/README.md @@ -1,12 +1,12 @@ # Spark -Lightning-Fast Cluster Computing - <http://www.spark-project.org/> +Lightning-Fast Cluster Computing - <http://spark.incubator.apache.org/> ## Online Documentation You can find the latest Spark documentation, including a programming -guide, on the project webpage at <http://spark-project.org/documentation.html>. +guide, on the project webpage at <http://spark.incubator.apache.org/documentation.html>. This README file only contains basic setup instructions. @@ -19,7 +19,7 @@ Spark and its example programs, run: sbt/sbt package Spark also supports building using Maven. If you would like to build using Maven, -see the [instructions for building Spark with Maven](http://spark-project.org/docs/latest/building-with-maven.html) +see the [instructions for building Spark with Maven](http://spark.incubator.apache.org/docs/latest/building-with-maven.html) in the spark documentation.. To run Spark, you will need to have Scala's bin directory in your `PATH`, or
