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.git


The following commit(s) were added to refs/heads/master by this push:
     new 5659b7d  PHOENIX-6193 PHOENIX-6151 slows down shading (addendum: fix 
phoenix-client path when run from from source tree)
5659b7d is described below

commit 5659b7dd0acb984be604f9376978526bd5a4dc87
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Oct 20 19:45:01 2020 +0200

    PHOENIX-6193 PHOENIX-6151 slows down shading (addendum: fix phoenix-client 
path when run from from source tree)
---
 bin/phoenix_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/phoenix_utils.py b/bin/phoenix_utils.py
index 424bab0..0e4bc49 100755
--- a/bin/phoenix_utils.py
+++ b/bin/phoenix_utils.py
@@ -117,7 +117,7 @@ def setPath():
         pherf_conf_path = os.path.join(current_dir, "..", "phoenix-pherf", 
"config")
 
     global phoenix_jar_path
-    phoenix_jar_path = os.path.join(current_dir, "..", "phoenix-client", 
"target","*")
+    phoenix_jar_path = os.path.join(current_dir, "..", "phoenix-client-parent" 
, "phoenix-client", "target","*")
 
     global phoenix_client_jar
     phoenix_client_jar = find(PHOENIX_CLIENT_JAR_PATTERN, phoenix_jar_path)

Reply via email to