PHOENIX-3057 Set incremental=false for sqlline-thin
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/58369828 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/58369828 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/58369828 Branch: refs/heads/4.x-HBase-1.1 Commit: 583698288f49c931e17901e81bbaf0ed3ed696c8 Parents: 27bf508 Author: Josh Elser <[email protected]> Authored: Thu Jul 7 18:08:54 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Sat Jul 9 17:47:53 2016 -0400 ---------------------------------------------------------------------- bin/sqlline-thin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/58369828/bin/sqlline-thin.py ---------------------------------------------------------------------- diff --git a/bin/sqlline-thin.py b/bin/sqlline-thin.py index 73b7b42..12501dc 100755 --- a/bin/sqlline-thin.py +++ b/bin/sqlline-thin.py @@ -152,7 +152,7 @@ java_cmd = java + ' $PHOENIX_OPTS ' + \ " org.apache.phoenix.queryserver.client.SqllineWrapper -d org.apache.phoenix.queryserver.client.Driver " + \ " -u \"jdbc:phoenix:thin:url=" + url + ";serialization=" + serialization + "\"" + \ " -n none -p none --color=" + colorSetting + " --fastConnect=false --verbose=true " + \ - " --isolation=TRANSACTION_READ_COMMITTED " + sqlfile + " --incremental=false --isolation=TRANSACTION_READ_COMMITTED " + sqlfile exitcode = subprocess.call(java_cmd, shell=True) sys.exit(exitcode)
