[jira] [Commented] (HIVE-2372) java.io.IOException: error=7, Argument list too long

2011-10-18 Thread Siying Dong (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13129560#comment-13129560 ] Siying Dong commented on HIVE-2372: --- Instead of simply removing the key, we should

[jira] [Created] (HIVE-2507) Self join fails

2011-10-18 Thread Ashutosh Chauhan (Created) (JIRA)
Self join fails --- Key: HIVE-2507 URL: https://issues.apache.org/jira/browse/HIVE-2507 Project: Hive Issue Type: Bug Components: Query Processor Reporter: Ashutosh Chauhan {code} hive create table src

[jira] [Created] (HIVE-2508) Join on union type fails

2011-10-18 Thread Ashutosh Chauhan (Created) (JIRA)
Join on union type fails Key: HIVE-2508 URL: https://issues.apache.org/jira/browse/HIVE-2508 Project: Hive Issue Type: Bug Reporter: Ashutosh Chauhan {code} hive CREATE TABLE DEST1(key UNIONTYPESTRING,

[jira] [Commented] (HIVE-2508) Join on union type fails

2011-10-18 Thread Ashutosh Chauhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13129635#comment-13129635 ] Ashutosh Chauhan commented on HIVE-2508: NPE is thrown in setup task of Reducer:

Hive-trunk-h0.21 - Build # 1017 - Failure

2011-10-18 Thread Apache Jenkins Server
Changes for Build #1017 [jvs] HIVE-2506. Get ConstantObjectInspectors working in UDAFs (Jonathan Chang via jvs) 1 tests failed. REGRESSION: org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1 Error Message: Unexpected exception See

[jira] [Commented] (HIVE-2506) Get ConstantObjectInspectors working in UDAFs

2011-10-18 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13129681#comment-13129681 ] Hudson commented on HIVE-2506: -- Integrated in Hive-trunk-h0.21 #1017 (See

[jira] [Commented] (HIVE-2507) Self join fails

2011-10-18 Thread kalyan ram (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13129707#comment-13129707 ] kalyan ram commented on HIVE-2507: -- Isn't it an alias issue ? The src.key can't be

[jira] [Resolved] (HIVE-2507) Self join fails

2011-10-18 Thread John Sichi (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi resolved HIVE-2507. -- Resolution: Not A Problem What kalyan said. Self join fails ---

[jira] [Created] (HIVE-2509) Literal bigint

2011-10-18 Thread Jonathan Chang (Created) (JIRA)
Literal bigint -- Key: HIVE-2509 URL: https://issues.apache.org/jira/browse/HIVE-2509 Project: Hive Issue Type: New Feature Reporter: Jonathan Chang Assignee: Jonathan Chang Typing bigints is a pain

[jira] [Updated] (HIVE-2500) Allow Hive to be debugged remotely

2011-10-18 Thread Updated
[ https://issues.apache.org/jira/browse/HIVE-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Surówka updated HIVE-2500: - Attachment: HIVE-2500.3.patch The changes with this patch are as follows (I made some design

[jira] [Updated] (HIVE-2500) Allow Hive to be debugged remotely

2011-10-18 Thread Updated
[ https://issues.apache.org/jira/browse/HIVE-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Surówka updated HIVE-2500: - Status: Patch Available (was: Open) Allow Hive to be debugged remotely

[jira] [Commented] (HIVE-1434) Cassandra Storage Handler

2011-10-18 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13129927#comment-13129927 ] Jonathan Ellis commented on HIVE-1434: -- It might be better to have this live in the

[jira] [Created] (HIVE-2510) Hive throws Null Pointer Exception upon CREATE TABLE db_name.table_name .... if the given db_name doesn't exist

2011-10-18 Thread Created
Hive throws Null Pointer Exception upon CREATE TABLE db_name.table_name if the given db_name doesn't exist - Key: HIVE-2510 URL:

[jira] [Updated] (HIVE-2510) Hive throws Null Pointer Exception upon CREATE TABLE db_name.table_name .... if the given db_name doesn't exist

2011-10-18 Thread Updated
[ https://issues.apache.org/jira/browse/HIVE-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Surówka updated HIVE-2510: - Status: Patch Available (was: Open) Hive throws Null Pointer Exception upon CREATE TABLE

Hive-trunk-h0.21 - Build # 1018 - Fixed

2011-10-18 Thread Apache Jenkins Server
Changes for Build #1017 [jvs] HIVE-2506. Get ConstantObjectInspectors working in UDAFs (Jonathan Chang via jvs) Changes for Build #1018 All tests passed The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1018) Status: Fixed Check console output at

[jira] [Commented] (HIVE-2510) Hive throws Null Pointer Exception upon CREATE TABLE db_name.table_name .... if the given db_name doesn't exist

2011-10-18 Thread Ashutosh Chauhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13129978#comment-13129978 ] Ashutosh Chauhan commented on HIVE-2510: Robert, Can you add a test case as well.

Hive-0.8.0-SNAPSHOT-h0.21 - Build # 61 - Fixed

2011-10-18 Thread Apache Jenkins Server
Changes for Build #60 Changes for Build #61 All tests passed The Apache Jenkins build system has built Hive-0.8.0-SNAPSHOT-h0.21 (build #61) Status: Fixed Check console output at https://builds.apache.org/job/Hive-0.8.0-SNAPSHOT-h0.21/61/ to view the results.

[jira] [Updated] (HIVE-2509) Literal bigint

2011-10-18 Thread jsichi (John Sichi) (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jsichi (John Sichi) updated HIVE-2509: -- Attachment: D15.1.patch jonchang requested code review of [jira] [HIVE-2509] Literal

[jira] [Updated] (HIVE-2509) Literal bigint

2011-10-18 Thread jsichi (John Sichi) (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jsichi (John Sichi) updated HIVE-2509: -- Attachment: D15.1.patch jonchang requested code review of [jira] [HIVE-2509] Literal

[jira] [Commented] (HIVE-2487) Bug from HIVE-2446, the code that calls client stats publishers run() methods is in wrong place, should be in the same method but inside of while (!rj.isComplete()) {} l

2011-10-18 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130110#comment-13130110 ] Hudson commented on HIVE-2487: -- Integrated in Hive-trunk-h0.21 #1019 (See

[jira] [Commented] (HIVE-2446) Introduction of client statistics publishers possibility

2011-10-18 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130109#comment-13130109 ] Hudson commented on HIVE-2446: -- Integrated in Hive-trunk-h0.21 #1019 (See

[jira] [Commented] (HIVE-2510) Hive throws Null Pointer Exception upon CREATE TABLE db_name.table_name .... if the given db_name doesn't exist

2011-10-18 Thread Commented
[ https://issues.apache.org/jira/browse/HIVE-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130151#comment-13130151 ] Robert Surówka commented on HIVE-2510: -- Yes, but where can I read how a new test case

[jira] [Created] (HIVE-2511) Wrong permissions in source tarball

2011-10-18 Thread Peter Linnell (Created) (JIRA)
Wrong permissions in source tarball --- Key: HIVE-2511 URL: https://issues.apache.org/jira/browse/HIVE-2511 Project: Hive Issue Type: Bug Affects Versions: 0.7.1 Reporter: Peter Linnell

[jira] [Created] (HIVE-2512) After HIVE-2145, Hive disallow any use of function in cluster-by clause

2011-10-18 Thread Ning Zhang (Created) (JIRA)
After HIVE-2145, Hive disallow any use of function in cluster-by clause --- Key: HIVE-2512 URL: https://issues.apache.org/jira/browse/HIVE-2512 Project: Hive Issue Type: