Hello Hyunsik,

i read the bugs to this patch under the review. 
What i’ve done:
-pull to the latest review
-I applied the following patches:

patch -p0 <TAJO-1049_3.patch
patch -p0 <TAJO-983.140916.patch

>> get the following output:

christians-mbp:tajo chris$ patch -p0 <TAJO-983.140916.patch
patching file tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java
Hunk #2 succeeded at 52 (offset -1 lines).
Hunk #3 FAILED at 68.
1 out of 6 hunks FAILED -- saving rejects to file tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java.rej
patching file tajo-core/src/main/java/org/apache/tajo/worker/Task.java
Hunk #1 FAILED at 48.
Hunk #2 succeeded at 97 (offset 1 line).
Hunk #3 succeeded at 197 (offset 1 line).
Hunk #4 succeeded at 594 (offset 1 line).
Hunk #5 succeeded at 639 (offset 1 line).
Hunk #6 FAILED at 699.
Hunk #7 succeeded at 754 (offset 2 lines).
2 out of 7 hunks FAILED -- saving rejects to file tajo-core/src/main/java/org/apache/tajo/worker/Task.java.rej
patching file tajo-core/src/main/java/org/apache/tajo/worker/dataserver/retriever/FileChunk.java
patching file tajo-core/src/test/java/org/apache/tajo/worker/TestFetcher.java
Hunk #2 FAILED at 94.
Hunk #3 FAILED at 140.
Hunk #4 FAILED at 170.
Hunk #5 FAILED at 204.
Hunk #6 FAILED at 220.
5 out of 6 hunks FAILED -- saving rejects to file tajo-core/src/test/java/org/apache/tajo/worker/TestFetcher.java.rej
patching file tajo-yarn-pullserver/src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java
patching file tajo-yarn-pullserver/src/main/java/org/apache/tajo/pullserver/retriever/FileChunk.java
christians-mbp:tajo chris$ patch -p0 <TAJO-1049_3.patch
patching file tajo-core/src/main/java/org/apache/tajo/master/querymaster/SubQuery.java

Patchs seems to be applied correctly, despite the error.

recompiled code with mvn clean package -DskipTests -Pdist -Dtar -Dhadoop.version=2.4.0 and get the following output — see attached log from maven. Build process crashed.

There seems to be something wrong. I hope i’ve done all right.


{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural

\f0\fs22 \cf0 \CocoaLigature0 christians-mbp:tajo chris$ mvn clean package -DskipTests -Pdist -Dtar -Dhadoop.version=2.4.0\
[INFO] Scanning for projects...\
[INFO] ------------------------------------------------------------------------\
[INFO] Reactor Build Order:\
[INFO] \
[INFO] Tajo Main\
[INFO] Tajo Project POM\
[INFO] Tajo Maven Plugins\
[INFO] Tajo Common\
[INFO] Tajo Algebra\
[INFO] Tajo Catalog Common\
[INFO] Tajo Rpc\
[INFO] Tajo Catalog Client\
[INFO] Tajo Catalog Server\
[INFO] Tajo Storage\
[INFO] Tajo Core PullServer\
[INFO] Tajo Client\
[INFO] Tajo JDBC Driver\
[INFO] ASM (thirdparty)\
[INFO] Tajo Core\
[INFO] Tajo Catalog Drivers\
[INFO] Tajo Catalog\
[INFO] Tajo Distribution\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Main 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (clean) @ tajo-main ---\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-main ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/target\
[INFO] \
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ tajo-main ---\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-main ---\
[INFO] \
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ tajo-main ---\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Project POM 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-enforcer-plugin:1.3:enforce (clean) @ tajo-project ---\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-project ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-project/target\
[INFO] \
[INFO] --- maven-enforcer-plugin:1.3:enforce (default) @ tajo-project ---\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ tajo-project ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-project/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-project ---\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source-2.3) @ tajo-project ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-project/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-project ---\
[INFO] \
[INFO] --- maven-enforcer-plugin:1.3:enforce (dist-enforce) @ tajo-project ---\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Maven Plugins 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-maven-plugins ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-maven-plugins/target\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ tajo-maven-plugins ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-maven-plugins/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-maven-plugins ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-maven-plugins ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-maven-plugins ---\
[INFO] Compiling 4 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-maven-plugins/target/classes\
[INFO] \
[INFO] --- maven-plugin-plugin:3.0:descriptor (default-descriptor) @ tajo-maven-plugins ---\
[INFO] Using 'UTF-8' encoding to read mojo metadata.\
[INFO] Applying mojo extractor for language: java-annotations\
[INFO] Mojo extractor for language: java-annotations found 2 mojo descriptors.\
[INFO] Applying mojo extractor for language: java\
[INFO] Mojo extractor for language: java found 0 mojo descriptors.\
[INFO] Applying mojo extractor for language: bsh\
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.\
[INFO] \
[INFO] --- maven-plugin-plugin:3.0:descriptor (mojo-descriptor) @ tajo-maven-plugins ---\
[INFO] Using 'UTF-8' encoding to read mojo metadata.\
[INFO] Applying mojo extractor for language: java-annotations\
[INFO] Mojo extractor for language: java-annotations found 2 mojo descriptors.\
[INFO] Applying mojo extractor for language: java\
[INFO] Mojo extractor for language: java found 0 mojo descriptors.\
[INFO] Applying mojo extractor for language: bsh\
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-maven-plugins ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-maven-plugins ---\
[INFO] No sources to compile\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-maven-plugins ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source-2.3) @ tajo-maven-plugins ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-maven-plugins/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-maven-plugins ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-maven-plugins/target/tajo-maven-plugins-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-plugin-plugin:3.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tajo-maven-plugins ---\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-maven-plugins ---\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Common 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-common ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-common ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (create-protobuf-generated-sources-directory) @ tajo-common ---\
[INFO] Executing tasks\
\
main:\
    [mkdir] Created dir: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/target/generated-sources/proto\
[INFO] Executed tasks\
[INFO] \
[INFO] --- exec-maven-plugin:1.2:exec (generate-sources) @ tajo-common ---\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ tajo-common ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/target/generated-sources/proto added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-common ---\
[INFO] \
[INFO] --- tajo-maven-plugins:0.9.0-SNAPSHOT:version-info (version-info) @ tajo-common ---\
[WARNING] [svn, info] failed with error code 1\
[INFO] SCM: GIT\
[INFO] Computed MD5: d0739441ebc59f1de509f8cb8694d3\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-common ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-common ---\
[INFO] Compiling 89 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-common ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-common ---\
[INFO] Compiling 27 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/target/test-classes\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-common ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source-2.3) @ tajo-common ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-common ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/target/tajo-common-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-common ---\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (dist) @ tajo-common ---\
[INFO] Executing tasks\
\
main:\
     [exec] \
     [exec] Current directory /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/target\
     [exec] \
     [exec] $ rm -rf tajo-common-0.9.0-SNAPSHOT\
     [exec] $ mkdir tajo-common-0.9.0-SNAPSHOT\
     [exec] $ cd tajo-common-0.9.0-SNAPSHOT\
     [exec] $ cp -r /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/target/tajo-common-0.9.0-SNAPSHOT.jar .\
     [exec] \
     [exec] Tajo Common dist layout available at: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-common/target/tajo-common-0.9.0-SNAPSHOT\
     [exec] \
[INFO] Executed tasks\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Algebra 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-algebra ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-algebra ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ tajo-algebra ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-algebra ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-algebra ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-algebra ---\
[INFO] Compiling 62 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-algebra ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-algebra ---\
[INFO] Compiling 2 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/test-classes\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-algebra ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source-2.3) @ tajo-algebra ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tajo-algebra ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/tajo-algebra-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-algebra ---\
[INFO] \
[INFO] --- maven-jar-plugin:2.2:test-jar (default) @ tajo-algebra ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/tajo-algebra-0.9.0-SNAPSHOT-tests.jar\
[INFO] \
[INFO] --- maven-dependency-plugin:2.4:copy-dependencies (copy-dependencies) @ tajo-algebra ---\
[INFO] Copying commons-lang-2.6.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/lib/commons-lang-2.6.jar\
[INFO] Copying joda-time-2.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/lib/joda-time-2.3.jar\
[INFO] Copying protobuf-java-2.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/lib/protobuf-java-2.5.0.jar\
[INFO] Copying guava-11.0.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/lib/guava-11.0.2.jar\
[INFO] Copying jsr305-1.3.9.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/lib/jsr305-1.3.9.jar\
[INFO] Copying commons-logging-api-1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/lib/commons-logging-api-1.1.jar\
[INFO] Copying gson-2.2.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/lib/gson-2.2.2.jar\
[INFO] Copying tajo-common-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/lib/tajo-common-0.9.0-SNAPSHOT.jar\
[INFO] Copying commons-logging-1.1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/lib/commons-logging-1.1.1.jar\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (dist) @ tajo-algebra ---\
[INFO] Executing tasks\
\
main:\
     [exec] \
     [exec] Current directory /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target\
     [exec] \
     [exec] $ rm -rf tajo-algebra-0.9.0-SNAPSHOT\
     [exec] $ mkdir tajo-algebra-0.9.0-SNAPSHOT\
     [exec] $ cd tajo-algebra-0.9.0-SNAPSHOT\
     [exec] $ cp -r /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/tajo-algebra-0.9.0-SNAPSHOT-tests.jar /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/tajo-algebra-0.9.0-SNAPSHOT.jar .\
     [exec] \
     [exec] Tajo Algebra dist layout available at: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-algebra/target/tajo-algebra-0.9.0-SNAPSHOT\
     [exec] \
[INFO] Executed tasks\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Catalog Common 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-catalog-common ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-catalog-common ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (create-protobuf-generated-sources-directory) @ tajo-catalog-common ---\
[INFO] Executing tasks\
\
main:\
    [mkdir] Created dir: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/generated-sources/proto\
[INFO] Executed tasks\
[INFO] \
[INFO] --- exec-maven-plugin:1.2:exec (generate-sources) @ tajo-catalog-common ---\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ tajo-catalog-common ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/generated-sources/proto added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-catalog-common ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-catalog-common ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-catalog-common ---\
[INFO] Compiling 43 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-catalog-common ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-catalog-common ---\
[INFO] Compiling 12 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/test-classes\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-catalog-common ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- maven-dependency-plugin:2.4:copy-dependencies (copy-dependencies) @ tajo-catalog-common ---\
[INFO] Copying commons-lang-2.6.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/lib/commons-lang-2.6.jar\
[INFO] Copying joda-time-2.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/lib/joda-time-2.3.jar\
[INFO] Copying guava-11.0.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/lib/guava-11.0.2.jar\
[INFO] Copying protobuf-java-2.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/lib/protobuf-java-2.5.0.jar\
[INFO] Copying jsr305-1.3.9.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/lib/jsr305-1.3.9.jar\
[INFO] Copying commons-logging-api-1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/lib/commons-logging-api-1.1.jar\
[INFO] Copying gson-2.2.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/lib/gson-2.2.2.jar\
[INFO] Copying tajo-common-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/lib/tajo-common-0.9.0-SNAPSHOT.jar\
[INFO] Copying commons-logging-1.1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/lib/commons-logging-1.1.1.jar\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source-2.3) @ tajo-catalog-common ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-catalog-common ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-common/target/tajo-catalog-common-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-catalog-common ---\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Rpc 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-rpc ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-rpc ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (create-protobuf-generated-sources-directory) @ tajo-rpc ---\
[INFO] Executing tasks\
\
main:\
    [mkdir] Created dir: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/target/generated-sources/proto\
