Updated Branches: refs/heads/master 943566ade -> 4303e8421
BIGTOP-859. fix the Bigtop trunk package test Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4303e842 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4303e842 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4303e842 Branch: refs/heads/master Commit: 4303e8421fe5fafcbd5303edc4ae8811bd1015ca Parents: 943566a Author: Roman Shaposhnik <[email protected]> Authored: Fri Mar 15 13:43:09 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Mar 15 13:43:09 2013 -0700 ---------------------------------------------------------------------- .../package/src/main/resources/package_data.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/4303e842/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 a192056..ccca5e9 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 @@ -350,14 +350,14 @@ server.</description> 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></url> + <url>http://incubator.apache.org/crunch/</url> </metadata> </crunch> <crunch-doc> <metadata> <summary>Apache Crunch (incubating) documentation</summary> <description>Apache Crunch (incubating) documentation</description> - <url></url> + <url>http://incubator.apache.org/crunch/</url> </metadata> </crunch-doc> <pig>
