[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-tabpanel&focusedCommentId=12724394#action_12724394 ] Yongqiang He commented on HIVE-461: --- please remove input20.q.out in the patch when test and

[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 co

[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-tabpanel&focusedCommentId=12724372#action_12724372 ] Zheng Shao commented on HIVE-574: - I was trying to make the changes and found some other prob

[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 found

[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: --- Fix Version/s: 0.4.0 Status: Patch Available (was: Open) > spurious 'default database not f

[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-tabpanel&focusedCommentId=12724360#action_12724360 ] Prasad Chakka commented on HIVE-583: this exposes the real exception instead of spurious

[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 C

[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-tabpanel&focusedCommentId=12724358#action_12724358 ] Joydeep Sen Sarma commented on HIVE-574: yes - makes total sense. > Hive should use

[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-tabpanel&focusedCommentId=12724356#action_12724356 ] Zheng Shao commented on HIVE-574: - @Joydeep, I will use SessionState.get().getConf().getClas

[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-tabpanel&focusedCommentId=12724351#action_12724351 ] Joydeep Sen Sarma commented on HIVE-574: hi zheng - i would prefer to add a getClassB

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

2009-06-25 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/135/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

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

[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-tabpanel&focusedCommentId=12724060#action_12724060 ] Min Zhou commented on HIVE-576: --- Dones & To Dos : # removed all useless comments auto-gened by

[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 prunin

[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-tabpanel&focusedCommentId=12723988#action_12723988 ] Yongqiang He commented on HIVE-582: --- It seems that the wrong plan is generated when setting

[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