[INFO] Executed tasks\
[INFO] \
[INFO] --- exec-maven-plugin:1.2:exec (generate-sources) @ tajo-rpc ---\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ tajo-rpc ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/target/generated-sources/proto added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-rpc ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-rpc ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-rpc ---\
[INFO] Compiling 22 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-rpc ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-rpc ---\
[INFO] Compiling 4 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/target/test-classes\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-rpc ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source-2.3) @ tajo-rpc ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-rpc ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/target/tajo-rpc-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-rpc ---\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (dist) @ tajo-rpc ---\
[INFO] Executing tasks\
\
main:\
     [exec] \
     [exec] Current directory /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/target\
     [exec] \
     [exec] $ rm -rf tajo-rpc-0.9.0-SNAPSHOT\
     [exec] $ mkdir tajo-rpc-0.9.0-SNAPSHOT\
     [exec] $ cd tajo-rpc-0.9.0-SNAPSHOT\
     [exec] $ cp -r /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/target/tajo-rpc-0.9.0-SNAPSHOT.jar .\
     [exec] \
     [exec] Tajo Rpc dist layout available at: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-rpc/target/tajo-rpc-0.9.0-SNAPSHOT\
     [exec] \
[INFO] Executed tasks\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Catalog Client 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-catalog-client ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-client/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-catalog-client ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (create-protobuf-generated-sources-directory) @ tajo-catalog-client ---\
[INFO] Executing tasks\
\
main:\
    [mkdir] Created dir: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-client/target/generated-sources/proto\
[INFO] Executed tasks\
[INFO] \
[INFO] --- exec-maven-plugin:1.2:exec (generate-sources) @ tajo-catalog-client ---\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ tajo-catalog-client ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-client/target/generated-sources/proto added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-catalog-client ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-catalog-client ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-catalog-client ---\
[INFO] Compiling 4 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-client/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-catalog-client ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-catalog-client ---\
[INFO] No sources to compile\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-catalog-client ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source-2.3) @ tajo-catalog-client ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-client/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-catalog-client ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-client/target/tajo-catalog-client-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-catalog-client ---\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Catalog Server 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-catalog-server ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-catalog-server ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (create-protobuf-generated-sources-directory) @ tajo-catalog-server ---\
[INFO] Executing tasks\
\
main:\
    [mkdir] Created dir: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/generated-sources/proto\
[INFO] Executed tasks\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ tajo-catalog-server ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/generated-sources/proto added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-catalog-server ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-catalog-server ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-catalog-server ---\
[INFO] Compiling 10 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-catalog-server ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-catalog-server ---\
[INFO] Compiling 1 source file to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/test-classes\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-catalog-server ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- maven-dependency-plugin:2.4:copy-dependencies (copy-dependencies) @ tajo-catalog-server ---\
[INFO] Copying joda-time-2.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/joda-time-2.3.jar\
[INFO] Copying guava-11.0.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/guava-11.0.2.jar\
[INFO] Copying protobuf-java-2.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/protobuf-java-2.5.0.jar\
[INFO] Copying jsr305-1.3.9.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/jsr305-1.3.9.jar\
[INFO] Copying tajo-rpc-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/tajo-rpc-0.9.0-SNAPSHOT.jar\
[INFO] Copying derby-10.8.2.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/derby-10.8.2.2.jar\
[INFO] Copying tajo-common-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/tajo-common-0.9.0-SNAPSHOT.jar\
[INFO] Copying commons-logging-1.1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/commons-logging-1.1.1.jar\
[INFO] Copying tajo-catalog-client-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/tajo-catalog-client-0.9.0-SNAPSHOT.jar\
[INFO] Copying commons-lang-2.6.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/commons-lang-2.6.jar\
[INFO] Copying tajo-catalog-common-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/tajo-catalog-common-0.9.0-SNAPSHOT.jar\
[INFO] Copying netty-3.6.6.Final.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/netty-3.6.6.Final.jar\
[INFO] Copying gson-2.2.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/gson-2.2.2.jar\
[INFO] Copying commons-logging-api-1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/lib/commons-logging-api-1.1.jar\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source-2.3) @ tajo-catalog-server ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-catalog-server ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-catalog/tajo-catalog-server/target/tajo-catalog-server-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-catalog-server ---\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Storage 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-storage ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-storage ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (create-protobuf-generated-sources-directory) @ tajo-storage ---\
[INFO] Executing tasks\
\
main:\
    [mkdir] Created dir: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target/generated-sources/proto\
[INFO] Executed tasks\
[INFO] \
[INFO] --- exec-maven-plugin:1.2:exec (generate-sources) @ tajo-storage ---\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ tajo-storage ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target/generated-sources/proto added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-storage ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-storage ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-storage ---\
[INFO] Compiling 99 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-storage ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-storage ---\
[INFO] Compiling 20 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target/test-classes\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-storage ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source-2.3) @ tajo-storage ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-storage ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target/tajo-storage-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-storage ---\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ tajo-storage ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target/tajo-storage-0.9.0-SNAPSHOT-tests.jar\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (dist) @ tajo-storage ---\
[INFO] Executing tasks\
\
main:\
     [exec] \
     [exec] Current directory /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target\
     [exec] \
     [exec] $ rm -rf tajo-storage-0.9.0-SNAPSHOT\
     [exec] $ mkdir tajo-storage-0.9.0-SNAPSHOT\
     [exec] $ cd tajo-storage-0.9.0-SNAPSHOT\
     [exec] $ cp -r /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target/tajo-storage-0.9.0-SNAPSHOT-tests.jar /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target/tajo-storage-0.9.0-SNAPSHOT.jar .\
     [exec] \
     [exec] Tajo Storage dist layout available at: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-storage/target/tajo-storage-0.9.0-SNAPSHOT\
     [exec] \
[INFO] Executed tasks\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Core PullServer 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-yarn-pullserver ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-yarn-pullserver/target\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ tajo-yarn-pullserver ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-yarn-pullserver/src/main/hadoop-2.4.0 added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-yarn-pullserver ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-yarn-pullserver ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-yarn-pullserver ---\
[INFO] Compiling 15 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-yarn-pullserver/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-yarn-pullserver ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-yarn-pullserver ---\
[INFO] No sources to compile\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-yarn-pullserver ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source-2.3) @ tajo-yarn-pullserver ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-yarn-pullserver/src/main/hadoop-2.4.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-yarn-pullserver ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-yarn-pullserver/target/tajo-yarn-pullserver-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-yarn-pullserver ---\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Client 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-client ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-client ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (create-protobuf-generated-sources-directory) @ tajo-client ---\
[INFO] Executing tasks\
\
main:\
    [mkdir] Created dir: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/generated-sources/proto\
[INFO] Executed tasks\
[INFO] \
[INFO] --- exec-maven-plugin:1.2:exec (generate-sources) @ tajo-client ---\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ tajo-client ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/generated-sources/proto added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-client ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-client ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-client ---\
[INFO] Compiling 40 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-client ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-client ---\
[INFO] No sources to compile\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-client ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source-2.3) @ tajo-client ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ tajo-client ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/tajo-client-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-client ---\
[INFO] \
[INFO] --- maven-jar-plugin:2.2:test-jar (default) @ tajo-client ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/tajo-client-0.9.0-SNAPSHOT-tests.jar\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (dist) @ tajo-client ---\
[INFO] Executing tasks\
\
main:\
     [exec] \
     [exec] Current directory /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target\
     [exec] \
     [exec] $ rm -rf tajo-client-0.9.0-SNAPSHOT\
     [exec] $ mkdir tajo-client-0.9.0-SNAPSHOT\
     [exec] $ cd tajo-client-0.9.0-SNAPSHOT\
     [exec] $ cp -r /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/tajo-client-0.9.0-SNAPSHOT-tests.jar /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/tajo-client-0.9.0-SNAPSHOT.jar .\
     [exec] \
     [exec] Tajo Client dist layout available at: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/tajo-client-0.9.0-SNAPSHOT\
     [exec] \
