Re: character '' not supported here

2015-07-20 Thread patcharee
Hi, I created a hive table stored as orc file (partitioned and compressed by ZLIB) from Hive CLI, added data into this table by a Spark application. After adding I was able to query data and everything looked fine. Then I concatenated the table from Hive CLI. After that I am not able to query

Re: character '' not supported here

2015-07-20 Thread Nitin Pawar
I could not solve the problem so I had to recreate the table from another temp table I think its issue with ORC file format may be we can post to dev@ or wait for some dev to response On Mon, Jul 20, 2015 at 1:51 PM, patcharee patcharee.thong...@uni.no wrote: Hi, I created a hive table

hbase prefix column mapping with no value

2015-07-20 Thread Wojciech Indyk
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 mapstring, string does not work: there is empty map in