Hi!
I use hbase column regex matching to create map column in hive, like:
"hbase.columns.mapping" = ":key,s:ap_.*"
then I have values in column:
{"ap_col1":"23","ap_col2":"7"}
is it possible to cut the prefix ap_ to have values like below?
{"col1":"23","col2":"7"}

Kindly regards
Wojciech Indyk

Reply via email to