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 am using spark hbase connector version 1.1.1-2.1-s_2.11 to read and write data into hbase with spark 2.1. I am quite new to this, few questions on the usage
how does the predicate pushdown works here for the composite key, I went through one of the issue where it said works only on the first dimension of the composite key. is it same now or any improvement being done here for all part of the composite key.
2.For non composite key how does the predicate push down happen for a rowkey and columns,
Please suggest which one is better composite/non composite key.
Please share some details on partition pruning
The text was updated successfully, but these errors were encountered:
I am using spark hbase connector version 1.1.1-2.1-s_2.11 to read and write data into hbase with spark 2.1. I am quite new to this, few questions on the usage
2.For non composite key how does the predicate push down happen for a rowkey and columns,
The text was updated successfully, but these errors were encountered: