You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hs...@apache.org on 2013/04/19 19:33:31 UTC

[1/2] git commit: TAJO-38 Update CHANGES.txt file.

Updated Branches:
  refs/heads/master 75e0e556e -> 6cf96bd4e


TAJO-38 Update CHANGES.txt file.


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

Branch: refs/heads/master
Commit: 6cf96bd4e1b039c8b0381f2564850510bb1ae3b0
Parents: 62064ee
Author: Henry Saputra <he...@platfora.com>
Authored: Fri Apr 19 10:32:46 2013 -0700
Committer: Henry Saputra <he...@platfora.com>
Committed: Fri Apr 19 10:33:02 2013 -0700

----------------------------------------------------------------------
 CHANGES.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/6cf96bd4/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 5aa6e23..787cf14 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -28,6 +28,8 @@ Release 0.2.0 - unreleased
 
   BUG FIXES
 
+    TAJO-38: Update class comment in TaskAttemptContext from Korean to English (hsaputra)
+
     TAJO-15: The Integration test is getting hanged on Mac OS X. (hyunsik)
 
     TAJO-8: MapReduce's ShuffleHandler and Tajo's PullServerAuxService conflict


[2/2] git commit: TAJO-38 Update class comment in TaskAttemptContext from Korean to English

Posted by hs...@apache.org.
TAJO-38 Update class comment in TaskAttemptContext from Korean to English


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

Branch: refs/heads/master
Commit: 62064ee713e54a04f1883401f8a1f0a4171c892b
Parents: 75e0e55
Author: Henry Saputra <he...@platfora.com>
Authored: Fri Apr 19 10:31:23 2013 -0700
Committer: Henry Saputra <he...@platfora.com>
Committed: Fri Apr 19 10:33:02 2013 -0700

----------------------------------------------------------------------
 .../src/main/java/tajo/TaskAttemptContext.java     |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/62064ee7/tajo-core/tajo-core-backend/src/main/java/tajo/TaskAttemptContext.java
----------------------------------------------------------------------
diff --git a/tajo-core/tajo-core-backend/src/main/java/tajo/TaskAttemptContext.java b/tajo-core/tajo-core-backend/src/main/java/tajo/TaskAttemptContext.java
index fa3c24a..1e87341 100644
--- a/tajo-core/tajo-core-backend/src/main/java/tajo/TaskAttemptContext.java
+++ b/tajo-core/tajo-core-backend/src/main/java/tajo/TaskAttemptContext.java
@@ -35,8 +35,7 @@ import java.util.concurrent.CountDownLatch;
 
 
 /**
- * 실행 중인 subquery에 대한 정보를 담는다.
- *
+ * Contains the information about executing subquery.
  */
 public class TaskAttemptContext {
   private static final Log LOG = LogFactory.getLog(TaskAttemptContext.class);