You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by jh...@apache.org on 2014/01/15 03:10:26 UTC

git commit: TAJO-502: Jenkins build is failing. (jinho)

Updated Branches:
  refs/heads/master 01829fbdd -> b1ff37cf0


TAJO-502: Jenkins build is failing. (jinho)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tajo/commit/b1ff37cf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/b1ff37cf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/b1ff37cf

Branch: refs/heads/master
Commit: b1ff37cf09520808d27565faf2f492a4b1389970
Parents: 01829fb
Author: jinossy <ji...@gmail.com>
Authored: Wed Jan 15 11:09:24 2014 +0900
Committer: jinossy <ji...@gmail.com>
Committed: Wed Jan 15 11:09:24 2014 +0900

----------------------------------------------------------------------
 CHANGES.txt                         | 2 ++
 tajo-core/tajo-core-backend/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/b1ff37cf/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 947e652..16dc239 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -210,6 +210,8 @@ Release 0.8.0 - unreleased
 
   BUG FIXES
 
+    TAJO-502: Jenkins build is failing. (jinho)
+
     TAJO-485: 'CREATE TABLE AS' does not work properly with partition. (jinho)
 
     TAJO-488: Data fetcher doesn't close small file in shuffle. (jinho)

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/b1ff37cf/tajo-core/tajo-core-backend/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-core/tajo-core-backend/pom.xml b/tajo-core/tajo-core-backend/pom.xml
index 125a6d6..abc217e 100644
--- a/tajo-core/tajo-core-backend/pom.xml
+++ b/tajo-core/tajo-core-backend/pom.xml
@@ -266,7 +266,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-hdfs</artifactId>
-      <type>test-jar</type>
+      <scope>test</scope>
       <exclusions>
         <exclusion>
           <groupId>commons-el</groupId>