[jira] [Created] (HIVE-2081) Prevent automatic indexing from creating worse queries

2011-03-29 Thread Russell Melick (JIRA)
Prevent automatic indexing from creating worse queries -- Key: HIVE-2081 URL: https://issues.apache.org/jira/browse/HIVE-2081 Project: Hive Issue Type: Improvement Components:

[jira] [Updated] (HIVE-2080) Few code improvements in the ql and serde packages.

2011-03-29 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-2080: --- Attachment: HIVE-2080.Patch Few code improvements in the ql and serde packages.

[jira] [Updated] (HIVE-2080) Few code improvements in the ql and serde packages.

2011-03-29 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-2080: --- Status: Patch Available (was: Open) Few code improvements in the ql and serde packages.

Re: Review Request: HIVE-2050. batch processing partition pruning process

2011-03-29 Thread Ning Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/522/ --- (Updated 2011-03-29 09:20:49.657378) Review request for hive. Changes ---

Re: Review Request: HIVE-1988

2011-03-29 Thread Devaraj Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/528/ --- (Updated 2011-03-29 10:26:38.374832) Review request for hive. Summary ---

Review Request: HIVE-1988

2011-03-29 Thread Devaraj Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/528/ --- Review request for hive. Summary --- Fixes to some security issues

Hive Wiki: Design Page

2011-03-29 Thread Joerg Schad
Hi, sorry to annoy with this question: But on the Design wiki (http://wiki.apache.org/hadoop/Hive/Design) page I neither can see see image nor load the linked pdf. Are these resources somewhere else available, outdated or my browser setup messed up... Thanks JS

[jira] [Commented] (HIVE-1095) Hive in Maven

2011-03-29 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012641#comment-13012641 ] Giridharan Kesavan commented on HIVE-1095: -- @Carl Steinbach. I proposed this for

Jenkins build is back to normal : Hive-0.7.0-h0.20 #57

2011-03-29 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Hive-0.7.0-h0.20/57/

[ANNOUNCE] Apache Hive 0.7.0 Released

2011-03-29 Thread Carl Steinbach
The Apache Hive team is pleased to announce the release of Apache Hive 0.7.0. Apache Hive is a data warehouse system for Hadoop that facilitates easy data summarization, ad-hoc querying, and analysis of large datasets stored in Hadoop compatible file systems Apache Hive 0.7.0 is available in

[jira] [Created] (HIVE-2083) Bug: RowContainer was set to 1 in JoinUtils.

2011-03-29 Thread He Yongqiang (JIRA)
Bug: RowContainer was set to 1 in JoinUtils. Key: HIVE-2083 URL: https://issues.apache.org/jira/browse/HIVE-2083 Project: Hive Issue Type: Bug Reporter: He Yongqiang

[jira] [Updated] (HIVE-2083) Bug: RowContainer was set to 1 in JoinUtils.

2011-03-29 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-2083: --- Description: This cause the skew join super slow because the row container dump every record to disk

[jira] [Commented] (HIVE-2083) Bug: RowContainer was set to 1 in JoinUtils.

2011-03-29 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012797#comment-13012797 ] He Yongqiang commented on HIVE-2083: And also in our internal env, the FS.listStatus

[jira] [Updated] (HIVE-2083) Bug: RowContainer was set to 1 in JoinUtils.

2011-03-29 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-2083: --- Status: Patch Available (was: Open) Bug: RowContainer was set to 1 in JoinUtils.

[jira] [Updated] (HIVE-2083) Bug: RowContainer was set to 1 in JoinUtils.

2011-03-29 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-2083: --- Attachment: HIVE-2083.1.patch Bug: RowContainer was set to 1 in JoinUtils.

[jira] [Updated] (HIVE-2050) batch processing partition pruning process

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

[jira] [Commented] (HIVE-2083) Bug: RowContainer was set to 1 in JoinUtils.

2011-03-29 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012799#comment-13012799 ] Namit Jain commented on HIVE-2083: -- +1 Bug: RowContainer was set to 1 in JoinUtils.

[jira] [Commented] (HIVE-2080) Few code improvements in the ql and serde packages.

2011-03-29 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012800#comment-13012800 ] Namit Jain commented on HIVE-2080: -- Can you provide a review board request ? Few code

[jira] [Updated] (HIVE-2080) Few code improvements in the ql and serde packages.

2011-03-29 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-2080: - Status: Open (was: Patch Available) Few code improvements in the ql and serde packages.

[jira] [Commented] (HIVE-1095) Hive in Maven

2011-03-29 Thread Amareshwari Sriramadasu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13012834#comment-13012834 ] Amareshwari Sriramadasu commented on HIVE-1095: --- bq. someone with hive

Build failed in Jenkins: Hive-trunk-h0.20 #647

2011-03-29 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/647/changes Changes: [namit] HIVE-2050 Batch processing partition pruning process (Ning Zhang via namit) Mconf/hive-default.xml Mmetastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java M