Re: How to make hive handle/show Chinese words

2011-11-08 Thread Shouguo Li
hmm, i tried it on osx + hive (in local mode) and i can see chinese characters gets displayed properly on hive shell. so we know hive utf-8 encoding works, :) like what wd said, check to see if the file is utf-8 encoded. also were u using hive shell to check the output? can you cat the data file a

Re: How to make hive handle/show Chinese words

2011-11-04 Thread wd
use utf8 or have you try to use insert overwrite to local directory and chek the output file? On Wed, Nov 2, 2011 at 9:39 PM, Bing Li wrote: > Hi, guys > I want to load some data files which including Chinese words. > Currently, I found Hive can't display it well. > Is there some setting/propert

How to make hive handle/show Chinese words

2011-11-02 Thread Bing Li
Hi, guysI want to load some data files which including Chinese words.Currently, I found Hive can't display it well.Is there some setting/properties that I can configure to resolve this? Thanks,Bing