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 280 forks source link

SHC connector not waiting for Hbase scanner to return with data #281

Open sharmalalit opened 6 years ago

sharmalalit commented 6 years ago

While using a timerange filter hbase scan, I can notice that it is slow on my Hbase cluster but after few 5-6mins, scanner starts giving the data. When trying to read such data from the SHC connector, I am seeing that it does not wait for Hbase to respond and just proceeds as no data. To my surprise , I am not seeing any timeouts as well.

Please suggest.