DRILL-465: submit_plan does not parse query strings correctly from shell
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/3419e8cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/3419e8cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/3419e8cd Branch: refs/heads/master Commit: 3419e8cdcdd8508b8e4362af38d3042d62d90882 Parents: aee7972 Author: Steven Phillips <[email protected]> Authored: Thu Mar 27 14:47:49 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Sat Mar 29 11:28:15 2014 -0700 ---------------------------------------------------------------------- distribution/src/resources/submit_plan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/3419e8cd/distribution/src/resources/submit_plan ---------------------------------------------------------------------- diff --git a/distribution/src/resources/submit_plan b/distribution/src/resources/submit_plan index 36666cc..4ed0662 100755 --- a/distribution/src/resources/submit_plan +++ b/distribution/src/resources/submit_plan @@ -22,4 +22,4 @@ bin=`cd "$bin">/dev/null; pwd` DRILL_SHELL_JAVA_OPTS="$DRILL_SHELL_JAVA_OPTS -Dlog.path=$DRILL_LOG_DIR/submitter.log" -exec $JAVA $DRILL_SHELL_JAVA_OPTS $DRILL_JAVA_OPTS -cp $CP org.apache.drill.exec.client.QuerySubmitter $@ +exec $JAVA $DRILL_SHELL_JAVA_OPTS $DRILL_JAVA_OPTS -cp $CP org.apache.drill.exec.client.QuerySubmitter "$@"
