From f56564969cafd9f13c2f2dc09ff757dd44908d01 Mon Sep 17 00:00:00 2001 From: jhkim Date: Wed, 24 Sep 2014 14:04:10 +0900 Subject: [PATCH 1/2] TAJO-1060: Apply updated hadoop versions to README and BUILDING files --- BUILDING | 4 ++-- README | 2 +- tajo-project/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILDING b/BUILDING index c8d91c8ee5..076e2700c3 100644 --- a/BUILDING +++ b/BUILDING @@ -42,8 +42,8 @@ Maven build goals: Build options: * Use -Dtar to create a TAR with the distribution (using -Pdist) - * Use -Dhadoop.version to build with the specific hadoop version (-Dhadoop.version=2.3.0) - * Currently, 2.2.0, 2.3.0, and 2.4.0 are supported. + * Use -Dhadoop.version to build with the specific hadoop version (-Dhadoop.version=2.5.1) + * Currently, 2.2.0 or higher are supported. Tests options: * Use -DskipTests to skip tests when running the following Maven goals: diff --git a/README b/README index de8671de8f..069d0b5f81 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ Documents Requirements ============ * Java 1.6 or higher -* Hadoop 2.2.0, 2.3.0, and 2.4.0 +* Hadoop 2.2.0 or higher Mailing lists ============= diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml index fe5366ee98..7f8de62a5c 100644 --- a/tajo-project/pom.xml +++ b/tajo-project/pom.xml @@ -34,7 +34,7 @@ UTF-8 UTF-8 - 2.3.0 + 2.5.1 2.5.0 0.9.0-SNAPSHOT ${project.parent.relativePath}/.. From 75ea10b7a4993ee2b2d1dfc82dfe0163acf908e2 Mon Sep 17 00:00:00 2001 From: jhkim Date: Fri, 26 Sep 2014 11:16:29 +0900 Subject: [PATCH 2/2] add more comments --- BUILDING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index 076e2700c3..95bab55e84 100644 --- a/BUILDING +++ b/BUILDING @@ -57,6 +57,8 @@ Building distributions: Create binary distribution - $ mvn clean install -Pdist -DskipTests -Dtar + $ mvn clean install -Pdist -DskipTests -Dtar -Dhadoop.version=2.X.X + +You should be substitute 2.X.X with your Hadoop version. --------------------------------------------------------------------------------