[jira] Updated: (HIVE-624) Fix bug in TypeConverter

2009-07-10 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-624: Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) Committed

[jira] Commented: (HIVE-626) Typecast bug in Join operator

2009-07-10 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729923#action_12729923 ] Namit Jain commented on HIVE-626: - Zheng, you are disabling partition pushdown - not column p

[jira] Updated: (HIVE-473) Clean up after tests

2009-07-10 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-473: Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) Committed

[jira] Commented: (HIVE-626) Typecast bug in Join operator

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729899#action_12729899 ] Zheng Shao commented on HIVE-626: - One hypothesis: the column names got sorted at some places

[jira] Updated: (HIVE-626) Typecast bug in Join operator

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-626: Attachment: HIVE-626.1.showinfo.patch I added some instrumentation to the code (see HIVE-626.1.showinfo.patch

[jira] Updated: (HIVE-624) Fix bug in TypeConverter

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-624: Attachment: HIVE-624.2.patch Fixed a compilation problem that didn't surface till "ant clean". > Fix bug in

[jira] Created: (HIVE-626) Typecast bug in Join operator

2009-07-10 Thread Zheng Shao (JIRA)
Typecast bug in Join operator - Key: HIVE-626 URL: https://issues.apache.org/jira/browse/HIVE-626 Project: Hadoop Hive Issue Type: Bug Reporter: Zheng Shao There is a type cast error in Join operator

[jira] Commented: (HIVE-622) Implement reverse UDF

2009-07-10 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729817#action_12729817 ] Namit Jain commented on HIVE-622: - That api is misleading, charAt returns the character at by

[jira] Commented: (HIVE-622) Implement reverse UDF

2009-07-10 Thread Emil Ibrishimov (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729796#action_12729796 ] Emil Ibrishimov commented on HIVE-622: -- I think it is fairly simple and quick: Text.char

[jira] Commented: (HIVE-478) Surface "processor time" for queries

2009-07-10 Thread Adam Kramer (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729787#action_12729787 ] Adam Kramer commented on HIVE-478: -- Also, in case it was not obvious, the current system cou

[jira] Commented: (HIVE-622) Implement reverse UDF

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729780#action_12729780 ] Zheng Shao commented on HIVE-622: - Do we want to make these String UDFs more efficiently by d

[jira] Commented: (HIVE-625) Use of BinarySortableSerDe for serialization of the value between map and reduce boundary

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729772#action_12729772 ] Zheng Shao commented on HIVE-625: - For this particular case, I think predicate push down will

[jira] Commented: (HIVE-473) Clean up after tests

2009-07-10 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729733#action_12729733 ] Namit Jain commented on HIVE-473: - +1 The patch looks good - will commit if the tests pass

[jira] Updated: (HIVE-473) Clean up after tests

2009-07-10 Thread Johan Oskarsson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Oskarsson updated HIVE-473: - Assignee: Johan Oskarsson Status: Patch Available (was: Open) > Clean up after tests > -

[jira] Commented: (HIVE-625) Use of BinarySortableSerDe for serialization of the value between map and reduce boundary

2009-07-10 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729677#action_12729677 ] Namit Jain commented on HIVE-625: - But, is it a good idea to always do so ? Can't you come u

[jira] Commented: (HIVE-555) create temporary function support not only udf, but also udaf, genericudf, etc.

2009-07-10 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729673#action_12729673 ] Namit Jain commented on HIVE-555: - But you need to add that in order for the tests to work. O

Hudson build is back to normal: Hive-trunk-h0.19 #150

2009-07-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/150/changes

Hudson build is back to normal: Hive-trunk-h0.18 #152

2009-07-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/152/

[jira] Updated: (HIVE-473) Clean up after tests

2009-07-10 Thread Johan Oskarsson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Oskarsson updated HIVE-473: - Attachment: HIVE-473.patch This patch adds a hadoop.tmp.dir setting to the test hive-site.xml that

Hudson build is back to normal: Hive-trunk-h0.17 #150

2009-07-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/150/

Build failed in Hudson: Hive-trunk-h0.18 #151

2009-07-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/151/ -- started Building remotely on minerva.apache.org (Ubuntu) FATAL: remote file operation failed hudson.util.IOException2: remote file operation failed at hudson.FilePath.act(FilePath

Release 0.3.1?

2009-07-10 Thread Johan Oskarsson
Hi everyone, All bugs except one assigned to 0.3.1 have been fixed for quite some time. Shall we try to make a release candidate for 0.3.1 and push the last (windows) bug to 0.3.2? /Johan

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

2009-07-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/149/changes Changes: [namit] HIVE-622. add UDF reverse (Emil Ibrishimov via namit) [namit] HIVE-553. add BinarySortableSerDe (Zheng Shao via namit) [zshao] HIVE-610. Move all properties from jpox.properties to hive-site.xml. (Prasa

[jira] Commented: (HIVE-524) ExecDriver adds 0 byte file to input paths

2009-07-10 Thread Johan Oskarsson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729598#action_12729598 ] Johan Oskarsson commented on HIVE-524: -- Seems HIVE-195 didn't fix this issue? I just ran

[jira] Updated: (HIVE-625) Use of BinarySortableSerDe for serialization of the value between map and reduce boundary

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-625: Attachment: HIVE-625.1.patch Some extreme test result shows there is a big performance improvement. {code}

[jira] Updated: (HIVE-625) Use of BinarySortableSerDe for serialization of the value between map and reduce boundary

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-625: Status: Patch Available (was: Open) > Use of BinarySortableSerDe for serialization of the value between map

[jira] Created: (HIVE-625) Use of BinarySortableSerDe for serialization of the value between map and reduce boundary

2009-07-10 Thread Zheng Shao (JIRA)
Use of BinarySortableSerDe for serialization of the value between map and reduce boundary - Key: HIVE-625 URL: https://issues.apache.org/jira/browse/HIVE-625 Proj

[jira] Updated: (HIVE-522) GenericUDAF: Extend UDAF to deal with complex types

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-522: Attachment: HIVE-522.6.patch Merged with trunk again and fixed all tests. > GenericUDAF: Extend UDAF to deal

[jira] Updated: (HIVE-624) Fix bug in TypeConverter

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-624: Status: Patch Available (was: Open) > Fix bug in TypeConverter > > >

[jira] Updated: (HIVE-624) Fix bug in TypeConverter

2009-07-10 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-624: Attachment: HIVE-624.1.patch This patch fixes the problem by rewriting all the converters. The converters ar

[jira] Created: (HIVE-624) Fix bug in TypeConverter

2009-07-10 Thread Zheng Shao (JIRA)
Fix bug in TypeConverter Key: HIVE-624 URL: https://issues.apache.org/jira/browse/HIVE-624 Project: Hadoop Hive Issue Type: Bug Components: Query Processor Reporter: Zheng Shao Assig