You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ja...@apache.org on 2015/05/10 23:52:06 UTC

drill git commit: Add missing commit fixing queries file path.

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 <ja...@apache.org>
Authored: Sun May 10 14:48:25 2015 -0700
Committer: Jacques Nadeau <ja...@apache.org>
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}"