Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 808d59622 -> 4ed530dc0


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/4ed530dc
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4ed530dc
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4ed530dc

Branch: refs/heads/4.x-HBase-0.98
Commit: 4ed530dc049cf886efb62a0573ffc7ae936b021a
Parents: 808d596
Author: Mujtaba <mujt...@apache.org>
Authored: Mon Jan 11 16:05:13 2016 -0800
Committer: Mujtaba <mujt...@apache.org>
Committed: Mon Jan 11 16:05:13 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/4ed530dc/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