You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use HBase as source tap, a tap which can perform scan operation. I have huge tables so I can not read row every time a MR job runs. I followed cascading.hbase forks and eventually landed on this library. Though you have namespace which has scan-options, I believe it is not being used.
Is there a plan to support HBase scan operation in source tap?
PS: I am fairly new to Hbase + Hadoop + Cascading,
The text was updated successfully, but these errors were encountered:
I wanted to use HBase as source tap, a tap which can perform scan operation. I have huge tables so I can not read row every time a MR job runs. I followed cascading.hbase forks and eventually landed on this library. Though you have namespace which has scan-options, I believe it is not being used.
Is there a plan to support HBase scan operation in source tap?
PS: I am fairly new to Hbase + Hadoop + Cascading,
The text was updated successfully, but these errors were encountered: