Build failed in Hudson: Hive-trunk-h0.17 #260

2009-11-01 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/260/ -- [...truncated 8575 lines...] [junit] OK [junit] Loading data to table src_thrift [junit] POSTHOOK: Output: defa...@src_thrift [junit] OK [junit] Loading data to table

Build failed in Hudson: Hive-trunk-h0.20 #86

2009-11-01 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.20/86/ -- [...truncated 10686 lines...] [junit] POSTHOOK: Output: defa...@src_sequencefile [junit] OK [junit] Loading data to table src_thrift [junit] POSTHOOK: Output:

[jira] Commented: (HIVE-819) Add lazy decompress ability to RCFile

2009-11-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772371#action_12772371 ] Namit Jain commented on HIVE-819: - will merge is the tests pass Add lazy decompress ability

[jira] Commented: (HIVE-796) RCFile results missing columns from UNION ALL

2009-11-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772372#action_12772372 ] Namit Jain commented on HIVE-796: - will merge if the tests pass RCFile results missing

[jira] Updated: (HIVE-880) user group information not populated for pre and post hook

2009-11-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-880: Fix Version/s: (was: 0.4.1) Actually this is only fixed in trunk - the patch does not work for

[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

[jira] Commented: (HIVE-549) Parallel Execution Mechanism

2009-11-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772385#action_12772385 ] Zheng Shao commented on HIVE-549: - THIVE-549-v3.patch: Can you add javadoc comments to all

[jira] Commented: (HIVE-796) RCFile results missing columns from UNION ALL

2009-11-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772387#action_12772387 ] Namit Jain commented on HIVE-796: - tests failed - the new test that you added can you take a

[jira] Commented: (HIVE-819) Add lazy decompress ability to RCFile

2009-11-01 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772388#action_12772388 ] Namit Jain commented on HIVE-819: - ql/src/test/queries/clientpositive/rcfile_lazydecompress.q

[jira] Commented: (HIVE-902) cli.sh can not correctly identify Hadoop minor version numbers less than 20

2009-11-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772391#action_12772391 ] Zheng Shao commented on HIVE-902: - HIVE-902.1.patch: I remember there is a hadoop version

[jira] Updated: (HIVE-819) Add lazy decompress ability to RCFile

2009-11-01 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-819: -- Attachment: hive-819-2009-11-1.patch update the patch to the trunk code (overwrite the .q.out file).

[jira] Updated: (HIVE-796) RCFile results missing columns from UNION ALL

2009-11-01 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-796: -- Attachment: hive-796-2009-11-1.patch update the patch to trunk code (overwritten the .q.out file).

[jira] Updated: (HIVE-902) cli.sh can not correctly identify Hadoop minor version numbers less than 20

2009-11-01 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-902: Attachment: HIVE-902.2.patch - Adjusted regex to handle version numbers like 0.17.2.1 - On error,

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

[jira] Commented: (HIVE-902) cli.sh can not correctly identify Hadoop minor version numbers less than 20

2009-11-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772437#action_12772437 ] Zheng Shao commented on HIVE-902: - +1. Will commit after test passes. cli.sh can not

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

[jira] Assigned: (HIVE-902) cli.sh can not correctly identify Hadoop minor version numbers less than 20

2009-11-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao reassigned HIVE-902: --- Assignee: Carl Steinbach cli.sh can not correctly identify Hadoop minor version numbers less than 20

[jira] Updated: (HIVE-902) cli.sh can not correctly identify Hadoop minor version numbers less than 20

2009-11-01 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-902: Resolution: Fixed Fix Version/s: 0.5.0 0.4.1 Release Note: HIVE-902. Fix