Re: HBase table map to hive

2016-04-04 Thread Wojciech Indyk
Hi! You can use map on your column family or a prefix of column qualifier. https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration#HBaseIntegration-HiveMAPtoHBaseColumnFamily -- Kind regards/ Pozdrawiam, Wojciech Indyk http://datacentric.pl 2016-04-04 14:13 GMT+02:00 ram kumar : >

confluence access

2015-09-11 Thread Wojciech Indyk
Hello! Please grant me a write-access to the confluence (user woj_in), due to https://issues.apache.org/jira/browse/HIVE-11329?focusedCommentId=14740243&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14740243 -- Kindly regards/ Pozdrawiam, Wojciech Indyk

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

hbase prefix column mapping with no value

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

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

Re: ORC String error

2014-08-11 Thread Wojciech Indyk
Hi! The workaround: “set hive.optimize.index.filter=false" doesn't work. Still ArrayIndexOutOfBounds by select max(length(url)) query. Kindly regards Wojciech Indyk 2014-08-11 8:49 GMT+02:00 Prasanth Jayachandran : > Hi > > My suspicion for the error is because of

ORC String error

2014-08-10 Thread Wojciech Indyk
uge string as 100MB. Kindly regards Wojciech Indyk

ORC String error

2014-08-10 Thread Wojciech Indyk
B. Kindly regards Wojciech Indyk