[jira] [Updated] (HIVE-2110) Hive Client is indefenitely waiting for reading from Socket

2011-08-11 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Mujumdar updated HIVE-2110: -- Attachment: HIVE-2110.patch > Hive Client is indefenitely waiting for reading from Socket >

[jira] [Commented] (HIVE-2315) DatabaseMetadata.getColumns() does not return partition column names for a table

2011-08-11 Thread Mythili Gopalakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082973#comment-13082973 ] Mythili Gopalakrishnan commented on HIVE-2315: -- Patrick, it is my fault, I for

Jenkins build is back to normal : Hive-trunk-h0.21 #887

2011-08-11 Thread Apache Jenkins Server
See

[jira] [Commented] (HIVE-2346) Add hooks to run when execution fails.

2011-08-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083013#comment-13083013 ] Hudson commented on HIVE-2346: -- Integrated in Hive-trunk-h0.21 #887 (See [https://builds.apac

[jira] [Assigned] (HIVE-2181) Clean up the scratch.dir (tmp/hive-root) while restarting Hive server.

2011-08-11 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam reassigned HIVE-2181: -- Assignee: Chinna Rao Lalam > Clean up the scratch.dir (tmp/hive-root) while restarting

Minor typo in error message

2011-08-11 Thread Clément Notin
Hello, I'm new here and I just wanted to report a minor typo issue in HiveConnection.java (jdbc) : throw new SQLException("Could not establish connecton to " + uri + ": " + e.getMessage(), "08S01"); It seems like there's a "i" missing ;) Hive is a nice work BTW ! Thanks. -- *Clém

Re: Minor typo in error message

2011-08-11 Thread Jakob Homan
Hey Clément- Thanks for the report - would you be able to open a JIRA for it (https://issues.apache.org/jira/browse/HIVE)? I'm sure someone will whip up a patch shortly, or if you're interested in contributing, I'd invite you to create one. Thanks, Jakob 2011/8/11 Notin : > Hello, > > I'm new

[jira] [Updated] (HIVE-2315) DatabaseMetadata.getColumns() does not return partition column names for a table

2011-08-11 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated HIVE-2315: --- Attachment: (was: HIVE-2315_part2.patch) > DatabaseMetadata.getColumns() does not return partition

[jira] [Updated] (HIVE-2315) DatabaseMetadata.getColumns() does not return partition column names for a table

2011-08-11 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated HIVE-2315: --- Attachment: HIVE-2315.patch Updated to a single patch with fix and both sets of tests. > DatabaseMeta

Review Request: HIVE-2315 DatabaseMetadata.getColumns() does not return partition column names for a table

2011-08-11 Thread Patrick Hunt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1468/ --- Review request for hive and Carl Steinbach. Summary --- This patch fixes th

[jira] [Updated] (HIVE-2315) DatabaseMetadata.getColumns() does not return partition column names for a table

2011-08-11 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated HIVE-2315: --- Status: Patch Available (was: Open) > DatabaseMetadata.getColumns() does not return partition column

[jira] [Updated] (HIVE-1573) select * from partitioned table via JDBC does not return partition columns

2011-08-11 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated HIVE-1573: --- Status: Patch Available (was: Reopened) > select * from partitioned table via JDBC does not return pa

[jira] [Commented] (HIVE-2315) DatabaseMetadata.getColumns() does not return partition column names for a table

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083257#comment-13083257 ] jirapos...@reviews.apache.org commented on HIVE-2315: - ---

Re: Minor typo in error message

2011-08-11 Thread Clément Notin
It's done. HIVE-2369 (I didn't have the will to create an account, it's done now !) 2011/8/11 Jakob Homan > Hey Clément- > Thanks for the report - would you be able to open a JIRA for it > (https://issues.apache.org/jira/browse/HIVE)? I'm sure

[jira] [Created] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

2011-08-11 Thread JIRA
Minor typo in error message in HiveConnection.java (JDBC) - Key: HIVE-2369 URL: https://issues.apache.org/jira/browse/HIVE-2369 Project: Hive Issue Type: Bug Components: JDBC

[jira] [Updated] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

2011-08-11 Thread JIRA
[ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clément Notin updated HIVE-2369: Status: Open (was: Patch Available) > Minor typo in error message in HiveConnection.java (JDBC) > -

[jira] [Updated] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

2011-08-11 Thread JIRA
[ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clément Notin updated HIVE-2369: Status: Patch Available (was: Open) Easy patch > Minor typo in error message in HiveConnection.jav

[jira] [Commented] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

2011-08-11 Thread JIRA
[ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083279#comment-13083279 ] Clément Notin commented on HIVE-2369: - I wrote the patch on GitHub and made a pull requ

[jira] [Commented] (HIVE-2181) Clean up the scratch.dir (tmp/hive-root) while restarting Hive server.

2011-08-11 Thread MIS (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083306#comment-13083306 ] MIS commented on HIVE-2181: --- -1 for the issue. What if I'm running multiple hive servers on diffe

[jira] [Commented] (HIVE-2369) Minor typo in error message in HiveConnection.java (JDBC)

2011-08-11 Thread Jakob Homan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083310#comment-13083310 ] Jakob Homan commented on HIVE-2369: --- Thanks for doing this. Apache keeps all of its soft

[hive] Minor typo "connecton" -> "connection". (#3)

2011-08-11 Thread ClementNotin
Fixes HIVE-2369 -- Reply to this email directly or view it on GitHub: https://github.com/apache/hive/pull/3

[jira] [Commented] (HIVE-2181) Clean up the scratch.dir (tmp/hive-root) while restarting Hive server.

2011-08-11 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083401#comment-13083401 ] Chinna Rao Lalam commented on HIVE-2181: Hi MIS, Thanks for the point as u sai

[jira] [Updated] (HIVE-2344) filter is removed due to regression of HIVE-1538

2011-08-11 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi updated HIVE-2344: - Resolution: Fixed Release Note: When predicate pushdown is enabled, Hive would previously incorrectl

HIVE-1538/HIVE-2344

2011-08-11 Thread John Sichi
I just committed the fix from Amareshwari, so after this gets pushed, it should be possible to back out the conf changes which were applied to avoid the bug from HIVE-1538. Read the release notes I added on HIVE-2344 and chime in with a new JIRA issue if you think there are cases where it's imp

Re: HIVE-1538/HIVE-2344

2011-08-11 Thread John Sichi
On Aug 11, 2011, at 1:21 PM, wrote: > I just committed the fix from Amareshwari, so after this gets pushed, it > should be possible to back out the conf changes which were applied to avoid > the bug from HIVE-1538. (Oops, ignore this part...no conf changes were applied in Hive source, so this

Running Hive from Eclipse

2011-08-11 Thread john smith
Hi folks, I am trying to run Hive from eclipse. I've set it up correctly and it is building the jars and stuff. However I face execeptions when I try to run hive queries like "show tables" etc. There has been a discussion on this in the mailing list previously but there was no solution provided.

Re: Running Hive from Eclipse

2011-08-11 Thread Carl Steinbach
Hi John, Can you please include the error messages/exceptions that you're encountering? Thanks. Carl On Thu, Aug 11, 2011 at 1:40 PM, john smith wrote: > Hi folks, > > I am trying to run Hive from eclipse. I've set it up correctly and it is > building the jars and stuff. However I face execep

[jira] [Updated] (HIVE-1360) Allow UDFs to access constant parameter values at compile time

2011-08-11 Thread Jonathan Chang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-1360: - Attachment: HIVE-1360.patch > Allow UDFs to access constant parameter values at compile time > ---

[jira] [Updated] (HIVE-1360) Allow UDFs to access constant parameter values at compile time

2011-08-11 Thread Jonathan Chang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-1360: - Status: Patch Available (was: Open) HIVE-1360. It has been a long-standing request for UDFs to be

[jira] [Assigned] (HIVE-1360) Allow UDFs to access constant parameter values at compile time

2011-08-11 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach reassigned HIVE-1360: Assignee: Jonathan Chang (was: Carl Steinbach) Reassigning to Jonathan. @Jonathan: Can you

[jira] [Created] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread Tim Armstrong (JIRA)
Improve RCFileCat performance significantly --- Key: HIVE-2370 URL: https://issues.apache.org/jira/browse/HIVE-2370 Project: Hive Issue Type: Improvement Components: CLI Affects Versions:

Review Request: HIVE-2242: DDL Semantic Analyzer does not pass partial specification partitions to PreExecute hooks when dropping partitions

2011-08-11 Thread Sohan Jain
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1475/ --- Review request for hive and Paul Yang. Summary --- Currently, when dropping

[jira] [Commented] (HIVE-2242) DDL Semantic Analyzer does not pass partial specification partitions to PreExecute hooks when dropping partitions

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083738#comment-13083738 ] jirapos...@reviews.apache.org commented on HIVE-2242: - ---

[jira] [Commented] (HIVE-2246) Dedupe tables' column schemas from partitions in the metastore db

2011-08-11 Thread Paul Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083751#comment-13083751 ] Paul Yang commented on HIVE-2246: - There has been some issues identified with this patch. W

Review Request: rcfilecat16x performance improvement

2011-08-11 Thread Tim Armstrong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1474/ --- Review request for hive, Yongqiang He, Ning Zhang, and namit jain. Summary -

Re: Review Request: rcfilecat 16x performance improvement

2011-08-11 Thread Tim Armstrong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1474/ --- (Updated 2011-08-11 22:44:48.620762) Review request for hive, Yongqiang He, Ning

[jira] [Updated] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2370: Status: Patch Available (was: Open) > Improve RCFileCat performance significantly > ---

[jira] [Commented] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083765#comment-13083765 ] jirapos...@reviews.apache.org commented on HIVE-2370: - ---

[jira] [Updated] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2370: Attachment: rcfilecat_2011-08-11.patch > Improve RCFileCat performance significantly > -

[jira] [Commented] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083766#comment-13083766 ] Tim Armstrong commented on HIVE-2370: - Diff is available on reviewboard: https://review

[jira] [Commented] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083768#comment-13083768 ] jirapos...@reviews.apache.org commented on HIVE-2370: - ---

Re: Review Request: rcfilecat 16x performance improvement

2011-08-11 Thread Ning Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1474/#review1412 --- Great job! Does this number indicate the read and write speed or just

Re: Review Request: Optimisation for RCFile reading to improve CPU usage.

2011-08-11 Thread Tim Armstrong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1309/ --- (Updated 2011-08-11 23:07:05.774106) Review request for hive, Yongqiang He and N

[jira] [Commented] (HIVE-2350) Improve RCFile Read Speed

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083793#comment-13083793 ] jirapos...@reviews.apache.org commented on HIVE-2350: - ---

[jira] [Commented] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083792#comment-13083792 ] jirapos...@reviews.apache.org commented on HIVE-2370: - ---

[jira] [Updated] (HIVE-2350) Improve RCFile Read Speed

2011-08-11 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2350: Attachment: rcfile_opt_2011-08-11.patch > Improve RCFile Read Speed > - > >

[jira] [Updated] (HIVE-1360) Allow UDFs to access constant parameter values at compile time

2011-08-11 Thread Jonathan Chang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Chang updated HIVE-1360: - Attachment: HIVE-1360.patch Like previous except license is now granted and also fixes show_functi

Re: Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-11 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/ --- (Updated 2011-08-11 23:31:47.018762) Review request for hive, Paul Yang and nami

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-11 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Attachment: HIVE-2278.6.patch > Support archiving for multiple partitions if the table is partit

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-11 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Status: Open (was: Patch Available) > Support archiving for multiple partitions if the table is

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-11 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Status: Patch Available (was: Open) > Support archiving for multiple partitions if the table is

HIVE-2282

2011-08-11 Thread John Sichi
The unit test sample_islocalmode_hook.q has been failing consistently for me with the diff below. Jenkins builds passed with it so I'm guessing it must be something environmental? Also, Siying, it looks like you committed this, but did not resolve it in JIRA? [junit] 97,98c97,98

RE: HIVE-2282

2011-08-11 Thread Siying Dong
Kevin, probably there are still some non-deterministic in your test case. Can you careful examine it? -Original Message- From: John Sichi Sent: Thursday, August 11, 2011 4:44 PM To: Siying Dong; Kevin Wilfong Cc: dev@hive.apache.org Subject: HIVE-2282 The unit test sample_islocalmode_ho

Re: HIVE-2282

2011-08-11 Thread Kevin Wilfong
I've seen this issue before, a fix was going to go out as part of someone else's change, but for some reason it hasn't been committed. I've arranged to remove the fix from that change, and I'll make a new JIRA just for the fix. On 8/11/11 4:49 PM, "Siying Dong" wrote: >Kevin, probably there are

Re: HIVE-2282

2011-08-11 Thread John Sichi
Thanks! JVS On Aug 11, 2011, at 4:53 PM, Kevin Wilfong wrote: > I've seen this issue before, a fix was going to go out as part of someone > else's change, but for some reason it hasn't been committed. I've > arranged to remove the fix from that change, and I'll make a new JIRA just > for the fi

[jira] [Created] (HIVE-2371) sample_islocalmode_hook.q test is non-deterministic

2011-08-11 Thread Kevin Wilfong (JIRA)
sample_islocalmode_hook.q test is non-deterministic --- Key: HIVE-2371 URL: https://issues.apache.org/jira/browse/HIVE-2371 Project: Hive Issue Type: Bug Reporter: Kevin Wilfong

[jira] [Updated] (HIVE-2371) sample_islocalmode_hook.q test is non-deterministic

2011-08-11 Thread Kevin Wilfong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wilfong updated HIVE-2371: Attachment: HIVE-2371.1.patch.txt > sample_islocalmode_hook.q test is non-deterministic > --

Review Request: sample_islocalmode_hook.q test is non-deterministic

2011-08-11 Thread Kevin Wilfong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1477/ --- Review request for hive and Siying Dong. Summary --- Adding order by to the

[jira] [Commented] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083835#comment-13083835 ] Tim Armstrong commented on HIVE-2370: - I'm not sure exactly what you mean about read an

[jira] [Commented] (HIVE-2371) sample_islocalmode_hook.q test is non-deterministic

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083837#comment-13083837 ] jirapos...@reviews.apache.org commented on HIVE-2371: - ---

Re: Review Request: rcfilecat 16x performance improvement

2011-08-11 Thread Tim Armstrong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1474/ --- (Updated 2011-08-12 00:22:11.295461) Review request for hive, Yongqiang He, Ning

[jira] [Commented] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083839#comment-13083839 ] jirapos...@reviews.apache.org commented on HIVE-2370: - ---

[jira] [Commented] (HIVE-1538) FilterOperator is applied twice with ppd on.

2011-08-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083847#comment-13083847 ] Hudson commented on HIVE-1538: -- Integrated in Hive-trunk-h0.21 #889 (See [https://builds.apac

[jira] [Commented] (HIVE-2322) Add ColumnarSerDe to the list of native SerDes

2011-08-11 Thread Paul Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083854#comment-13083854 ] Paul Yang commented on HIVE-2322: - +1. Tested and will commit. > Add ColumnarSerDe to the

[jira] [Updated] (HIVE-2156) Improve error messages emitted during task execution

2011-08-11 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-2156: - Resolution: Fixed Fix Version/s: 0.8.0 Hadoop Flags: [Reviewed] Status: Resolved (w

[jira] [Commented] (HIVE-2322) Add ColumnarSerDe to the list of native SerDes

2011-08-11 Thread Paul Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083865#comment-13083865 ] Paul Yang commented on HIVE-2322: - Committed. Thanks Sohan! > Add ColumnarSerDe to the lis

Re: Review Request: rcfilecat 16x performance improvement

2011-08-11 Thread Carl Steinbach
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1474/#review1414 --- trunk/cli/src/java/org/apache/hadoop/hive/cli/RCFileCat.java

[jira] [Commented] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083870#comment-13083870 ] jirapos...@reviews.apache.org commented on HIVE-2370: - ---

[jira] [Commented] (HIVE-1989) recognize transitivity of predicates on join keys

2011-08-11 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083887#comment-13083887 ] John Sichi commented on HIVE-1989: -- Usually when we add a new optimization, we add a corre

Re: Review Request: rcfilecat 16x performance improvement

2011-08-11 Thread Tim Armstrong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1474/ --- (Updated 2011-08-12 03:56:39.298860) Review request for hive, Yongqiang He, Ning

[jira] [Updated] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2370: Attachment: rcfilecat_2011-08-11b.patch > Improve RCFileCat performance significantly >

[jira] [Commented] (HIVE-2370) Improve RCFileCat performance significantly

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083903#comment-13083903 ] jirapos...@reviews.apache.org commented on HIVE-2370: - ---

[jira] [Commented] (HIVE-2171) Allow custom serdes to set field comments

2011-08-11 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083907#comment-13083907 ] John Sichi commented on HIVE-2171: -- +1. Will commit when tests pass. > Allow custom ser

[jira] [Commented] (HIVE-2156) Improve error messages emitted during task execution

2011-08-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083953#comment-13083953 ] Hudson commented on HIVE-2156: -- Integrated in Hive-trunk-h0.21 #890 (See [https://builds.apac

[jira] [Commented] (HIVE-2322) Add ColumnarSerDe to the list of native SerDes

2011-08-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083954#comment-13083954 ] Hudson commented on HIVE-2322: -- Integrated in Hive-trunk-h0.21 #890 (See [https://builds.apac

Re: Review Request: HIVE-1342: Predicate push down get error result when sub-queries have the same alias name

2011-08-11 Thread Charles Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1329/ --- (Updated 2011-08-12 06:14:21.523742) Review request for hive. Changes ---

[jira] [Commented] (HIVE-1342) Predicate push down get error result when sub-queries have the same alias name

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083964#comment-13083964 ] jirapos...@reviews.apache.org commented on HIVE-1342: - ---

[jira] [Updated] (HIVE-1342) Predicate push down get error result when sub-queries have the same alias name

2011-08-11 Thread Charles Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Chen updated HIVE-1342: --- Attachment: HIVE-1342v2.patch > Predicate push down get error result when sub-queries have the same al

Re: Review Request: HIVE-1342: Predicate push down get error result when sub-queries have the same alias name

2011-08-11 Thread Charles Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1329/ --- (Updated 2011-08-12 06:35:45.599414) Review request for hive. Changes ---

[jira] [Commented] (HIVE-1342) Predicate push down get error result when sub-queries have the same alias name

2011-08-11 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083977#comment-13083977 ] jirapos...@reviews.apache.org commented on HIVE-1342: - ---

[jira] [Updated] (HIVE-1342) Predicate push down get error result when sub-queries have the same alias name

2011-08-11 Thread Charles Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Chen updated HIVE-1342: --- Attachment: HIVE-1342v3.patch > Predicate push down get error result when sub-queries have the same al