unsubscribe

2013-06-10 Thread Chris Kudelka

hive character encoding

2012-02-03 Thread Chris Kudelka
Greetings, I've some data in HDFS that are non-ASCII utf-8 characters, which display correctly when I cat/text out of hadoop, but Hive doesn't seem to interpret the characters the same way. I can't seem to find any documentation capturing how to alter the table to support utf-8 encoding. Can anyo

hive and hdfs location

2012-01-09 Thread Chris Kudelka
Is there an easy/elegant way to query hive for a table's (and a partition's) location in HDFS? I'm aware that you can get the location using "describe extended table_name" but it like to be able to query on just the location key. If not, is there a way to do so using the mysql metastore db? Idea