[INFO] Executed tasks\
[INFO] \
[INFO] --- maven-dependency-plugin:2.4:copy-dependencies (copy-dependencies) @ tajo-client ---\
[INFO] Copying servlet-api-2.5-20081211.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/servlet-api-2.5-20081211.jar\
[INFO] Copying commons-codec-1.5.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/commons-codec-1.5.jar\
[INFO] Copying joda-time-2.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/joda-time-2.3.jar\
[INFO] Copying protobuf-java-2.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/protobuf-java-2.5.0.jar\
[INFO] Copying jsr305-1.3.9.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/jsr305-1.3.9.jar\
[INFO] Copying parquet-common-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/parquet-common-1.5.0.jar\
[INFO] Copying avro-1.7.4.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/avro-1.7.4.jar\
[INFO] Copying parquet-encoding-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/parquet-encoding-1.5.0.jar\
[INFO] Copying tajo-common-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/tajo-common-0.9.0-SNAPSHOT.jar\
[INFO] Copying avro-ipc-1.7.3-tests.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/avro-ipc-1.7.3-tests.jar\
[INFO] Copying xz-1.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/xz-1.0.jar\
[INFO] Copying commons-logging-1.1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/commons-logging-1.1.1.jar\
[INFO] Copying jackson-mapper-asl-1.9.11.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/jackson-mapper-asl-1.9.11.jar\
[INFO] Copying slf4j-api-1.6.4.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/slf4j-api-1.6.4.jar\
[INFO] Copying commons-compress-1.4.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/commons-compress-1.4.1.jar\
[INFO] Copying commons-lang-2.6.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/commons-lang-2.6.jar\
[INFO] Copying parquet-hadoop-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/parquet-hadoop-1.5.0.jar\
[INFO] Copying trevni-avro-1.7.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/trevni-avro-1.7.3.jar\
[INFO] Copying gson-2.2.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/gson-2.2.2.jar\
[INFO] Copying commons-logging-api-1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/commons-logging-api-1.1.jar\
[INFO] Copying commons-collections-3.2.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/commons-collections-3.2.1.jar\
[INFO] Copying parquet-format-2.1.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/parquet-format-2.1.0.jar\
[INFO] Copying trevni-core-1.7.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/trevni-core-1.7.3.jar\
[INFO] Copying parquet-column-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/parquet-column-1.5.0.jar\
[INFO] Copying jetty-util-6.1.26.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/jetty-util-6.1.26.jar\
[INFO] Copying parquet-generator-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/parquet-generator-1.5.0.jar\
[INFO] Copying jackson-core-asl-1.9.11.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/jackson-core-asl-1.9.11.jar\
[INFO] Copying guava-11.0.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/guava-11.0.2.jar\
[INFO] Copying tajo-storage-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/tajo-storage-0.9.0-SNAPSHOT.jar\
[INFO] Copying avro-mapred-1.7.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/avro-mapred-1.7.3.jar\
[INFO] Copying tajo-rpc-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/tajo-rpc-0.9.0-SNAPSHOT.jar\
[INFO] Copying paranamer-2.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/paranamer-2.3.jar\
[INFO] Copying avro-ipc-1.7.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/avro-ipc-1.7.3.jar\
[INFO] Copying jline-2.11.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/jline-2.11.jar\
[INFO] Copying tajo-catalog-common-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/tajo-catalog-common-0.9.0-SNAPSHOT.jar\
[INFO] Copying netty-3.6.6.Final.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/netty-3.6.6.Final.jar\
[INFO] Copying snappy-java-1.0.4.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/snappy-java-1.0.4.1.jar\
[INFO] Copying jetty-6.1.26.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/jetty-6.1.26.jar\
[INFO] Copying parquet-jackson-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/parquet-jackson-1.5.0.jar\
[INFO] Copying velocity-1.7.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-client/target/lib/velocity-1.7.jar\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo JDBC Driver 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-jdbc ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ tajo-jdbc ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-jdbc ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-jdbc ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-jdbc ---\
[INFO] Compiling 7 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-jdbc ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-jdbc ---\
[INFO] No sources to compile\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-jdbc ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source-2.3) @ tajo-jdbc ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-jdbc ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/tajo-jdbc-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-jdbc ---\
[INFO] \
[INFO] --- maven-dependency-plugin:2.4:copy-dependencies (copy-dependencies) @ tajo-jdbc ---\
[INFO] Copying servlet-api-2.5-20081211.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/servlet-api-2.5-20081211.jar\
[INFO] Copying joda-time-2.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/joda-time-2.3.jar\
[INFO] Copying protobuf-java-2.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/protobuf-java-2.5.0.jar\
[INFO] Copying parquet-encoding-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/parquet-encoding-1.5.0.jar\
[INFO] Copying tajo-common-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/tajo-common-0.9.0-SNAPSHOT.jar\
[INFO] Copying xz-1.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/xz-1.0.jar\
[INFO] Copying avro-ipc-1.7.3-tests.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/avro-ipc-1.7.3-tests.jar\
[INFO] Copying commons-logging-1.1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-logging-1.1.1.jar\
[INFO] Copying commons-lang-2.6.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-lang-2.6.jar\
[INFO] Copying httpcore-4.2.4.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/httpcore-4.2.4.jar\
[INFO] Copying trevni-avro-1.7.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/trevni-avro-1.7.3.jar\
[INFO] Copying parquet-hadoop-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/parquet-hadoop-1.5.0.jar\
[INFO] Copying gson-2.2.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/gson-2.2.2.jar\
[INFO] Copying zookeeper-3.4.5.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/zookeeper-3.4.5.jar\
[INFO] Copying commons-beanutils-1.7.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-beanutils-1.7.0.jar\
[INFO] Copying trevni-core-1.7.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/trevni-core-1.7.3.jar\
[INFO] Copying jetty-util-6.1.26.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/jetty-util-6.1.26.jar\
[INFO] Copying log4j-1.2.17.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/log4j-1.2.17.jar\
[INFO] Copying jackson-core-asl-1.9.11.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/jackson-core-asl-1.9.11.jar\
[INFO] Copying commons-httpclient-3.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-httpclient-3.1.jar\
[INFO] Copying guava-11.0.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/guava-11.0.2.jar\
[INFO] Copying commons-digester-1.8.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-digester-1.8.jar\
[INFO] Copying paranamer-2.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/paranamer-2.3.jar\
[INFO] Copying httpclient-4.2.5.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/httpclient-4.2.5.jar\
[INFO] Copying xmlenc-0.52.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/xmlenc-0.52.jar\
[INFO] Copying commons-beanutils-core-1.8.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-beanutils-core-1.8.0.jar\
[INFO] Copying jline-2.11.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/jline-2.11.jar\
[INFO] Copying tajo-catalog-common-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/tajo-catalog-common-0.9.0-SNAPSHOT.jar\
[INFO] Copying tajo-client-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/tajo-client-0.9.0-SNAPSHOT.jar\
[INFO] Copying commons-cli-1.2.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-cli-1.2.jar\
[INFO] Copying hadoop-client-2.4.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/hadoop-client-2.4.0.jar\
[INFO] Copying parquet-jackson-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/parquet-jackson-1.5.0.jar\
[INFO] Copying commons-codec-1.5.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-codec-1.5.jar\
[INFO] Copying jsr305-1.3.9.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/jsr305-1.3.9.jar\
[INFO] Copying parquet-common-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/parquet-common-1.5.0.jar\
[INFO] Copying avro-1.7.4.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/avro-1.7.4.jar\
[INFO] Copying slf4j-api-1.6.4.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/slf4j-api-1.6.4.jar\
[INFO] Copying jackson-mapper-asl-1.9.11.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/jackson-mapper-asl-1.9.11.jar\
[INFO] Copying commons-compress-1.4.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-compress-1.4.1.jar\
[INFO] Copying hadoop-auth-2.4.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/hadoop-auth-2.4.0.jar\
[INFO] Copying commons-logging-api-1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-logging-api-1.1.jar\
[INFO] Copying commons-collections-3.2.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-collections-3.2.1.jar\
[INFO] Copying parquet-format-2.1.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/parquet-format-2.1.0.jar\
[INFO] Copying parquet-column-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/parquet-column-1.5.0.jar\
[INFO] Copying commons-math3-3.1.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-math3-3.1.1.jar\
[INFO] Copying parquet-generator-1.5.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/parquet-generator-1.5.0.jar\
[INFO] Copying tajo-storage-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/tajo-storage-0.9.0-SNAPSHOT.jar\
[INFO] Copying hadoop-annotations-2.4.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/hadoop-annotations-2.4.0.jar\
[INFO] Copying slf4j-log4j12-1.7.5.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/slf4j-log4j12-1.7.5.jar\
[INFO] Copying commons-configuration-1.6.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-configuration-1.6.jar\
[INFO] Copying tajo-rpc-0.9.0-SNAPSHOT.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/tajo-rpc-0.9.0-SNAPSHOT.jar\
[INFO] Copying avro-mapred-1.7.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/avro-mapred-1.7.3.jar\
[INFO] Copying commons-io-2.4.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-io-2.4.jar\
[INFO] Copying avro-ipc-1.7.3.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/avro-ipc-1.7.3.jar\
[INFO] Copying hadoop-common-2.4.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/hadoop-common-2.4.0.jar\
[INFO] Copying netty-3.6.6.Final.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/netty-3.6.6.Final.jar\
[INFO] Copying commons-net-3.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/commons-net-3.1.jar\
[INFO] Copying snappy-java-1.0.4.1.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/snappy-java-1.0.4.1.jar\
[INFO] Copying jetty-6.1.26.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/jetty-6.1.26.jar\
[INFO] Copying hadoop-hdfs-2.4.0.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/hadoop-hdfs-2.4.0.jar\
[INFO] Copying velocity-1.7.jar to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-jdbc/target/lib/velocity-1.7.jar\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building ASM (thirdparty) 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-thirdparty-asm ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-thirdparty/asm/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-thirdparty-asm ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ tajo-thirdparty-asm ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-thirdparty/asm/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-thirdparty-asm ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-thirdparty-asm ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-thirdparty-asm ---\
[INFO] Compiling 113 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-thirdparty/asm/target/classes\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ tajo-thirdparty-asm ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ tajo-thirdparty-asm ---\
[INFO] No sources to compile\
[INFO] \
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ tajo-thirdparty-asm ---\
[INFO] Tests are skipped.\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source-2.3) @ tajo-thirdparty-asm ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-thirdparty/asm/src/main/hadoop-2.3.0 added.\
[INFO] \
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tajo-thirdparty-asm ---\
[INFO] Building jar: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-thirdparty/asm/target/tajo-thirdparty-asm-0.9.0-SNAPSHOT.jar\
[INFO] \
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-thirdparty-asm ---\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (dist) @ tajo-thirdparty-asm ---\
[INFO] Executing tasks\
\
main:\
     [exec] \
     [exec] Current directory /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-thirdparty/asm/target\
     [exec] \
     [exec] $ rm -rf tajo-thirdparty-asm-0.9.0-SNAPSHOT\
     [exec] $ mkdir tajo-thirdparty-asm-0.9.0-SNAPSHOT\
     [exec] $ cd tajo-thirdparty-asm-0.9.0-SNAPSHOT\
     [exec] $ cp -r /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-thirdparty/asm/target/tajo-thirdparty-asm-0.9.0-SNAPSHOT.jar .\
     [exec] \
     [exec] Tajo Common dist layout available at: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-thirdparty/asm/target/tajo-thirdparty-asm-0.9.0-SNAPSHOT\
     [exec] \
