hortonworks-spark / shc

The Apache Spark - Apache HBase Connector is a library to support Spark accessing HBase table as external data source or sink.
Apache License 2.0
552 stars 281 forks source link

Is filtered with rowkey in rdd same as startrow and end row in scan #318

Open liaicheng opened 5 years ago

liaicheng commented 5 years ago

I want to use as hbase scan with startrow and endrow, just filter example found. is that working well?