Updated Branches: refs/heads/branch-0.3.1 42eb90ccb -> 2c4f5c6e0
BIGTOP-741. bump hadoop version to 1.1.0 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2c4f5c6e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2c4f5c6e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2c4f5c6e Branch: refs/heads/branch-0.3.1 Commit: 2c4f5c6e057b7755471a92ce96b0e56f12d231c5 Parents: 42eb90c Author: Anatoli Fomenko <[email protected]> Authored: Sat Nov 24 18:06:06 2012 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Sat Nov 24 18:06:06 2012 -0800 ---------------------------------------------------------------------- bigtop.mk | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/2c4f5c6e/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index b581ac9..bd9327d 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -13,17 +13,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -BIGTOP_VERSION=0.3.1-incubating +BIGTOP_VERSION=0.3.1 -# Hadoop 0.20.0-based hadoop package +# Hadoop 1.1.0-based hadoop package HADOOP_NAME=hadoop HADOOP_RELNOTES_NAME=Apache Hadoop HADOOP_BASE_VERSION=1.1.0 HADOOP_PKG_VERSION=$(HADOOP_BASE_VERSION) HADOOP_RELEASE_VERSION=1 HADOOP_TARBALL_DST=$(HADOOP_NAME)-$(HADOOP_BASE_VERSION).tar.gz -HADOOP_TARBALL_SRC=7471fabf103ae55db5b522c1f0764c35852a912c -HADOOP_SITE=http://nodeload.github.com/apache/hadoop-common/tarball +HADOOP_TARBALL_SRC=$(HADOOP_TARBALL_DST) +HADOOP_DOWNLOAD_PATH=/$(HADOOP_NAME)/core/$(HADOOP_NAME)-$(HADOOP_BASE_VERSION) +HADOOP_SITE=$(APACHE_MIRROR)$(HADOOP_DOWNLOAD_PATH) HADOOP_ARCHIVE=$(APACHE_ARCHIVE)$(HADOOP_DOWNLOAD_PATH) $(eval $(call PACKAGE,hadoop,HADOOP))
