Return-Path: X-Original-To: apmail-drill-commits-archive@www.apache.org Delivered-To: apmail-drill-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D5C1717417 for ; Sun, 10 May 2015 21:52:06 +0000 (UTC) Received: (qmail 90392 invoked by uid 500); 10 May 2015 21:52:06 -0000 Delivered-To: apmail-drill-commits-archive@drill.apache.org Received: (qmail 90354 invoked by uid 500); 10 May 2015 21:52:06 -0000 Mailing-List: contact commits-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@drill.apache.org Delivered-To: mailing list commits@drill.apache.org Received: (qmail 90345 invoked by uid 99); 10 May 2015 21:52:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 May 2015 21:52:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7AEACE0534; Sun, 10 May 2015 21:52:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jacques@apache.org To: commits@drill.apache.org Message-Id: <59a9ace6c48e415b80620f1bac7ea250@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: drill git commit: Add missing commit fixing queries file path. Date: Sun, 10 May 2015 21:52:06 +0000 (UTC) Repository: drill Updated Branches: refs/heads/master 2ea54ebe1 -> 6076cc643 Add missing commit fixing queries file path. Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/6076cc64 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/6076cc64 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/6076cc64 Branch: refs/heads/master Commit: 6076cc6435f7decb17856991c25dac77dfe0b203 Parents: 2ea54eb Author: Jacques Nadeau Authored: Sun May 10 14:48:25 2015 -0700 Committer: Jacques Nadeau Committed: Sun May 10 14:48:25 2015 -0700 ---------------------------------------------------------------------- distribution/src/resources/drillbit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/6076cc64/distribution/src/resources/drillbit.sh ---------------------------------------------------------------------- diff --git a/distribution/src/resources/drillbit.sh b/distribution/src/resources/drillbit.sh index 10a501b..e250c0d 100755 --- a/distribution/src/resources/drillbit.sh +++ b/distribution/src/resources/drillbit.sh @@ -147,7 +147,7 @@ JAVA=$JAVA_HOME/bin/java export DRILL_LOG_PREFIX=drillbit export DRILL_LOGFILE=$DRILL_LOG_PREFIX.log export DRILL_OUTFILE=$DRILL_LOG_PREFIX.out -export DRILL_QUERYFILE=$DRILL_LOG_PREFIX_queries.json +export DRILL_QUERYFILE=${DRILL_LOG_PREFIX}_queries.json loggc=$DRILL_LOG_DIR/$DRILL_LOG_PREFIX.gc loglog="${DRILL_LOG_DIR}/${DRILL_LOGFILE}" logout="${DRILL_LOG_DIR}/${DRILL_OUTFILE}"