Ask for translating Hive document into Chinese

2013-04-06 Thread wilxnwang
Dear! I am a Chinese.I find Hive project lacks of Chinese documents.I am familiar with Web Font-End development and interested in data mining.I want to do my bit for Hive Chinese documents.Can I do it for you? Regards. wilxnwang

Re: Huge join performance issue

2013-04-06 Thread Gabi D
Thank you for your answer Nitin. Does anyone have additional insight into this? will be greatly appreciated. On Thu, Apr 4, 2013 at 3:39 PM, Nitin Pawar wrote: > you dont really need subqueries to join the tables which have common > columns. Its an additional overhead > best way to filter your

Re: Bucketing external tables

2013-04-06 Thread Mark Grover
Glad to hear! On Fri, Apr 5, 2013 at 3:02 PM, Sadananda Hegde wrote: > Thanks, Mark. > > I found the problem. For some reason, Hive is not able to write Avro > output file when the schema has a complex field with NULL option. It read > without any problem; but cannot write with that structure.