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 C8EA011E47 for ; Wed, 9 Jul 2014 04:10:19 +0000 (UTC) Received: (qmail 89283 invoked by uid 500); 9 Jul 2014 04:10:19 -0000 Delivered-To: apmail-tajo-commits-archive@tajo.apache.org Received: (qmail 89192 invoked by uid 500); 9 Jul 2014 04:10:19 -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 88582 invoked by uid 99); 9 Jul 2014 04:10:19 -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, 09 Jul 2014 04:10:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0C7BC9A8C4D; Wed, 9 Jul 2014 04:10:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hyunsik@apache.org To: commits@tajo.apache.org Date: Wed, 09 Jul 2014 04:10:35 -0000 Message-Id: <95a84a9f37ec432a9216e25945337efe@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [18/50] [abbrv] git commit: TAJO-861: tajo-dump script are not executable. (jinho) TAJO-861: tajo-dump script are not executable. (jinho) Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/07225fa3 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/07225fa3 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/07225fa3 Branch: refs/heads/window_function Commit: 07225fa3486546872fe1d6e5d917ee0857795317 Parents: 43875ba Author: jinossy Authored: Tue Jun 17 11:14:19 2014 +0900 Committer: jinossy Committed: Tue Jun 17 11:14:19 2014 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-dist/pom.xml | 1 + tajo-dist/src/main/bin/tajo-dump | 0 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/07225fa3/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 7fe6e62..2772aee 100644 --- a/CHANGES +++ b/CHANGES @@ -68,6 +68,8 @@ Release 0.9.0 - unreleased BUG FIXES + TAJO-861: tajo-dump script are not executable. (jinho) + TAJO-839: If all tables participate in the BROADCAST JOIN, there is some missing data. (Hyoungjun Kim via jihoon) http://git-wip-us.apache.org/repos/asf/tajo/blob/07225fa3/tajo-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-dist/pom.xml b/tajo-dist/pom.xml index 103bbac..d893010 100644 --- a/tajo-dist/pom.xml +++ b/tajo-dist/pom.xml @@ -135,6 +135,7 @@ + http://git-wip-us.apache.org/repos/asf/tajo/blob/07225fa3/tajo-dist/src/main/bin/tajo-dump ---------------------------------------------------------------------- diff --git a/tajo-dist/src/main/bin/tajo-dump b/tajo-dist/src/main/bin/tajo-dump old mode 100644 new mode 100755