Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A9BC7E57 for ; Wed, 3 Aug 2011 20:36:44 +0000 (UTC) Received: (qmail 36589 invoked by uid 500); 3 Aug 2011 20:36:44 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 36561 invoked by uid 500); 3 Aug 2011 20:36:44 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 36554 invoked by uid 99); 3 Aug 2011 20:36:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2011 20:36:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2011 20:36:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B84BB23888CB; Wed, 3 Aug 2011 20:36:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1153655 - /incubator/bigtop/trunk/bigtop.mk Date: Wed, 03 Aug 2011 20:36:20 -0000 To: bigtop-commits@incubator.apache.org From: abayer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110803203620.B84BB23888CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: abayer Date: Wed Aug 3 20:36:20 2011 New Revision: 1153655 URL: http://svn.apache.org/viewvc?rev=1153655&view=rev Log: BIGTOP-7. Some components were using using pristine tarballs from Cloudera's archive rather than Apache. Modified: incubator/bigtop/trunk/bigtop.mk Modified: incubator/bigtop/trunk/bigtop.mk URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop.mk?rev=1153655&r1=1153654&r2=1153655&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop.mk (original) +++ incubator/bigtop/trunk/bigtop.mk Wed Aug 3 20:36:20 2011 @@ -35,11 +35,8 @@ ZOOKEEPER_PKG_VERSION=3.3.3 ZOOKEEPER_RELEASE_VERSION=1 ZOOKEEPER_TARBALL_DST=zookeeper-$(ZOOKEEPER_BASE_VERSION).tar.gz ZOOKEEPER_TARBALL_SRC=$(ZOOKEEPER_TARBALL_DST) -ZOOKEEPER_GIT_REPO=$(REPO_DIR)/cdh3/zookeeper -ZOOKEEPER_BASE_REF=cdh-base-$(ZOOKEEPER_BASE_VERSION) -ZOOKEEPER_BUILD_REF=cdh-$(ZOOKEEPER_BASE_VERSION)+12 ZOOKEEPER_PACKAGE_GIT_REPO=$(REPO_DIR)/cdh3/zookeeper-package -ZOOKEEPER_SITE=$(CLOUDERA_ARCHIVE) +ZOOKEEPER_SITE=http://archive.apache.org/dist/zookeeper/zookeeper-3.3.3/ $(eval $(call PACKAGE,zookeeper,ZOOKEEPER)) # HBase @@ -63,7 +60,7 @@ PIG_RELNOTES_NAME=Apache Pig PIG_PKG_NAME=hadoop-pig PIG_TARBALL_DST=pig-$(PIG_BASE_VERSION).tar.gz PIG_TARBALL_SRC=$(PIG_TARBALL_DST) -PIG_SITE=$(CLOUDERA_ARCHIVE) +PIG_SITE=http://archive.apache.org/dist/pig/pig-0.8.1/ $(eval $(call PACKAGE,pig,PIG)) # Hive @@ -75,7 +72,7 @@ HIVE_PKG_VERSION=$(HIVE_BASE_VERSION) HIVE_RELEASE_VERSION=1 HIVE_TARBALL_DST=hive-$(HIVE_BASE_VERSION).tar.gz HIVE_TARBALL_SRC=$(HIVE_TARBALL_DST) -HIVE_SITE=$(CLOUDERA_ARCHIVE) +HIVE_SITE=http://archive.apache.org/dist/hive/hive-0.7.1/ $(eval $(call PACKAGE,hive,HIVE)) # Sqoop