From a06b5e56490116e345afc737de46bf1a4ed256a9 Mon Sep 17 00:00:00 2001 From: Jinho Kim Date: Mon, 20 Jul 2015 17:37:51 +0900 Subject: [PATCH] close related issues by TAJO-1397 Closes #519 #420 #534 --- BUILDING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index 0c4bbf89f6..118206faab 100644 --- a/BUILDING +++ b/BUILDING @@ -42,7 +42,7 @@ 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.5.1) + * Use -Dhadoop.version to build with the specific hadoop version (-Dhadoop.version=2.7.1) * Currently, 2.3.0 or higher are supported. * Use -Dhbase.version to build with the specific hbase version (-Dhbase.version=0.98.7-hadoop2) * Currently, 0.98.x-hadoop2 or higher are tested.