Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 cc5f31f8d -> dea23c0b4


PHOENIX-2580 Set incremental to false for Sqlline


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/dea23c0b
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/dea23c0b
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/dea23c0b

Branch: refs/heads/4.x-HBase-1.0
Commit: dea23c0b49df2b92e93bafb5809a7d921226f4c3
Parents: cc5f31f
Author: Mujtaba <mujt...@apache.org>
Authored: Mon Jan 11 16:07:13 2016 -0800
Committer: Mujtaba <mujt...@apache.org>
Committed: Mon Jan 11 16:07:13 2016 -0800

----------------------------------------------------------------------
 bin/sqlline.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/dea23c0b/bin/sqlline.py
----------------------------------------------------------------------
diff --git a/bin/sqlline.py b/bin/sqlline.py
index d3901ce..d1fdf74 100755
--- a/bin/sqlline.py
+++ b/bin/sqlline.py
@@ -93,7 +93,7 @@ java_cmd = java + ' -cp "' + phoenix_utils.hbase_conf_dir + 
os.pathsep + phoenix
     " sqlline.SqlLine -d org.apache.phoenix.jdbc.PhoenixDriver \
 -u jdbc:phoenix:" + phoenix_utils.shell_quote([sys.argv[1]]) + \
     " -n none -p none --color=" + colorSetting + " --fastConnect=false 
--verbose=true \
---isolation=TRANSACTION_READ_COMMITTED " + sqlfile
+--incremental=false --isolation=TRANSACTION_READ_COMMITTED " + sqlfile
 
 childProc = subprocess.Popen(java_cmd, shell=True)
 #Wait for child process exit

Reply via email to