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
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