Return-Path: X-Original-To: apmail-tajo-commits-archive@minotaur.apache.org Delivered-To: apmail-tajo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 987E017C1B for ; Wed, 15 Oct 2014 09:16:32 +0000 (UTC) Received: (qmail 15125 invoked by uid 500); 15 Oct 2014 09:16:32 -0000 Delivered-To: apmail-tajo-commits-archive@tajo.apache.org Received: (qmail 15043 invoked by uid 500); 15 Oct 2014 09:16:32 -0000 Mailing-List: contact commits-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.apache.org Delivered-To: mailing list commits@tajo.apache.org Received: (qmail 14852 invoked by uid 99); 15 Oct 2014 09:16:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 09:16:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 22FF88A1D83; Wed, 15 Oct 2014 09:16:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jhkim@apache.org To: commits@tajo.apache.org Date: Wed, 15 Oct 2014 09:16:40 -0000 Message-Id: In-Reply-To: <5cc0d1f41d08492f8e3a70e959c5c87a@git.apache.org> References: <5cc0d1f41d08492f8e3a70e959c5c87a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/50] [abbrv] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into TAJO-1062 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into TAJO-1062 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/a5402249 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/a5402249 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/a5402249 Branch: refs/heads/block_iteration Commit: a5402249a2f7df85aa01280ed359f1d1d3489281 Parents: e59fe46 52e5543 Author: Jaehwa Jung Authored: Sat Sep 27 16:52:05 2014 +0900 Committer: Jaehwa Jung Committed: Sat Sep 27 16:52:05 2014 +0900 ---------------------------------------------------------------------- BUILDING | 8 +- CHANGES | 13 ++ README | 2 +- .../engine/planner/UniformRangePartition.java | 3 +- .../planner/physical/BSTIndexScanExec.java | 4 +- .../planner/physical/ExternalSortExec.java | 92 +++++++--- .../tajo/worker/ExecutionBlockContext.java | 4 +- .../java/org/apache/tajo/worker/Fetcher.java | 37 ++-- .../main/java/org/apache/tajo/worker/Task.java | 182 ++++++++++++++++++- .../java/org/apache/tajo/worker/TaskRunner.java | 26 ++- .../org/apache/tajo/worker/TestFetcher.java | 25 ++- .../main/sphinx/getting_started/building.rst | 10 +- tajo-project/pom.xml | 2 +- .../apache/tajo/rpc/RemoteCallException.java | 3 + .../java/org/apache/tajo/storage/RawFile.java | 71 +++++--- .../tajo/pullserver/PullServerAuxService.java | 6 +- .../tajo/pullserver/TajoPullServerService.java | 8 +- .../tajo/pullserver/retriever/FileChunk.java | 38 +++- 18 files changed, 431 insertions(+), 103 deletions(-) ----------------------------------------------------------------------