Re: [VOTE] hive release candidate 0.4.1-rc0

2009-11-03 Thread Zheng Shao
Hi Min, What is zip? Which codec does it use? I think it's probably a problem of the codec. Can you try GzipCodec? Most probably that will work fine. Zheng On Mon, Nov 2, 2009 at 1:08 AM, Min Zhou coderp...@gmail.com wrote: If it returns more than 0 rows, that error will never happen.

[VOTE] hive release candidate 0.4.1-rc0

2009-11-01 Thread Zheng Shao
I have made a release candidate 0.4.1-rc0. We've fixed several critical bugs to hive release 0.4.0. We need hive release 0.4.1 out asap. Here are the list of changes: HIVE-884. Metastore Server should call System.exit() on error. (Zheng Shao via pchakka) HIVE-864. Fix map-join

Re: [VOTE] hive release candidate 0.4.1-rc0

2009-11-01 Thread Min Zhou
I think there may be a bug still in this release. hiveselect stuff_status from auctions where auction_id='2591238417' and pt='20091027'; auctions is a table partitioned by date, it stored as a textfile w/o compression. The query above should return 0 rows. but when

Re: [VOTE] hive release candidate 0.4.1-rc0

2009-11-01 Thread Zheng Shao
Min, can you check the default compression codec in your hadoop conf? The 8-byte file must be a compressed file using the codec which represents 0-length file. It seems that codec was not able to decompress the stream. Zheng On Sun, Nov 1, 2009 at 10:49 PM, Min Zhou coderp...@gmail.com wrote:

Re: [VOTE] hive release candidate 0.4.1-rc0

2009-11-01 Thread Min Zhou
we use zip codec in default. Some of the same lines were omitted from the error stack: at org.apache.hadoop.hive.ql.exec.FetchOperator.getNextRow(FetchOperator.java:272) Thanks, Min On Mon, Nov 2, 2009 at 2:57 PM, Zheng Shao zsh...@gmail.com wrote: Min, can you check the default compression