[jira] Updated: (HIVE-360) Generalize the FileFormat Interface in Hive

2009-04-07 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-360: -- Attachment: hive-360-2009-04-08-3.patch > Generalize the FileFormat Interface in Hive > -

JIRA_hive-360-2009-04-08.patch_UNIT_TEST_FAILED

2009-04-07 Thread Murli Varadachari
ERROR: UNIT TEST using PATCH hive-360-2009-04-08.patch FAILED!! [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED [junit] < FAILED: Error in semantic analysis: Output Format must implement HiveOutputFormat, otherwise it should be either IgnoreKeyTextOutputFormat or SequenceFi

[jira] Created: (HIVE-396) Hive performance benchmarks

2009-04-07 Thread Zheng Shao (JIRA)
Hive performance benchmarks --- Key: HIVE-396 URL: https://issues.apache.org/jira/browse/HIVE-396 Project: Hadoop Hive Issue Type: New Feature Reporter: Zheng Shao We need some performance benchmark to m

[jira] Updated: (HIVE-266) Improve SerDe performance by using Text instead of String

2009-04-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-266: Attachment: HIVE-266.3.patch Cleaned up some long if-elseif-...-else by using Enums and switch. This will als

[jira] Updated: (HIVE-360) Generalize the FileFormat Interface in Hive

2009-04-07 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-360: -- Attachment: hive-360-2009-04-08.patch > Generalize the FileFormat Interface in Hive > ---

[jira] Commented: (HIVE-395) Compile error with Hadoop 0.19.1 + Eclipse

2009-04-07 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696876#action_12696876 ] Raghotham Murthy commented on HIVE-395: --- Did you follow the steps at: http://wiki.apac

[jira] Updated: (HIVE-360) Generalize the FileFormat Interface in Hive

2009-04-07 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-360: -- Attachment: qfile.tar > Generalize the FileFormat Interface in Hive > ---

[jira] Commented: (HIVE-385) Split Driver.run() into compile() + exec()

2009-04-07 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696870#action_12696870 ] Neil Conway commented on HIVE-385: -- Raghu: As far as I can tell, the query ID isn't actually

[jira] Updated: (HIVE-385) Split Driver.run() into compile() + exec()

2009-04-07 Thread Neil Conway (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neil Conway updated HIVE-385: - Attachment: jira_385-1.patch Candidate patch, v1. > Split Driver.run() into compile() + exec() > -

[jira] Created: (HIVE-395) Compile error with Hadoop 0.19.1 + Eclipse

2009-04-07 Thread Neil Conway (JIRA)
Compile error with Hadoop 0.19.1 + Eclipse -- Key: HIVE-395 URL: https://issues.apache.org/jira/browse/HIVE-395 Project: Hadoop Hive Issue Type: Bug Environment: Hadoop 0.19.1, Eclipse, Java 6

[jira] Updated: (HIVE-324) AccessControlException when load data into table

2009-04-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-324: Resolution: Fixed Fix Version/s: (was: 0.3.0) 0.4.0 0.3.1

*UNIT TEST FAILURE for apache HIVE* based on SVN Rev# 763043.117

2009-04-07 Thread Murli Varadachari
[junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED BUILD FAILED [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED BUILD FAILED

[jira] Commented: (HIVE-360) Generalize the FileFormat Interface in Hive

2009-04-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696854#action_12696854 ] Zheng Shao commented on HIVE-360: - Some more details on 5): SequenceFileFormat was inheritin

*UNIT TEST FAILURE for apache HIVE* Hadoop.Version=0.17.1 based on SVN Rev# 763044.102

2009-04-07 Thread Murli Varadachari
[junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED BUILD FAILED [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED BUILD FAILED

JIRA_patch-324_2.txt_UNIT_TEST_FAILED

2009-04-07 Thread Murli Varadachari
ERROR: UNIT TEST using PATCH patch-324_2.txt FAILED!! [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED BUILD FAILED

[jira] Updated: (HIVE-387) metastore should not use HADOOPFS variable value directly

2009-04-07 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joydeep Sen Sarma updated HIVE-387: --- Resolution: Fixed Fix Version/s: 0.4.0 Status: Resolved (was: Patch Available

[jira] Commented: (HIVE-385) Split Driver.run() into compile() + exec()

2009-04-07 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696835#action_12696835 ] Namit Jain commented on HIVE-385: - Having said that, you can do the remaining stuff in a foll

[jira] Updated: (HIVE-389) allow option to build without invoking ivy

2009-04-07 Thread Joydeep Sen Sarma (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joydeep Sen Sarma updated HIVE-389: --- Resolution: Fixed Fix Version/s: 0.4.0 Status: Resolved (was: Patch Available

[jira] Updated: (HIVE-394) plans not broken in cluster mode / only works in local mode

2009-04-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-394: Resolution: Fixed Fix Version/s: 0.4.0 0.3.1 Release Note: HIVE-394. Break plan

[jira] Commented: (HIVE-389) allow option to build without invoking ivy

2009-04-07 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696828#action_12696828 ] dhruba borthakur commented on HIVE-389: --- Since the fix has been committed, should we ma

[jira] Commented: (HIVE-324) AccessControlException when load data into table

2009-04-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696820#action_12696820 ] Zheng Shao commented on HIVE-324: - +1. Will commit soon. > AccessControlException when load

[jira] Updated: (HIVE-324) AccessControlException when load data into table

2009-04-07 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Thusoo updated HIVE-324: --- Attachment: patch-324_2.txt Fixed issues raised by Zheng. > AccessControlException when load data int

[jira] Updated: (HIVE-394) plans not broken in cluster mode / only works in local mode

2009-04-07 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-394: Status: Patch Available (was: Open) > plans not broken in cluster mode / only works in local mode >

[jira] Updated: (HIVE-394) plans not broken in cluster mode / only works in local mode

2009-04-07 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-394: Attachment: hive.394.1.patch > plans not broken in cluster mode / only works in local mode >

[jira] Created: (HIVE-394) plans not broken in cluster mode / only works in local mode

2009-04-07 Thread Namit Jain (JIRA)
plans not broken in cluster mode / only works in local mode --- Key: HIVE-394 URL: https://issues.apache.org/jira/browse/HIVE-394 Project: Hadoop Hive Issue Type: Bug Componen

Build failed in Hudson: Hive-trunk-h0.19 #56

2009-04-07 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/56/changes Changes: [namit] HIVE-381. Fix JDBC HiveResultSet's next function. (Kim P via namit) [jssarma] HIVE-389. Allow option to build without Ivy [zshao] HIVE-384. Fixing UNION ALL when the first job is a map-only job. (Namit J

Build failed in Hudson: Hive-trunk-h0.18 #58

2009-04-07 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/58/changes Changes: [namit] HIVE-381. Fix JDBC HiveResultSet's next function. (Kim P via namit) [jssarma] HIVE-389. Allow option to build without Ivy [zshao] HIVE-384. Fixing UNION ALL when the first job is a map-only job. (Namit J

[jira] Commented: (HIVE-324) AccessControlException when load data into table

2009-04-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696762#action_12696762 ] Zheng Shao commented on HIVE-324: - QTestUtils.java: nitpick: Do you want to extract the repet

[jira] Commented: (HIVE-324) AccessControlException when load data into table

2009-04-07 Thread Ashish Thusoo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696755#action_12696755 ] Ashish Thusoo commented on HIVE-324: Actually, they are a part of the patch. The plan fil

[jira] Assigned: (HIVE-393) MoveTask will bail out if we cannot open the compressed SequenceFile because hadoop native lib is missing

2009-04-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao reassigned HIVE-393: --- Assignee: Zheng Shao > MoveTask will bail out if we cannot open the compressed SequenceFile because >

[jira] Created: (HIVE-393) MoveTask will bail out if we cannot open the compressed SequenceFile because hadoop native lib is missing

2009-04-07 Thread Zheng Shao (JIRA)
MoveTask will bail out if we cannot open the compressed SequenceFile because hadoop native lib is missing - Key: HIVE-393 URL: https://issues.apache.org/jira/b

*UNIT TEST FAILURE for apache HIVE* based on SVN Rev# 762880.115

2009-04-07 Thread Murli Varadachari
[junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED (timeout) BUILD FAILED [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED (timeout) BUILD FAILED

[jira] Updated: (HIVE-381) [JDBC component] HiveResultSet next() always returned true due to bad string comparison

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

[jira] Commented: (HIVE-381) [JDBC component] HiveResultSet next() always returned true due to bad string comparison

2009-04-07 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696636#action_12696636 ] Namit Jain commented on HIVE-381: - Investigated the test in more detail with Raghu and Ashish

[jira] Updated: (HIVE-382) for hash aggr, purge the hash table as you go along

2009-04-07 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-382: Affects Version/s: 0.4.0 0.3.1 > for hash aggr, purge the hash table as you go along >

Re: JIRA_hive-360-2009-04-07-5.patch_UNIT_TEST_FAILED

2009-04-07 Thread He Yongqiang
Sorry for the failure. But it passed in my local machine. I rerun with: ant test -Dhadoop.version=0.17.0 -Dtestcase=TestCliDriver -Dqfile=create_insert_outputformat.q And ant test -Dhadoop.version=0.17.0 -Dtestcase=TestNegativeCliDriver -Dqfile=create_insert_outputformat.q It still passes. Ca

JIRA_hive-360-2009-04-07-5.patch_UNIT_TEST_FAILED

2009-04-07 Thread Murli Varadachari
ERROR: UNIT TEST using PATCH hive-360-2009-04-07-5.patch FAILED!! [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED [junit] Test org.apache.hadoop.hive.cli.TestNegativeCliDriver FAILED [junit] Test org.apache.hadoop.hive.ql.TestMTQueries FAILED [junit] Test org.apache.h

[jira] Updated: (HIVE-360) Generalize the FileFormat Interface in Hive

2009-04-07 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-360: -- Attachment: hive-360-2009-04-07-5.patch 1) HiveOutputFileFormat by adding a new Method? Like getFileExte

[jira] Commented: (HIVE-324) AccessControlException when load data into table

2009-04-07 Thread Johan Oskarsson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696453#action_12696453 ] Johan Oskarsson commented on HIVE-324: -- I assume all of those xml files shouldn't be in

[jira] Resolved: (HIVE-83) Set up a continuous build of Hive with Hudson

2009-04-07 Thread Johan Oskarsson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Oskarsson resolved HIVE-83. - Resolution: Fixed Created a new ticket for patch build: HIVE-392 > Set up a continuous build of Hi

[jira] Created: (HIVE-392) Create a patch build on Hudson

2009-04-07 Thread Johan Oskarsson (JIRA)
Create a patch build on Hudson -- Key: HIVE-392 URL: https://issues.apache.org/jira/browse/HIVE-392 Project: Hadoop Hive Issue Type: Improvement Reporter: Johan Oskarsson Set up a patch build on Huds

[jira] Updated: (HIVE-384) problem in union if the first subquery is a map-only job

2009-04-07 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-384: Resolution: Fixed Fix Version/s: 0.4.0 0.3.1 Release Note: HIVE-384. Fixing UNI