[INFO] Executed tasks\
[INFO]                                                                         \
[INFO] ------------------------------------------------------------------------\
[INFO] Building Tajo Core 0.9.0-SNAPSHOT\
[INFO] ------------------------------------------------------------------------\
[INFO] \
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-core ---\
[INFO] Deleting /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/target\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (default) @ tajo-core ---\
[INFO] Executing tasks\
\
main:\
[INFO] Executed tasks\
[INFO] \
[INFO] --- maven-antrun-plugin:1.6:run (create-protobuf-generated-sources-directory) @ tajo-core ---\
[INFO] Executing tasks\
\
main:\
    [mkdir] Created dir: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/target/generated-sources/proto\
[INFO] Executed tasks\
[INFO] \
[INFO] --- antlr4-maven-plugin:4.1:antlr4 (default) @ tajo-core ---\
[INFO] ANTLR 4: Processing source directory /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/antlr4\
[INFO] Processing grammar: org/apache/tajo/engine/parser/SQLLexer.g4\
[INFO] Processing grammar: org/apache/tajo/engine/parser/SQLParser.g4\
[INFO] \
[INFO] --- exec-maven-plugin:1.2:exec (generate-sources) @ tajo-core ---\
[INFO] \
[INFO] --- build-helper-maven-plugin:1.5:add-source (add-source) @ tajo-core ---\
[INFO] Source directory: /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/target/generated-sources/proto added.\
[INFO] \
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-core ---\
[INFO] \
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ tajo-core ---\
[INFO] Using default encoding to copy filtered resources.\
[INFO] \
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ tajo-core ---\
[INFO] Compiling 521 source files to /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/target/classes\
[INFO] -------------------------------------------------------------\
[ERROR] COMPILATION ERROR : \
[INFO] -------------------------------------------------------------\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[94,15] cannot find symbol\
symbol  : class FileChunk\
location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[721,10] cannot find symbol\
symbol  : class FileChunk\
location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[194,66] cannot find symbol\
symbol  : class FileChunk\
location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[593,11] cannot find symbol\
symbol  : class FileChunk\
location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[636,12] cannot find symbol\
symbol  : class FileChunk\
location: class org.apache.tajo.worker.Task.FetchRunner\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[724,49] cannot find symbol\
symbol  : class QueryStringDecoder\
location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[754,4] cannot find symbol\
symbol  : class FileChunk\
location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[778,16] cannot find symbol\
symbol  : variable TajoPullServerService\
location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[786,25] cannot find symbol\
symbol  : variable HashShuffleAppenderManager\
location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[802,18] cannot find symbol\
symbol  : class FileChunk\
location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java:[73,8] cannot find symbol\
symbol  : variable file\
location: class org.apache.tajo.worker.Fetcher\
[INFO] 11 errors \
[INFO] -------------------------------------------------------------\
[INFO] ------------------------------------------------------------------------\
[INFO] Reactor Summary:\
[INFO] \
[INFO] Tajo Main .......................................... SUCCESS [  5.072 s]\
[INFO] Tajo Project POM ................................... SUCCESS [  1.860 s]\
[INFO] Tajo Maven Plugins ................................. SUCCESS [  6.308 s]\
[INFO] Tajo Common ........................................ SUCCESS [ 17.798 s]\
[INFO] Tajo Algebra ....................................... SUCCESS [  5.752 s]\
[INFO] Tajo Catalog Common ................................ SUCCESS [ 12.511 s]\
[INFO] Tajo Rpc ........................................... SUCCESS [  6.649 s]\
[INFO] Tajo Catalog Client ................................ SUCCESS [  2.225 s]\
[INFO] Tajo Catalog Server ................................ SUCCESS [  3.016 s]\
[INFO] Tajo Storage ....................................... SUCCESS [ 10.759 s]\
[INFO] Tajo Core PullServer ............................... SUCCESS [  3.723 s]\
[INFO] Tajo Client ........................................ SUCCESS [ 10.562 s]\
[INFO] Tajo JDBC Driver ................................... SUCCESS [  1.640 s]\
[INFO] ASM (thirdparty) ................................... SUCCESS [  6.705 s]\
[INFO] Tajo Core .......................................... FAILURE [ 35.322 s]\
[INFO] Tajo Catalog Drivers ............................... SKIPPED\
[INFO] Tajo Catalog ....................................... SKIPPED\
[INFO] Tajo Distribution .................................. SKIPPED\
[INFO] ------------------------------------------------------------------------\
[INFO] BUILD FAILURE\
[INFO] ------------------------------------------------------------------------\
[INFO] Total time: 02:10 min\
[INFO] Finished at: 2014-09-17T18:45:44+02:00\
[INFO] Final Memory: 51M/226M\
[INFO] ------------------------------------------------------------------------\
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project tajo-core: Compilation failure: Compilation failure:\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[94,15] cannot find symbol\
[ERROR] symbol  : class FileChunk\
[ERROR] location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[721,10] cannot find symbol\
[ERROR] symbol  : class FileChunk\
[ERROR] location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[194,66] cannot find symbol\
[ERROR] symbol  : class FileChunk\
[ERROR] location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[593,11] cannot find symbol\
[ERROR] symbol  : class FileChunk\
[ERROR] location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[636,12] cannot find symbol\
[ERROR] symbol  : class FileChunk\
[ERROR] location: class org.apache.tajo.worker.Task.FetchRunner\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[724,49] cannot find symbol\
[ERROR] symbol  : class QueryStringDecoder\
[ERROR] location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[754,4] cannot find symbol\
[ERROR] symbol  : class FileChunk\
[ERROR] location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[778,16] cannot find symbol\
[ERROR] symbol  : variable TajoPullServerService\
[ERROR] location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[786,25] cannot find symbol\
[ERROR] symbol  : variable HashShuffleAppenderManager\
[ERROR] location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Task.java:[802,18] cannot find symbol\
[ERROR] symbol  : class FileChunk\
[ERROR] location: class org.apache.tajo.worker.Task\
[ERROR] /Users/chris/6_Semester/Thesis/07_git/tajo/tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java:[73,8] cannot find symbol\
[ERROR] symbol  : variable file\
[ERROR] location: class org.apache.tajo.worker.Fetcher\
[ERROR] -> [Help 1]\
[ERROR] \
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\
[ERROR] Re-run Maven using the -X switch to enable full debug logging.\
[ERROR] \
[ERROR] For more information about the errors and possible solutions, please read the following articles:\
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException\
[ERROR] \
[ERROR] After correcting the problems, you can resume the build with the command\
[ERROR]   mvn <goals> -rf :tajo-core}


Warm regards,
Chris




Am 17.09.2014 um 16:39 schrieb Hyunsik Choi <[email protected]>:

Hi Chris,

Do you mean that your query is finished well? Good to hear. But, you
need to know that the patch still has some bugs. Please see the review
https://reviews.apache.org/r/25242/.

If your problem is solved by this patch, your problem was related to
Fetcher. I'm also expecting your problem is related to this issue
(https://github.com/apache/tajo/pull/141/files), which already
committed to master branch. You can use this fix from master branch
too.

Please refer to this document in order to learn how to apply patch. We
mostly use '--no-prefix' option in order to generate patch files. So,
you should use the patch command with -p0 instead of -p1 as follows:

patch -p0 < ${PATCH_FILE}.patch

By default, patch command uses -p1.

Thanks,
Hyunsik

On Wed, Sep 17, 2014 at 8:07 AM, Christian Schwabe
<[email protected]> wrote:
Hello guys,

after days of efforts to apply the patch from May Hai, I finally be able to
announce a success today. I want to a brief description where the problem
was. The few guides out there to apply a patch, using the Git clients often
use git apply. However, I had no success. See discussion below.

christians-mbp:tajo chris$ git apply --check
/Users/chris/Desktop/TAJO-983.140916.patch
error: src/main/java/org/apache/tajo/worker/Fetcher.java: No such file or
directory
error: src/main/java/org/apache/tajo/worker/Task.java: No such file or
directory
error:
src/main/java/org/apache/tajo/worker/dataserver/retriever/FileChunk.java: No
such file or directory
error: src/test/java/org/apache/tajo/worker/TestFetcher.java: No such file
or directory
error: src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java:
No such file or directory
error: src/main/java/org/apache/tajo/pullserver/retriever/FileChunk.java: No
such file or directory

###########################################

christians-mbp:tajo chris$ git apply --check
/Users/chris/Desktop/TAJO-983.140916.patch
error: src/main/java/org/apache/tajo/worker/Fetcher.java: No such file or
directory
error: src/main/java/org/apache/tajo/worker/Task.java: No such file or
directory
error:
src/main/java/org/apache/tajo/worker/dataserver/retriever/FileChunk.java: No
such file or directory
error: src/test/java/org/apache/tajo/worker/TestFetcher.java: No such file
or directory
error: src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java:
No such file or directory
error: src/main/java/org/apache/tajo/pullserver/retriever/FileChunk.java: No
such file or directory

###########################################

christians-mbp:tajo chris$ git apply -v --check
/Users/chris/Desktop/TAJO-983.140916.patch
Checking patch src/main/java/org/apache/tajo/worker/Fetcher.java...
error: src/main/java/org/apache/tajo/worker/Fetcher.java: No such file or
directory
Checking patch src/main/java/org/apache/tajo/worker/Task.java...
error: src/main/java/org/apache/tajo/worker/Task.java: No such file or
directory
Checking patch
src/main/java/org/apache/tajo/worker/dataserver/retriever/FileChunk.java...
error:
src/main/java/org/apache/tajo/worker/dataserver/retriever/FileChunk.java: No
such file or directory
Checking patch src/test/java/org/apache/tajo/worker/TestFetcher.java...
error: src/test/java/org/apache/tajo/worker/TestFetcher.java: No such file
or directory
Checking patch
src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java...
error: src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java:
No such file or directory
Checking patch
src/main/java/org/apache/tajo/pullserver/retriever/FileChunk.java...
error: src/main/java/org/apache/tajo/pullserver/retriever/FileChunk.java: No
such file or directory

###########################################

christians-mbp:tajo-core chris$ git apply
/Users/chris/Desktop/TAJO-983.140916.patch
/Users/chris/Desktop/TAJO-983.140916.patch:58: trailing whitespace.



/Users/chris/Desktop/TAJO-983.140916.patch:80: trailing whitespace.



/Users/chris/Desktop/TAJO-983.140916.patch:487: trailing whitespace.
   return " (start=" + startOffset() + ", length=" + length + ",
fromRemote=" + fromRemote
warning: 3 lines add whitespace errors.

###########################################

Removal of whitespaces also brought no success.
My hope depended least on this patch. As far Tajo not run in my environment
and my standard configuration, I will unfortunately have to complete my
thesis with the result that it is currently not suitable for practical use.
This really is not a reproach to formulate that clear again. I really do
appreciate your hard work very much. However, I also think it's slightly
doubtful that the advice you have given can't read anywhere and only
inquired. I think that's still a pity. Surely you can not really expect, or
rather the can but not really your goal to be always be the first point of
contact. I think at this point there is still a lot of catching up to do.
This is still a large deficit. Surely you can not really expect, or rather
it is hopefully not really your goal to be always be the first point of
contact. I think at this point there is still a lot of catching up to do.

I am not come within the scope of my thesis within the time to the desired
goal, but of course I'm still interested in a close contact with you and and
a further effort to solve the outstanding problem.

Until I have encountered the following with the patch was successfully
carried out. Unfortunately, this patch did not bring the hoped solution. No
change in the behavior described herein. Are there any other ideas that I
could try to fix the problem?

I really thank you very much for your support thus far. I really thank you
very much for your support thus far. I really thank you very much for your
support thus far. I really thank you very much for your support thus far. I
really thank you very much for your support thus far. I really thank you
very much for your support thus far. I really thank you very much for your
support thus far. I really thank you very much for your support thus far.
;-)


