This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new bbe0433  PHOENIX-6704 sqlline-thin.py doesn't work woth python3
bbe0433 is described below

commit bbe0433d61064030f5dfb67a9c5160a6ee8cf50f
Author: Istvan Toth <st...@cloudera.com>
AuthorDate: Tue May 3 16:02:25 2022 +0200

    PHOENIX-6704 sqlline-thin.py doesn't work woth python3
---
 bin/phoenix_queryserver_utils.py | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/bin/phoenix_queryserver_utils.py b/bin/phoenix_queryserver_utils.py
index 02db08b..e62d1d1 100755
--- a/bin/phoenix_queryserver_utils.py
+++ b/bin/phoenix_queryserver_utils.py
@@ -192,15 +192,15 @@ def common_sqlline_args(parser):
 
 if __name__ == "__main__":
     setPath()
-    print "phoenix_class_path:", phoenix_class_path
-    print "hbase_conf_dir:", hbase_conf_dir
-    print "hbase_conf_path:", hbase_conf_path
-    print "hadoop_conf_dir:", hadoop_conf_dir
-    print "current_dir:", current_dir
-    print "phoenix_client_jar:", phoenix_client_jar
-    print "phoenix_queryserver_jar:", phoenix_queryserver_jar
-    print "phoenix_loadbalancer_jar:", phoenix_loadbalancer_jar
-    print "phoenix_queryserver_classpath", phoenix_queryserver_classpath
-    print "phoenix_thin_client_jar:", phoenix_thin_client_jar
-    print "sqlline_with_deps_jar", sqlline_with_deps_jar
-    print "slf4j_backend_jar:", slf4j_backend_jar
+    print("phoenix_class_path:", phoenix_class_path)
+    print("hbase_conf_dir:", hbase_conf_dir)
+    print("hbase_conf_path:", hbase_conf_path)
+    print("hadoop_conf_dir:", hadoop_conf_dir)
+    print("current_dir:", current_dir)
+    print("phoenix_client_jar:", phoenix_client_jar)
+    print("phoenix_queryserver_jar:", phoenix_queryserver_jar)
+    print("phoenix_loadbalancer_jar:", phoenix_loadbalancer_jar)
+    print("phoenix_queryserver_classpath", phoenix_queryserver_classpath)
+    print("phoenix_thin_client_jar:", phoenix_thin_client_jar)
+    print("sqlline_with_deps_jar", sqlline_with_deps_jar)
+    print("slf4j_backend_jar:", slf4j_backend_jar)

Reply via email to