Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 25250fdc3 -> f47bcd13e refs/heads/4.x-HBase-1.0 053354bce -> ee61a3c79 refs/heads/4.x-HBase-1.1 27bf5086a -> 583698288 refs/heads/master 3ef8ecc18 -> dca188f02
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/dca188f0 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/dca188f0 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/dca188f0 Branch: refs/heads/master Commit: dca188f0259d71f6520568f88012cdb2faeac643 Parents: 3ef8ecc Author: Josh Elser <els...@apache.org> Authored: Thu Jul 7 18:08:54 2016 -0400 Committer: Josh Elser <els...@apache.org> Committed: Sat Jul 9 17:47:38 2016 -0400 ---------------------------------------------------------------------- bin/sqlline-thin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/dca188f0/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)