christians-mbp:tajo chris$ cd tajo-yarn-pullserver/
christians-mbp:tajo-yarn-pullserver chris$ patch -p1 <
../TAJO-983.140916.patch
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java
tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java
|index 64475fe..7310736 100644
|--- tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java
|+++ tajo-core/src/main/java/org/apache/tajo/worker/Fetcher.java
--------------------------
File to patch:
Skip this patch? [y] y
Skipping patch.
6 out of 6 hunks ignored
can't find file to patch at input line 98
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git tajo-core/src/main/java/org/apache/tajo/worker/Task.java
tajo-core/src/main/java/org/apache/tajo/worker/Task.java
|index 7b4cbe1..ecc4078 100644
|--- tajo-core/src/main/java/org/apache/tajo/worker/Task.java
|+++ tajo-core/src/main/java/org/apache/tajo/worker/Task.java
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
7 out of 7 hunks ignored
can't find file to patch at input line 339
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git
tajo-core/src/main/java/org/apache/tajo/worker/dataserver/retriever/FileChunk.java
tajo-core/src/main/java/org/apache/tajo/worker/dataserver/retriever/FileChunk.java
|index 4f11168..911c0c2 100644
|---
tajo-core/src/main/java/org/apache/tajo/worker/dataserver/retriever/FileChunk.java
|+++
tajo-core/src/main/java/org/apache/tajo/worker/dataserver/retriever/FileChunk.java
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 362
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git tajo-core/src/test/java/org/apache/tajo/worker/TestFetcher.java
tajo-core/src/test/java/org/apache/tajo/worker/TestFetcher.java
|index b755e02..cb19d54 100644
|--- tajo-core/src/test/java/org/apache/tajo/worker/TestFetcher.java
|+++ tajo-core/src/test/java/org/apache/tajo/worker/TestFetcher.java
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
6 out of 6 hunks ignored
patching file
src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java
patching file
src/main/java/org/apache/tajo/pullserver/retriever/FileChunk.java
christians-mbp:tajo-yarn-pullserver chris$ pwd
/Users/chris/6_Semester/Thesis/07_git/tajo/tajo-yarn-pullserver


Warm regards,
Chris

Reply via email to