Open
Conversation
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
55fcefe to
da13a6f
Compare
Contributor
|
@mini666 Is there a related Jira ticket for this PR? |
|
🎊 +1 overall
This message was automatically generated. |
Contributor
|
@mini666 are you planning to create a Jira ticket for this change? |
|
💔 -1 overall
This message was automatically generated. |
ericsun95
reviewed
Aug 13, 2023
| * and this should not be a subdirectory of rootdir. | ||
| * After the job is finished, restoreDir can be deleted. | ||
| * @return New RDD with results from scan | ||
| */ |
There was a problem hiding this comment.
This is a very nice feature. Do we have any tests though?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added RDD function to HBaseContext.
It is much better to read and access HDFS directly than to read through RegionServer.
This is a method that does not burden HBase.
Working in a single cluster is OK, but HBase 2.1.4 or later is required for working with multiple clusters.
Ref: HBASE-18484 VerifyRep by snapshot does not work when Yarn/SourceHBase…