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

HBASE-20999 Move hbase-REST to new hbase-connectors repository #68

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

ben2077
Copy link

@ben2077 ben2077 commented May 27, 2020

No description provided.

Copy link
Contributor

@saintstack saintstack left a comment

Choose a reason for hiding this comment

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

Is there a few lines of overview on the structure of this patch to help review? Thank you @codingben .

@@ -0,0 +1,275 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Contributor

Choose a reason for hiding this comment

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

License is missing.

Copy link
Contributor

@saintstack saintstack left a comment

Choose a reason for hiding this comment

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

Yeah, please, a few lines on what is happening in here. Thanks.

Copy link
Contributor

@saintstack saintstack left a comment

Choose a reason for hiding this comment

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

I think the idea is to move the hbase-rest module out to https://github.com/apache/hbase-connectors where it'd live instead as a REST submodule.

@infraio
Copy link

infraio commented May 27, 2020

I think the idea is to move the hbase-rest module out to https://github.com/apache/hbase-connectors where it'd live instead as a REST submodule.

A new repo?

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 19s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 49 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 2m 9s master passed
+1 💚 compile 1m 34s master passed
+1 💚 javadoc 1m 34s master passed
-0 ⚠️ patch 6m 53s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 mvninstall 1m 53s the patch passed
+1 💚 compile 1m 57s the patch passed
+1 💚 cc 1m 57s the patch passed
+1 💚 javac 1m 57s the patch passed
-1 ❌ whitespace 0m 0s The patch has 61 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ whitespace 0m 0s The patch 1 line(s) with tabs.
+1 💚 xml 0m 10s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 48s the patch passed
_ Other Tests _
-1 ❌ unit 25m 22s root in the patch failed.
40m 5s
Reason Tests
Failed junit tests hadoop.hbase.rest.TestGzipFilter
hadoop.hbase.rest.TestMultiRowResource
hadoop.hbase.rest.TestTableScan
hadoop.hbase.rest.TestSecureRESTServer
hadoop.hbase.rest.TestVersionResource
hadoop.hbase.rest.TestSecurityHeadersFilter
hadoop.hbase.rest.TestNamespacesInstanceResource
hadoop.hbase.rest.TestSchemaResource
hadoop.hbase.rest.TestTableResource
hadoop.hbase.rest.TestScannersWithFilters
hadoop.hbase.rest.TestResourceFilter
hadoop.hbase.rest.TestStatusResource
hadoop.hbase.rest.TestScannerResource
hadoop.hbase.rest.TestDeleteRow
hadoop.hbase.rest.client.TestRemoteTable
hadoop.hbase.rest.TestNamespacesResource
hadoop.hbase.rest.TestGetAndPutResource
hadoop.hbase.rest.TestScannersWithLabels
Subsystem Report/Notes
Docker ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/4/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #68
Optional Tests dupname javac javadoc unit xml compile cc prototool spotbugs findbugs
uname Linux a69e71fe3893 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / d3175ad
Default Java Oracle Corporation-1.8.0_265-b01
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/4/artifact/yetus-precommit-check/output/whitespace-eol.txt
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/4/artifact/yetus-precommit-check/output/whitespace-tabs.txt
unit https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/4/artifact/yetus-precommit-check/output/patch-unit-root.txt
Test Results https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/4/testReport/
Max. process+thread count 958 (vs. ulimit of 12500)
modules C: rest rest/hbase-rest-protocol . rest/hbase-rest U: .
Console output https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/4/console
versions git=2.20.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 16s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 2s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 49 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 2m 13s master passed
+1 💚 compile 1m 36s master passed
+1 💚 javadoc 1m 43s master passed
-0 ⚠️ patch 7m 11s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 mvninstall 1m 45s the patch passed
+1 💚 compile 1m 57s the patch passed
+1 💚 cc 1m 57s the patch passed
+1 💚 javac 1m 57s the patch passed
-1 ❌ whitespace 0m 1s The patch has 61 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ whitespace 0m 1s The patch 1 line(s) with tabs.
+1 💚 xml 0m 11s The patch has no ill-formed XML file.
+1 💚 javadoc 1m 48s the patch passed
_ Other Tests _
-1 ❌ unit 25m 20s root in the patch failed.
40m 11s
Reason Tests
Failed junit tests hadoop.hbase.rest.TestGzipFilter
hadoop.hbase.rest.TestMultiRowResource
hadoop.hbase.rest.TestTableScan
hadoop.hbase.rest.TestSecureRESTServer
hadoop.hbase.rest.TestVersionResource
hadoop.hbase.rest.TestSecurityHeadersFilter
hadoop.hbase.rest.TestNamespacesInstanceResource
hadoop.hbase.rest.TestSchemaResource
hadoop.hbase.rest.TestTableResource
hadoop.hbase.rest.TestScannersWithFilters
hadoop.hbase.rest.TestResourceFilter
hadoop.hbase.rest.TestStatusResource
hadoop.hbase.rest.TestScannerResource
hadoop.hbase.rest.TestDeleteRow
hadoop.hbase.rest.client.TestRemoteTable
hadoop.hbase.rest.TestNamespacesResource
hadoop.hbase.rest.TestGetAndPutResource
hadoop.hbase.rest.TestScannersWithLabels
Subsystem Report/Notes
Docker ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/5/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #68
Optional Tests dupname javac javadoc unit xml compile cc prototool spotbugs findbugs
uname Linux d08ed9668fbc 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / d3175ad
Default Java Oracle Corporation-1.8.0_265-b01
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/5/artifact/yetus-precommit-check/output/whitespace-eol.txt
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/5/artifact/yetus-precommit-check/output/whitespace-tabs.txt
unit https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/5/artifact/yetus-precommit-check/output/patch-unit-root.txt
Test Results https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/5/testReport/
Max. process+thread count 955 (vs. ulimit of 12500)
modules C: rest rest/hbase-rest-protocol . rest/hbase-rest U: .
Console output https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/5/console
versions git=2.20.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 42s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 49 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 1m 59s master passed
+1 💚 compile 0m 58s master passed
+1 💚 javadoc 0m 52s master passed
-0 ⚠️ patch 4m 50s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 16s Maven dependency ordering for patch
-1 ❌ mvninstall 1m 0s root in the patch failed.
-1 ❌ compile 1m 0s root in the patch failed.
-1 ❌ cc 1m 0s root in the patch failed.
-1 ❌ javac 1m 0s root in the patch failed.
-1 ❌ whitespace 0m 0s The patch has 61 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ whitespace 0m 0s The patch 1 line(s) with tabs.
+1 💚 xml 0m 5s The patch has no ill-formed XML file.
-1 ❌ javadoc 0m 49s root in the patch failed.
_ Other Tests _
-1 ❌ unit 7m 31s root in the patch failed.
17m 27s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #68
Optional Tests dupname javac javadoc unit xml compile cc prototool spotbugs findbugs
uname Linux 1d9c225643b7 5.4.0-1025-aws #25~18.04.1-Ubuntu SMP Fri Sep 11 12:03:04 UTC 2020 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / fddb433
Default Java Oracle Corporation-1.8.0_282-b08
mvninstall https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-mvninstall-root.txt
compile https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-compile-root.txt
cc https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-compile-root.txt
javac https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-compile-root.txt
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/whitespace-eol.txt
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/whitespace-tabs.txt
javadoc https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-javadoc-root.txt
unit https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-unit-root.txt
Test Results https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/testReport/
Max. process+thread count 916 (vs. ulimit of 12500)
modules C: rest rest/hbase-rest-protocol . rest/hbase-rest U: .
Console output https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/console
versions git=2.20.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 40s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 49 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 6m 44s master passed
+1 💚 compile 0m 49s master passed
+1 💚 javadoc 0m 50s master passed
-0 ⚠️ patch 9m 14s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 15s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 51s root in the patch failed.
-1 ❌ compile 0m 53s root in the patch failed.
-1 ❌ cc 0m 53s root in the patch failed.
-1 ❌ javac 0m 53s root in the patch failed.
-1 ❌ whitespace 0m 0s The patch has 61 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ whitespace 0m 0s The patch 1 line(s) with tabs.
+1 💚 xml 0m 6s The patch has no ill-formed XML file.
-1 ❌ javadoc 0m 51s root in the patch failed.
_ Other Tests _
-1 ❌ unit 7m 23s root in the patch failed.
20m 33s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #68
Optional Tests dupname javac javadoc unit xml compile cc prototool spotbugs findbugs
uname Linux 9714c6b1e629 5.4.0-1025-aws #25~18.04.1-Ubuntu SMP Fri Sep 11 12:03:04 UTC 2020 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / 37aa8d5
Default Java Oracle Corporation-1.8.0_282-b08
mvninstall https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-mvninstall-root.txt
compile https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-compile-root.txt
cc https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-compile-root.txt
javac https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-compile-root.txt
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/whitespace-eol.txt
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/whitespace-tabs.txt
javadoc https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-javadoc-root.txt
unit https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-unit-root.txt
Test Results https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/testReport/
Max. process+thread count 918 (vs. ulimit of 12500)
modules C: rest rest/hbase-rest-protocol . rest/hbase-rest U: .
Console output https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/console
versions git=2.20.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 3s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 49 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 1m 44s master passed
+1 💚 compile 0m 49s master passed
+1 💚 javadoc 0m 49s master passed
-0 ⚠️ patch 4m 13s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 15s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 51s root in the patch failed.
-1 ❌ compile 0m 56s root in the patch failed.
-1 ❌ cc 0m 56s root in the patch failed.
-1 ❌ javac 0m 56s root in the patch failed.
-1 ❌ whitespace 0m 1s The patch has 61 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ whitespace 0m 1s The patch 1 line(s) with tabs.
+1 💚 xml 0m 5s The patch has no ill-formed XML file.
-1 ❌ javadoc 0m 50s root in the patch failed.
_ Other Tests _
-1 ❌ unit 7m 23s root in the patch failed.
15m 51s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #68
Optional Tests dupname javac javadoc unit xml compile cc prototool spotbugs findbugs
uname Linux 154b5f62fbae 5.4.0-1025-aws #25~18.04.1-Ubuntu SMP Fri Sep 11 12:03:04 UTC 2020 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / 37aa8d5
Default Java Oracle Corporation-1.8.0_282-b08
mvninstall https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-mvninstall-root.txt
compile https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-compile-root.txt
cc https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-compile-root.txt
javac https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-compile-root.txt
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/whitespace-eol.txt
whitespace https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/whitespace-tabs.txt
javadoc https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-javadoc-root.txt
unit https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/artifact/yetus-precommit-check/output/patch-unit-root.txt
Test Results https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/testReport/
Max. process+thread count 918 (vs. ulimit of 12500)
modules C: rest rest/hbase-rest-protocol . rest/hbase-rest U: .
Console output https://ci-hadoop.apache.org/job/HBase/job/HBase-Connectors-PreCommit/job/PR-68/1/console
versions git=2.20.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 58s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+0 🆗 spotbugs 0m 0s spotbugs executables are not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 49 new or modified test files.
_ master Compile Tests _
+1 💚 mvninstall 1m 24s master passed
+1 💚 compile 0m 51s master passed
+1 💚 javadoc 0m 51s master passed
-0 ⚠️ patch 3m 59s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 11s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 51s root in the patch failed.
-1 ❌ compile 0m 57s root in the patch failed.
-1 ❌ cc 0m 57s root in the patch failed.
-1 ❌ javac 0m 57s root in the patch failed.
-1 ❌ whitespace 0m 0s The patch has 61 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ whitespace 0m 0s The patch 1 line(s) with tabs.
+1 💚 xml 0m 5s The patch has no ill-formed XML file.
-1 ❌ javadoc 0m 53s root in the patch failed.
_ Other Tests _
-1 ❌ unit 8m 14s root in the patch failed.
16m 24s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR #68
Optional Tests dupname javac javadoc unit xml compile cc prototool spotbugs findbugs
uname Linux 35f999d14251 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 GNU/Linux
Build tool hb_maven
Personality dev-support/jenkins/hbase-personality.sh
git revision master / 2bfc5f1
Default Java Oracle Corporation-1.8.0_282-b08
mvninstall https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/artifact/yetus-precommit-check/output/patch-mvninstall-root.txt
compile https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/artifact/yetus-precommit-check/output/patch-compile-root.txt
cc https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/artifact/yetus-precommit-check/output/patch-compile-root.txt
javac https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/artifact/yetus-precommit-check/output/patch-compile-root.txt
whitespace https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/artifact/yetus-precommit-check/output/whitespace-eol.txt
whitespace https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/artifact/yetus-precommit-check/output/whitespace-tabs.txt
javadoc https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/artifact/yetus-precommit-check/output/patch-javadoc-root.txt
unit https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/artifact/yetus-precommit-check/output/patch-unit-root.txt
Test Results https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/testReport/
Max. process+thread count 916 (vs. ulimit of 12500)
modules C: rest rest/hbase-rest-protocol . rest/hbase-rest U: .
Console output https://ci-hbase.apache.org/job/HBase-Connectors-PreCommit/job/PR-68/2/console
versions git=2.20.1
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
Development

Successfully merging this pull request may close these issues.

4 participants