You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by bl...@apache.org on 2013/09/09 16:57:18 UTC

git commit: TAJO-170: mvn compile error when building tar file. (jaehwa)

Updated Branches:
  refs/heads/master d27e51ee5 -> 27a4f5f94


TAJO-170: mvn compile error when building tar file. (jaehwa)


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

Branch: refs/heads/master
Commit: 27a4f5f947c82a5ac1d1c17bafe1753dca3ccf3c
Parents: d27e51e
Author: blrunner <jh...@gruter.com>
Authored: Mon Sep 9 23:47:21 2013 +0900
Committer: blrunner <jh...@gruter.com>
Committed: Mon Sep 9 23:47:21 2013 +0900

----------------------------------------------------------------------
 CHANGES.txt | 4 ++++
 pom.xml     | 1 +
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/27a4f5f9/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0000ad2..117c03b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,10 @@ Release 0.2.0 - unreleased
 
   NEW FEATURES
 
+    TAJO-170: mvn compile error when building tar file. (jaehwa)
+
+    TAJO-101: HiveQL converter. (jaehwa)
+
     TAJO-144: Implement INSERT OVERWRITE clause. (hyunsik)
 
     TAJO-139: TAJO-139: In predicate support. (hyunsik)

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/27a4f5f9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 661708e..3d50036 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,6 +308,7 @@
             <exclude>**/workers</exclude>
             <exclude>**/*.tql</exclude>
             <exclude>**/*.sql</exclude>
+            <exclude>**/*.hiveql</exclude>
             <exclude>**/*.schema</exclude>
             <exclude>**/*.tbl</exclude>
             <exclude>**/*.jsp</exclude>