Update Drill to use latest sqlline
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/3c879974 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/3c879974 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/3c879974 Branch: refs/heads/master Commit: 3c879974837ce78c5041f3492519e9ea94fc4a5a Parents: eca6cd7 Author: Jacques Nadeau <[email protected]> Authored: Thu May 14 09:16:41 2015 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Thu May 14 21:58:52 2015 -0700 ---------------------------------------------------------------------- distribution/src/resources/sqlline | 4 +++- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/3c879974/distribution/src/resources/sqlline ---------------------------------------------------------------------- diff --git a/distribution/src/resources/sqlline b/distribution/src/resources/sqlline index b1b9014..2c9c783 100644 --- a/distribution/src/resources/sqlline +++ b/distribution/src/resources/sqlline @@ -39,7 +39,9 @@ bin=`cd "$bin">/dev/null; pwd` # is.) # Put our property specification before previous value of DRILL_SHELL_JAVA_OPTS # so that it can still be overridden via DRILL_SHELL_JAVA_OPTS. -DRILL_SHELL_JAVA_OPTS="-Dsqlline.isolation=TRANSACTION_NONE $DRILL_SHELL_JAVA_OPTS" +# +# This is not currently needed as the new SQLLine we are using doesn't isolate. +# DRILL_SHELL_JAVA_OPTS="-Dsqlline.isolation=TRANSACTION_NONE $DRILL_SHELL_JAVA_OPTS" DRILL_SHELL_JAVA_OPTS="$DRILL_SHELL_JAVA_OPTS -Dlog.path=$DRILL_LOG_DIR/sqlline.log -Dlog.query.path=$DRILL_LOG_DIR/sqlline_queries.json" http://git-wip-us.apache.org/repos/asf/drill/blob/3c879974/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cf17a79..678d201 100644 --- a/pom.xml +++ b/pom.xml @@ -1032,7 +1032,7 @@ <dependency> <groupId>sqlline</groupId> <artifactId>sqlline</artifactId> - <version>1.1.6</version> + <version>1.1.9-drill-r3</version> </dependency> <dependency> @@ -1370,7 +1370,7 @@ <dependency> <groupId>sqlline</groupId> <artifactId>sqlline</artifactId> - <version>1.1.6</version> + <version>1.1.9-drill-r3</version> </dependency> <!-- Test Dependencies --> <dependency>
