Re: hbase column without prefix

2015-07-21 Thread Wojciech Indyk
Hello! I've posted a bug on this issue: https://issues.apache.org/jira/browse/HIVE-11329 What do you think? I can prepare a patch. Kindly regards Wojciech Indyk 2015-07-07 9:51 GMT+02:00 Wojciech Indyk : > Hi! > I use hbase column regex matching to create map column in hive, like: > "hbase.colum

hbase column without prefix

2015-07-07 Thread Wojciech Indyk
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