@@ -79,7 +79,6 @@ def findClasspath(command_name):
79
79
80
80
def setPath ():
81
81
PHOENIX_CLIENT_EMBEDDED_JAR_PATTERN = "phoenix-client-embedded-hbase-*[!s].jar"
82
- PHOENIX_CLIENT_LITE_JAR_PATTERN = "phoenix-client-lite-hbase-*[!s].jar"
83
82
PHOENIX_TRACESERVER_JAR_PATTERN = "phoenix-tracing-webapp-*-runnable.jar"
84
83
PHOENIX_TESTS_JAR_PATTERN = "phoenix-core-*-tests*.jar"
85
84
PHOENIX_PHERF_JAR_PATTERN = "phoenix-pherf-*[!s].jar"
@@ -133,16 +132,6 @@ def setPath():
133
132
if phoenix_client_embedded_jar == "" :
134
133
phoenix_client_embedded_jar = find (PHOENIX_CLIENT_EMBEDDED_JAR_PATTERN , phoenix_class_path )
135
134
136
- global phoenix_lite_jar_path
137
- phoenix_lite_jar_path = os .path .join (current_dir , ".." , "phoenix-client-parent" , "phoenix-client-lite" , "target" ,"*" )
138
-
139
- global phoenix_client_lite_jar
140
- phoenix_client_lite_jar = find (PHOENIX_CLIENT_LITE_JAR_PATTERN , phoenix_lite_jar_path )
141
- if phoenix_client_lite_jar == "" :
142
- phoenix_client_lite_jar = findFileInPathWithoutRecursion (PHOENIX_CLIENT_LITE_JAR_PATTERN , os .path .join (current_dir , ".." ))
143
- if phoenix_client_lite_jar == "" :
144
- phoenix_client_lite_jar = find (PHOENIX_CLIENT_LITE_JAR_PATTERN , phoenix_class_path )
145
-
146
135
global phoenix_test_jar_path
147
136
phoenix_test_jar_path = os .path .join (current_dir , ".." , "phoenix-core" , "target" ,"*" )
148
137
0 commit comments