[jira] Commented: (HIVE-530) Map Join followup: optimize number of map-reduce jobs

2009-06-25 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12723912#action_12723912 ] Namit Jain commented on HIVE-530: - As a first cut, the whole job should be made map-only

[jira] Created: (HIVE-582) SELECT count(1) as cnt from src x not working for column pruning

2009-06-25 Thread Yongqiang He (JIRA)
SELECT count(1) as cnt from src x not working for column pruning -- Key: HIVE-582 URL: https://issues.apache.org/jira/browse/HIVE-582 Project: Hadoop Hive Issue Type: Bug

[jira] Commented: (HIVE-582) SELECT count(1) as cnt from src x not working for column pruning

2009-06-25 Thread Yongqiang He (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12723988#action_12723988 ] Yongqiang He commented on HIVE-582: --- It seems that the wrong plan is generated when setting

[jira] Updated: (HIVE-582) SELECT count(1) as cnt from src x not working for column pruning

2009-06-25 Thread Yongqiang He (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yongqiang He updated HIVE-582: -- Attachment: hive-582-2009-06-25.patch SELECT count(1) as cnt from src x not working for column pruning

[jira] Commented: (HIVE-576) complete jdbc driver

2009-06-25 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724060#action_12724060 ] Min Zhou commented on HIVE-576: --- Dones To Dos : # removed all useless comments auto-gened by

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

2009-06-25 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/134/changes

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

2009-06-25 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/136/changes

[jira] Commented: (HIVE-574) Hive should use ClassLoader from hadoop Configuration

2009-06-25 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724356#action_12724356 ] Zheng Shao commented on HIVE-574: - @Joydeep, I will use

[jira] Commented: (HIVE-574) Hive should use ClassLoader from hadoop Configuration

2009-06-25 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724358#action_12724358 ] Joydeep Sen Sarma commented on HIVE-574: yes - makes total sense. Hive should use

[jira] Created: (HIVE-583) spurious 'default database not found'

2009-06-25 Thread Prasad Chakka (JIRA)
spurious 'default database not found' - Key: HIVE-583 URL: https://issues.apache.org/jira/browse/HIVE-583 Project: Hadoop Hive Issue Type: Bug Components: Metastore Reporter: Prasad

[jira] Commented: (HIVE-583) spurious 'default database not found'

2009-06-25 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724360#action_12724360 ] Prasad Chakka commented on HIVE-583: this exposes the real exception instead of spurious

[jira] Updated: (HIVE-583) spurious 'default database not found'

2009-06-25 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Chakka updated HIVE-583: --- Attachment: hive-583.patch running tests, but should pass fine. spurious 'default database not

[jira] Commented: (HIVE-574) Hive should use ClassLoader from hadoop Configuration

2009-06-25 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724372#action_12724372 ] Zheng Shao commented on HIVE-574: - I was trying to make the changes and found some other

[jira] Updated: (HIVE-461) Optimize RCFile reading by using column pruning results

2009-06-25 Thread Yongqiang He (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yongqiang He updated HIVE-461: -- Attachment: hive-461-2009-06-26.patch Modifications: 1) change RCFile to accept column id list of read

[jira] Commented: (HIVE-461) Optimize RCFile reading by using column pruning results

2009-06-25 Thread Yongqiang He (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724394#action_12724394 ] Yongqiang He commented on HIVE-461: --- please remove input20.q.out in the patch when test and