Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHOENIX-6378 Unbundle sqlline from phoenix-client #1239

Merged
merged 1 commit into from May 31, 2021

Conversation

richardantal
Copy link
Contributor

Change-Id: I443593c18d412c4ccd2e137c6b2809863bc71bc8

@richardantal richardantal requested a review from stoty May 25, 2021 16:21
phoenix-assembly/pom.xml Show resolved Hide resolved
<!-- Unpack all the dependencies to class files, since java doesn't support
jar of jars for running -->
<unpack>false</unpack>
<!-- save these dependencies to the top-level -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is just false

<!-- Components that we don't want in jars that are used with other libraries, but we want for a standalone client -->
<dependencySets>
<dependencySet>
<!-- Unpack all the dependencies to class files, since java doesn't support
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this comment is relevant to anything anymore.

@@ -85,10 +85,5 @@
<artifactId>log4j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we'd best keep the old client unchanged for backwards compatibility reasons.

@@ -523,6 +523,13 @@
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed ?
Ideally Phoenix-core doesn't have anything to do with sqlline.

@@ -81,10 +81,5 @@
<artifactId>phoenix-hbase-compat-${hbase.compat.version}</artifactId>
<optional>false</optional>
</dependency>
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought that we are already not adding sqlline here.

Just noting that we change sqlline-embedded too.

bin/phoenix_utils.py Show resolved Hide resolved
@stoty
Copy link
Contributor

stoty commented May 25, 2021

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 5m 41s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+0 🆗 mvndep 5m 12s Maven dependency ordering for branch
+1 💚 mvninstall 11m 24s master passed
+0 hbaserecompile 23m 12s HBase recompiled.
+1 💚 compile 1m 30s master passed
+1 💚 javadoc 2m 59s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 20s Maven dependency ordering for patch
-1 ❌ mvninstall 1m 14s root in the patch failed.
+0 hbaserecompile 9m 13s HBase recompiled.
-1 ❌ compile 1m 30s root in the patch failed.
-1 ❌ javac 1m 30s root in the patch failed.
-1 ❌ pylint 0m 8s The patch generated 16 new + 115 unchanged - 10 fixed = 131 total (was 125)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 11s The patch has no ill-formed XML file.
-1 ❌ javadoc 1m 20s root in the patch failed.
-1 ❌ javadoc 0m 14s phoenix-assembly in the patch failed.
_ Other Tests _
-1 ❌ unit 113m 15s root in the patch failed.
-1 ❌ asflicense 3m 49s The patch generated 614 ASF License warnings.
168m 6s
Reason Tests
Failed junit tests phoenix.end2end.PermissionNSEnabledWithCustomAccessControllerIT
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #1239
Optional Tests dupname asflicense pylint javac javadoc unit xml compile
uname Linux 25a3da6b7e19 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev/phoenix-personality.sh
git revision master / 3231aad
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compile https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/artifact/yetus-general-check/output/patch-compile-root.txt
javac https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/artifact/yetus-general-check/output/patch-compile-root.txt
pylint https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/artifact/yetus-general-check/output/diff-patch-pylint.txt
javadoc https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/artifact/yetus-general-check/output/patch-javadoc-root.txt
javadoc https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/artifact/yetus-general-check/output/patch-javadoc-phoenix-assembly.txt
unit https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/artifact/yetus-general-check/output/patch-unit-root.txt
Test Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/testReport/
asflicense https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count 15434 (vs. ulimit of 30000)
modules C: phoenix-core phoenix-client-parent/phoenix-client phoenix-client-parent/phoenix-client-embedded . phoenix-assembly U: .
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/1/console
versions git=2.7.4 maven=3.3.9 pylint=2.4.4
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stoty
Copy link
Contributor

stoty commented May 26, 2021

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 35s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+0 🆗 mvndep 5m 38s Maven dependency ordering for branch
+1 💚 mvninstall 12m 43s master passed
+0 hbaserecompile 25m 47s HBase recompiled.
+1 💚 compile 1m 35s master passed
+1 💚 javadoc 3m 16s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 23s Maven dependency ordering for patch
-1 ❌ mvninstall 10m 1s root in the patch failed.
+0 hbaserecompile 17m 49s HBase recompiled.
-1 ❌ compile 1m 35s root in the patch failed.
-1 ❌ javac 1m 35s root in the patch failed.
-1 ❌ pylint 0m 7s The patch generated 22 new + 115 unchanged - 10 fixed = 137 total (was 125)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 11s The patch has no ill-formed XML file.
-1 ❌ javadoc 1m 26s root in the patch failed.
-1 ❌ javadoc 0m 13s phoenix-assembly in the patch failed.
_ Other Tests _
-1 ❌ unit 115m 28s root in the patch failed.
-1 ❌ asflicense 3m 40s The patch generated 614 ASF License warnings.
176m 54s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #1239
Optional Tests dupname asflicense pylint javac javadoc unit xml compile
uname Linux 6a0da1a9988b 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev/phoenix-personality.sh
git revision master / 3231aad
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compile https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/artifact/yetus-general-check/output/patch-compile-root.txt
javac https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/artifact/yetus-general-check/output/patch-compile-root.txt
pylint https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/artifact/yetus-general-check/output/diff-patch-pylint.txt
javadoc https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/artifact/yetus-general-check/output/patch-javadoc-root.txt
javadoc https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/artifact/yetus-general-check/output/patch-javadoc-phoenix-assembly.txt
unit https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/artifact/yetus-general-check/output/patch-unit-root.txt
Test Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/testReport/
asflicense https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count 15461 (vs. ulimit of 30000)
modules C: phoenix-core phoenix-client-parent/phoenix-client phoenix-client-parent/phoenix-client-embedded . phoenix-assembly U: .
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/2/console
versions git=2.7.4 maven=3.3.9 pylint=2.4.4
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stoty
Copy link
Contributor

stoty commented May 27, 2021

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 55s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+0 🆗 mvndep 5m 14s Maven dependency ordering for branch
+1 💚 mvninstall 11m 7s master passed
+0 hbaserecompile 23m 6s HBase recompiled.
+1 💚 compile 1m 32s master passed
+1 💚 javadoc 3m 3s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 20s Maven dependency ordering for patch
-1 ❌ mvninstall 7m 54s root in the patch failed.
+0 hbaserecompile 14m 35s HBase recompiled.
-1 ❌ compile 1m 29s root in the patch failed.
-1 ❌ javac 1m 29s root in the patch failed.
-1 ❌ pylint 0m 8s The patch generated 22 new + 115 unchanged - 10 fixed = 137 total (was 125)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 11s The patch has no ill-formed XML file.
-1 ❌ javadoc 1m 21s root in the patch failed.
-1 ❌ javadoc 0m 14s phoenix-assembly in the patch failed.
_ Other Tests _
-1 ❌ unit 116m 13s root in the patch failed.
-1 ❌ asflicense 3m 2s The patch generated 614 ASF License warnings.
170m 48s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #1239
Optional Tests dupname asflicense pylint javac javadoc unit xml compile
uname Linux e2cfb2bde495 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev/phoenix-personality.sh
git revision master / 63cbb11
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compile https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/artifact/yetus-general-check/output/patch-compile-root.txt
javac https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/artifact/yetus-general-check/output/patch-compile-root.txt
pylint https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/artifact/yetus-general-check/output/diff-patch-pylint.txt
javadoc https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/artifact/yetus-general-check/output/patch-javadoc-root.txt
javadoc https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/artifact/yetus-general-check/output/patch-javadoc-phoenix-assembly.txt
unit https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/artifact/yetus-general-check/output/patch-unit-root.txt
Test Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/testReport/
asflicense https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count 15400 (vs. ulimit of 30000)
modules C: phoenix-core phoenix-client-parent/phoenix-client phoenix-client-parent/phoenix-client-embedded . phoenix-assembly U: .
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/3/console
versions git=2.7.4 maven=3.3.9 pylint=2.4.4
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stoty
Copy link
Contributor

stoty commented May 27, 2021

Could you update the ticket title and commit message ?
Something like
Unbunldle sqqline from phoenix-client-embedded, and use it in sqlline.py

PHOENIX_TRACESERVER_JAR_PATTERN = "phoenix-tracing-webapp-*-runnable.jar"
PHOENIX_TESTS_JAR_PATTERN = "phoenix-core-*-tests*.jar"
PHOENIX_PHERF_JAR_PATTERN = "phoenix-pherf-*[!s].jar"
SLF4J_JAR_PATTERN = "slf4j-log4j12-*[!s].jar"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the slf4j* variable names to slf4j_log4j12_* for clarity.

