[jira] Updated: (HIVE-416) Get rid of backtrack in Hive.g

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

[jira] Resolved: (HIVE-428) Implement Map-side Hash-Join in Hive

2009-04-18 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang resolved HIVE-428. --- Resolution: Duplicate Release Note: Duplicate of hive-195 Close this issue, duplicate of

Re: null pointer in 3.0

2009-04-18 Thread Edward Capriolo
I was using default settings. Are 'APP' and 'mine' the default? jpox... javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl org.jpox.autoCreateSchema=false org.jpox.validateTables=false org.jpox.validateColumns=false org.jpox.validateConstraints=false

[jira] Commented: (HIVE-425) HWI JSP pages should be compiled at build-time instead of run-time

2009-04-18 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700494#action_12700494 ] Edward Capriolo commented on HIVE-425: -- This is definitely a good idea. Doing a build

[jira] Updated: (HIVE-403) remove password password params from job config that is submitted to job tracker

2009-04-18 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Chakka updated HIVE-403: --- Status: Patch Available (was: Reopened) remove password password params from job config that is

[jira] Reopened: (HIVE-403) remove password password params from job config that is submitted to job tracker

2009-04-18 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Chakka reopened HIVE-403: throwing NPE on some installations.. remove password password params from job config that is submitted

[jira] Assigned: (HIVE-352) Make Hive support column based storage

2009-04-18 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Thusoo reassigned HIVE-352: -- Assignee: He Yongqiang Make Hive support column based storage

[jira] Commented: (HIVE-352) Make Hive support column based storage

2009-04-18 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700542#action_12700542 ] Zheng Shao commented on HIVE-352: - 2 major approaches for the RCFileFormat to work are: 1.

Re: [jira] Commented: (HIVE-352) Make Hive support column based storage

2009-04-18 Thread He Yongqiang
Agreed. Can we have both? 1 is absolutely better for high selectivity filter clauses. With 2, we can skip loading unnecessary (compressed) columns into memory. I have done a simple RCFile perform test in my local single machine. It seems RCFile perform much better in reading than block-compressed

Warehouse 'symlinks'

2009-04-18 Thread Edward Capriolo
I was looking at HADOOP-4044. It would be nice to be able to work on files without moving them into the warehouse. Could a SerDe handle a similar task?

[jira] Updated: (HIVE-45) Hive: GenericUDF and support of complex object

2009-04-18 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-45: --- Description: GenericUDF are more powerful than UDF in the following ways: 1. It can accept arguments of complex

[jira] Updated: (HIVE-164) Support CASE and IF statement

2009-04-18 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-164: Attachment: (was: HIVE-164.1.patch) Support CASE and IF statement -

[jira] Updated: (HIVE-164) Support CASE statement using GenericUDF

2009-04-18 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-164: Description: See http://dev.mysql.com/doc/refman/5.0/en/control-flow-functions.html for details. Syntax: