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-23139 MapReduce jobs lauched from convenience distribution are nonfunctional #705

Merged
merged 1 commit into from
Oct 9, 2019

Conversation

apurtell
Copy link
Contributor

@apurtell apurtell commented Oct 9, 2019

Add the hbase-thirdparty jar to base job dependencies.

…nonfunctional

Add hbase-shaded-gson to base job dependencies.
@apurtell apurtell force-pushed the HBASE-23139-branch-1 branch from 84bb203 to 5e4bbb2 Compare October 9, 2019 00:16
@apurtell
Copy link
Contributor Author

apurtell commented Oct 9, 2019

Confirmed fix, merging

@apurtell apurtell merged commit f1616ba into apache:branch-1 Oct 9, 2019
@apurtell apurtell deleted the HBASE-23139-branch-1 branch October 9, 2019 00:22
asfgit pushed a commit that referenced this pull request Oct 9, 2019
…nonfunctional (#705)

Add hbase-shaded-gson to base job dependencies.

Conflicts:
	hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
asfgit pushed a commit that referenced this pull request Oct 9, 2019
…nonfunctional (#705)

Add hbase-shaded-gson to base job dependencies.
@busbey
Copy link
Contributor

busbey commented Oct 9, 2019

Just want to confirm that this fixed hbase mapredcp specifically? (Presuming gson thirdpart-gson is always needed for jobs based on our utils)

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
💙 reexec 1m 16s Docker mode activated.
_ Prechecks _
💚 dupname 0m 0s No case conflicting files found.
💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
💚 @author 0m 0s The patch does not contain any @author tags.
💛 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.
_ branch-1 Compile Tests _
💚 mvninstall 8m 26s branch-1 passed
💚 compile 0m 42s branch-1 passed with JDK v1.8.0_222
💚 compile 0m 46s branch-1 passed with JDK v1.7.0_232
💚 checkstyle 1m 45s branch-1 passed
💚 shadedjars 3m 15s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 0m 39s branch-1 passed with JDK v1.8.0_222
💚 javadoc 0m 42s branch-1 passed with JDK v1.7.0_232
💙 spotbugs 3m 2s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 2m 59s branch-1 passed
_ Patch Compile Tests _
💚 mvninstall 2m 7s the patch passed
💚 compile 0m 41s the patch passed with JDK v1.8.0_222
💚 javac 0m 41s the patch passed
💚 compile 0m 47s the patch passed with JDK v1.7.0_232
💚 javac 0m 47s the patch passed
💚 checkstyle 1m 42s the patch passed
💚 whitespace 0m 0s The patch has no whitespace issues.
💚 shadedjars 3m 4s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 5m 17s Patch does not cause any errors with Hadoop 2.8.5 2.9.2.
💚 javadoc 0m 33s the patch passed with JDK v1.8.0_222
💚 javadoc 0m 42s the patch passed with JDK v1.7.0_232
💚 findbugs 3m 4s the patch passed
_ Other Tests _
💔 unit 32m 33s hbase-server in the patch failed.
💚 asflicense 0m 21s The patch does not generate ASF License warnings.
75m 8s
Reason Tests
Failed junit tests hadoop.hbase.http.log.TestLogLevel
Subsystem Report/Notes
Docker Client=19.03.3 Server=19.03.3 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-705/1/artifact/out/Dockerfile
GITHUB PR #705
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
uname Linux e0fa3ff40f97 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 /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-705/out/precommit/personality/provided.sh
git revision branch-1 / 1d531f1
Default Java 1.7.0_232
Multi-JDK versions /usr/lib/jvm/zulu-8-amd64:1.8.0_222 /usr/lib/jvm/zulu-7-amd64:1.7.0_232
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-705/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-705/1/testReport/
Max. process+thread count 713 (vs. ulimit of 10000)
modules C: hbase-server U: hbase-server
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-705/1/console
versions git=1.9.1 maven=3.0.5 findbugs=3.0.1
Powered by Apache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@apurtell
Copy link
Contributor Author

apurtell commented Oct 9, 2019

Tested with RowCounter and IntegrationTestBigLinkedList

asfgit pushed a commit that referenced this pull request Oct 9, 2019
…nonfunctional (#705)

Add hbase-shaded-gson to base job dependencies.

Conflicts:
	hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
asfgit pushed a commit that referenced this pull request Oct 9, 2019
…nonfunctional (#705)

Add hbase-shaded-gson to base job dependencies.

Conflicts:
	hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
asfgit pushed a commit that referenced this pull request Oct 9, 2019
…nonfunctional (#705)

Add hbase-shaded-gson to base job dependencies.

Conflicts:
	hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
asfgit pushed a commit that referenced this pull request Oct 9, 2019
…nonfunctional (#705)

Add hbase-shaded-gson to base job dependencies.

Conflicts:
	hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…nonfunctional (apache#705)

Add hbase-shaded-gson to base job dependencies.

Conflicts:
	hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java

(cherry picked from commit 0b8a951)

Change-Id: I7a76da6141e8dbe542cebc050708ebea05094c81
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.

3 participants