You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/07/29 22:23:45 UTC

[GitHub] [hbase-connectors] mini666 opened a new pull request #40: Add rdd function for snapshot read

mini666 opened a new pull request #40: Add rdd function for snapshot read
URL: https://github.com/apache/hbase-connectors/pull/40
 
 
   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…](https://github.com/apache/hbase/commit/fca1ece03ce95a73888bcbe3a8aaf4ba0a9c59a8#diff-6205e907851ed4f650499f7111cbd91c)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services