bin/sqlline.py Outdated
@@ -108,7 +108,9 @@ def kill_child():
colorSetting = "false"

java_cmd = java + ' $PHOENIX_OPTS ' + \
' -cp "' + hbase_config_path + os.pathsep + phoenix_utils.hbase_conf_dir + os.pathsep + phoenix_utils.phoenix_client_jar + \
' -cp "' + phoenix_utils.sqlline_with_deps_jar + os.pathsep + hbase_config_path + os.pathsep + \
phoenix_utils.slf4j_jar + os.pathsep + \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this variable name hasn't been updated.

if sqlline_with_deps_jar is None or sqlline_with_deps_jar == "":
sqlline_with_deps_jar = findFileInPathWithoutRecursion(SQLLINE_WITH_DEPS_PATTERN, os.path.join(current_dir, "..","lib"))

global slf4j_jar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this variable name hasn't been updated

@@ -216,3 +232,4 @@ def common_sqlline_args(parser):
print("phoenix_loadbalancer_jar:", phoenix_loadbalancer_jar)
print("phoenix_thin_client_jar:", phoenix_thin_client_jar)
print("hadoop_classpath:", hadoop_classpath)
print("sqlline_with_deps_jar", sqlline_with_deps_jar)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should log the slf4j_log4j12 jar name too.

SQLLINE_WITH_DEPS_PATTERN = "sqlline-*-jar-with-dependencies.jar"


OVERRIDE_SLF4J = "OVERRIDE_SLF4J_JAR_LOCATION"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On second thought, we should call it SLF4J_BACKEND_JAR instead of SLF4J_LOG4J12_JAR.
and apply it everywhere, including the name of the OVERRIDE system property.

Copy link
Contributor

@stoty stoty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

…it in sqlline.py

Change-Id: Ifd31e25b303ab3d2872b53f4a503219539777544
@richardantal
Copy link
Contributor Author

Thanks @stoty for the review.

I squashed the commits to 1, before merging.

@richardantal richardantal merged commit 432c563 into apache:master May 31, 2021
@stoty
Copy link
Contributor

stoty commented May 31, 2021

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 30s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+0 🆗 mvndep 5m 57s Maven dependency ordering for branch
+1 💚 mvninstall 11m 23s master passed
+0 hbaserecompile 24m 5s HBase recompiled.
+1 💚 compile 1m 32s master passed
+1 💚 javadoc 1m 58s master passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 20s Maven dependency ordering for patch
-1 ❌ mvninstall 8m 1s root in the patch failed.
+0 hbaserecompile 14m 49s HBase recompiled.
-1 ❌ compile 1m 30s root in the patch failed.
-1 ❌ javac 1m 30s root in the patch failed.
-1 ❌ pylint 0m 8s The patch generated 22 new + 115 unchanged - 10 fixed = 137 total (was 125)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 8s The patch has no ill-formed XML file.
-1 ❌ javadoc 1m 23s root in the patch failed.
-1 ❌ javadoc 0m 14s phoenix-assembly in the patch failed.
_ Other Tests _
-1 ❌ unit 119m 14s root in the patch failed.
-1 ❌ asflicense 2m 21s The patch generated 614 ASF License warnings.
171m 32s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #1239
Optional Tests dupname asflicense pylint javac javadoc unit xml compile
uname Linux 911b11d27d92 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev/phoenix-personality.sh
git revision master / 5c94168
Default Java Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
mvninstall https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compile https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/artifact/yetus-general-check/output/patch-compile-root.txt
javac https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/artifact/yetus-general-check/output/patch-compile-root.txt
pylint https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/artifact/yetus-general-check/output/diff-patch-pylint.txt
javadoc https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/artifact/yetus-general-check/output/patch-javadoc-root.txt
javadoc https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/artifact/yetus-general-check/output/patch-javadoc-phoenix-assembly.txt
unit https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/artifact/yetus-general-check/output/patch-unit-root.txt
Test Results https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/testReport/
asflicense https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count 12800 (vs. ulimit of 30000)
modules C: phoenix-client-parent/phoenix-client-embedded . phoenix-assembly U: .
Console output https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1239/4/console
versions git=2.7.4 maven=3.3.9 pylint=2.4.4
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants