-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add rdd function for snapshot read #40
base: master
Are you sure you want to change the base?
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
@mini666 Is there a related Jira ticket for this PR? |
🎊 +1 overall
This message was automatically generated. |
@mini666 are you planning to create a Jira ticket for this change? |
💔 -1 overall
This message was automatically generated. |
* 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very nice feature. Do we have any tests though?
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…