You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "rohithsharma (JIRA)" <ji...@apache.org> on 2012/06/15 16:32:42 UTC

[jira] [Created] (HIVE-3143) Following Test Cases fails in Hive-0.9 and Hadoop-0.23

rohithsharma created HIVE-3143:
----------------------------------

             Summary: Following Test Cases fails in Hive-0.9 and Hadoop-0.23
                 Key: HIVE-3143
                 URL: https://issues.apache.org/jira/browse/HIVE-3143
             Project: Hive
          Issue Type: Bug
          Components: Tests
    Affects Versions: 0.9.1
         Environment: Hadoop-2.0.1
            Reporter: rohithsharma


When I run Hive-0.9.1 with hadoop-0.23, below test cases are consistently failed.

TestHBaseMinimrCliDriver.testCliDriver_hbase_bulk 
TestCliDriver.testCliDriver_archive 
TestCliDriver.testCliDriver_archive_corrupt 
TestCliDriver.testCliDriver_archive_multi 
TestCliDriver.testCliDriver_join14 
TestCliDriver.testCliDriver_query_properties 
TestCliDriver.testCliDriver_sample_islocalmode_hook 
TestCliDriver.testCliDriver_split_sample 
TestNegativeCliDriver.testNegativeCliDriver_autolocal1 
TestNegativeCliDriver.testNegativeCliDriver_local_mapred_error_cache 
TestMinimrCliDriver 
TestNegativeMinimrCliDriver

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3143) Following Test Cases fails in Hive-0.9 and Hadoop-0.23

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396029#comment-13396029 ] 

Carl Steinbach commented on HIVE-3143:
--------------------------------------

The failures in archive_corrupt.q, sample_islocalmode_hook.q, and split_sample.q were fixed in HIVE-2278.
                
> Following Test Cases fails in Hive-0.9 and Hadoop-0.23
> ------------------------------------------------------
>
>                 Key: HIVE-3143
>                 URL: https://issues.apache.org/jira/browse/HIVE-3143
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.9.1
>         Environment: Hadoop-2.0.1
>            Reporter: rohithsharma
>
> When I run Hive-0.9.1 with hadoop-0.23, below test cases are consistently failed.
> TestHBaseMinimrCliDriver.testCliDriver_hbase_bulk 
> TestCliDriver.testCliDriver_archive 
> TestCliDriver.testCliDriver_archive_corrupt 
> TestCliDriver.testCliDriver_archive_multi 
> TestCliDriver.testCliDriver_join14 
> TestCliDriver.testCliDriver_query_properties 
> TestCliDriver.testCliDriver_sample_islocalmode_hook 
> TestCliDriver.testCliDriver_split_sample 
> TestNegativeCliDriver.testNegativeCliDriver_autolocal1 
> TestNegativeCliDriver.testNegativeCliDriver_local_mapred_error_cache 
> TestMinimrCliDriver 
> TestNegativeMinimrCliDriver

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3143) Following Test Cases fails in Hive-0.9 and Hadoop-0.23

Posted by "rohithsharma (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13395976#comment-13395976 ] 

rohithsharma commented on HIVE-3143:
------------------------------------

org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join14
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_sample_islocalmode_hook
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_autolocal1

Above set of test cases throw following exception.
{noformat}
java.io.IOException: Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses.
    at org.apache.hadoop.mapreduce.Cluster.initialize(Cluster.java:121)                                                                          
    at org.apache.hadoop.mapreduce.Cluster.<init>(Cluster.java:83)                                                                               
    at org.apache.hadoop.mapreduce.Cluster.<init>(Cluster.java:76)                                                                               
    at org.apache.hadoop.mapred.JobClient.init(JobClient.java:487)                                                                               
    at org.apache.hadoop.mapred.JobClient.<init>(JobClient.java:466)                                                                             
    at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:418)                                                                    
    at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:137)                                                                    
    at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:135)                                                                            
    at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)                                                               
    at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1329)                                                                             
{noformat}


                
> Following Test Cases fails in Hive-0.9 and Hadoop-0.23
> ------------------------------------------------------
>
>                 Key: HIVE-3143
>                 URL: https://issues.apache.org/jira/browse/HIVE-3143
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.9.1
>         Environment: Hadoop-2.0.1
>            Reporter: rohithsharma
>
> When I run Hive-0.9.1 with hadoop-0.23, below test cases are consistently failed.
> TestHBaseMinimrCliDriver.testCliDriver_hbase_bulk 
> TestCliDriver.testCliDriver_archive 
> TestCliDriver.testCliDriver_archive_corrupt 
> TestCliDriver.testCliDriver_archive_multi 
> TestCliDriver.testCliDriver_join14 
> TestCliDriver.testCliDriver_query_properties 
> TestCliDriver.testCliDriver_sample_islocalmode_hook 
> TestCliDriver.testCliDriver_split_sample 
> TestNegativeCliDriver.testNegativeCliDriver_autolocal1 
> TestNegativeCliDriver.testNegativeCliDriver_local_mapred_error_cache 
> TestMinimrCliDriver 
> TestNegativeMinimrCliDriver

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Comment Edited] (HIVE-3143) Following Test Cases fails in Hive-0.9 and Hadoop-0.23

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396029#comment-13396029 ] 

Carl Steinbach edited comment on HIVE-3143 at 6/18/12 5:30 PM:
---------------------------------------------------------------

The failures in archive_corrupt.q, sample_islocalmode_hook.q, and split_sample.q were fixed in HIVE-2979.
                
      was (Author: cwsteinbach):
    The failures in archive_corrupt.q, sample_islocalmode_hook.q, and split_sample.q were fixed in HIVE-2278.
                  
> Following Test Cases fails in Hive-0.9 and Hadoop-0.23
> ------------------------------------------------------
>
>                 Key: HIVE-3143
>                 URL: https://issues.apache.org/jira/browse/HIVE-3143
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.9.1
>         Environment: Hadoop-2.0.1
>            Reporter: rohithsharma
>
> When I run Hive-0.9.1 with hadoop-0.23, below test cases are consistently failed.
> TestHBaseMinimrCliDriver.testCliDriver_hbase_bulk 
> TestCliDriver.testCliDriver_archive 
> TestCliDriver.testCliDriver_archive_corrupt 
> TestCliDriver.testCliDriver_archive_multi 
> TestCliDriver.testCliDriver_join14 
> TestCliDriver.testCliDriver_query_properties 
> TestCliDriver.testCliDriver_sample_islocalmode_hook 
> TestCliDriver.testCliDriver_split_sample 
> TestNegativeCliDriver.testNegativeCliDriver_autolocal1 
> TestNegativeCliDriver.testNegativeCliDriver_local_mapred_error_cache 
> TestMinimrCliDriver 
> TestNegativeMinimrCliDriver

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3143) Following Test Cases fails in Hive-0.9 and Hadoop-0.23

Posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419630#comment-13419630 ] 

Ashutosh Chauhan commented on HIVE-3143:
----------------------------------------

bq. java.io.IOException: Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses.

This exception occurs because we are missing one of the dependent 0.23 jars, namely {{hadoop-mapreduce-client-common-0.23.1.jar}} once I add this in path, one of the test {{join14.q}} passed for me. I bet all the other tests will pass too.
                
> Following Test Cases fails in Hive-0.9 and Hadoop-0.23
> ------------------------------------------------------
>
>                 Key: HIVE-3143
>                 URL: https://issues.apache.org/jira/browse/HIVE-3143
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.9.1
>         Environment: Hadoop-2.0.1
>            Reporter: rohithsharma
>
> When I run Hive-0.9.1 with hadoop-0.23, below test cases are consistently failed.
> TestHBaseMinimrCliDriver.testCliDriver_hbase_bulk 
> TestCliDriver.testCliDriver_archive 
> TestCliDriver.testCliDriver_archive_corrupt 
> TestCliDriver.testCliDriver_archive_multi 
> TestCliDriver.testCliDriver_join14 
> TestCliDriver.testCliDriver_query_properties 
> TestCliDriver.testCliDriver_sample_islocalmode_hook 
> TestCliDriver.testCliDriver_split_sample 
> TestNegativeCliDriver.testNegativeCliDriver_autolocal1 
> TestNegativeCliDriver.testNegativeCliDriver_local_mapred_error_cache 
> TestMinimrCliDriver 
> TestNegativeMinimrCliDriver

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira