Hello!
I have few columns in hbase with prefix. The culumns has no value, like:
pre_a -> timestamp=123, value=
pre_b -> timestamp=123, value=

I want to map the prefix on map in hive, like
https://issues.apache.org/jira/browse/HIVE-3725 .
Using map<string, string> does not work: there is empty map in hive.
Any type of the value of the map doesn't work with empty value in
hbase. The mapping works with non-empty values. Is it a bug? Should I
report it?

Kindly regards
Wojciech Indyk

Reply via email to