-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HADOOP-19107. Drop support for HBase v1 & upgrade HBase v2 #6629
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
fyi you'll need to update LICENSE-binary too; references hbase 1 artifacts |
💔 -1 overall
This message was automatically generated. |
This comment was marked as outdated.
This comment was marked as outdated.
Thanx I have update the LICENSE-binary file, the Jenkins warnings aren't related to my change. I will track them separately |
💔 -1 overall
This message was automatically generated. |
license warnings are due to vm crash logs
something not launching right? |
The license thing was was green till here: But in this I fixed a RBF build failure, considering it broke by my changes, later it got committed separately, so I had to rebase & force-push same changes + changes in LICENSE & building.txt file. I don’t think it is related to patch. I will rebase again & see |
💔 -1 overall
This message was automatically generated. |
looks like some launched process is crashing leaving a .log file... |
vm-crash.txt This test doesn't create issues locally though, I will find some time & explore what could be a potential fix |
…iling with NoClassDefFoundError. Contributed by Sushil Ks." This reverts commit eeaf8ed.
Spent some time over the weekend to investigate this, findings so far
TLDR: If we get a green build, We are sorted, Else I have another fix as well. Which has already given me a green build on my Test PR, I will investigate more over the weekend & move to it if this one fails. |
💔 -1 overall
This message was automatically generated. |
The test failures doesn't look related. With same change on my Test PR different tests failed, the VM crashing and stuff is sorted, ASF License is green. |
@@ -27,22 +27,14 @@ | |||
<modelVersion>4.0.0</modelVersion> | |||
|
|||
<artifactId>hadoop-yarn-server-timelineservice-hbase-server-2</artifactId> | |||
<name>Apache Hadoop YARN TimelineService HBase Server 2.2</name> | |||
<name>Apache Hadoop YARN TimelineService HBase Server 2.5.8</name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to keep as 2.5?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow, this is painful. I am not a fan of mocking from a maintenance perspective. you can do powerful things w.r.t fault injection, it's just so brittle.
be good once this is done though
...roject/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml
Show resolved
Hide resolved
💔 -1 overall
This message was automatically generated. |
The test failure isn't related, We already have HDFS-17224 for that test, though that mentions only one test from that class, but it is the same thing. I can trigger the build again to get a green build, if required |
whats up with pathlen? some relic of windows API era? does it still cause problems? |
Not sure what is the reason for having this, but should be Windows thing I believe, our Building.txt talks about path in case of Windows But in current context, It is talking about the files I deleted. Since I dropped the entire HBase v1 module
The names have This module itself we deleted here This is the link from our daily build for pathlen, you can check all these files are there You can try searching |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 from me then; we will see if anything blows up
…). Contributed by Ayush Saxena
…). Contributed by Ayush Saxena Change-Id: I438d089be9d25cf48eea61c488467094f893c6a6
…). Contributed by Ayush Saxena Change-Id: I438d089be9d25cf48eea61c488467094f893c6a6
…ase v2 (#6629). (#7017) This removes support for HBase 1 in the timeline service, moving to an up-to-date HBase 2 version instead. This does not affect the ability of HBase 1 to run on this version of Hadoop -it just removes it from our own redistributables, along with all copies of protobuf-2.5 Contributed by Ayush Saxena
Description of PR
Drop support for Hbase v1 & Upgrade Hbase v2
How was this patch tested?
Jenikins
For code changes: