You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/07/27 22:54:17 UTC

[jira] Created: (HIVE-1491) fix or disable loadpart_err.q

fix or disable loadpart_err.q
-----------------------------

                 Key: HIVE-1491
                 URL: https://issues.apache.org/jira/browse/HIVE-1491
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Testing Infrastructure
    Affects Versions: 0.6.0
            Reporter: John Sichi
            Assignee: John Sichi
             Fix For: 0.7.0


This test fails sporadically due to a race condition, which is annoying since it hinders pre-commit testing of patches.  I'm going to disable it unless someone has a fix.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1491) fix or disable loadpart_err.q

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-1491:
-----------------------------

    Attachment: HIVE-1491.patch

> fix or disable loadpart_err.q
> -----------------------------
>
>                 Key: HIVE-1491
>                 URL: https://issues.apache.org/jira/browse/HIVE-1491
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>    Affects Versions: 0.6.0
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1491.patch
>
>
> This test fails sporadically due to a race condition, which is annoying since it hinders pre-commit testing of patches.  I'm going to disable it unless someone has a fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1491) fix or disable loadpart_err.q

Posted by "He Yongqiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

He Yongqiang updated HIVE-1491:
-------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

Committed. Thanks John!

> fix or disable loadpart_err.q
> -----------------------------
>
>                 Key: HIVE-1491
>                 URL: https://issues.apache.org/jira/browse/HIVE-1491
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>    Affects Versions: 0.6.0
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1491.patch
>
>
> This test fails sporadically due to a race condition, which is annoying since it hinders pre-commit testing of patches.  I'm going to disable it unless someone has a fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1491) fix or disable loadpart_err.q

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

He Yongqiang commented on HIVE-1491:
------------------------------------

+1. Running test now.

> fix or disable loadpart_err.q
> -----------------------------
>
>                 Key: HIVE-1491
>                 URL: https://issues.apache.org/jira/browse/HIVE-1491
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>    Affects Versions: 0.6.0
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1491.patch
>
>
> This test fails sporadically due to a race condition, which is annoying since it hinders pre-commit testing of patches.  I'm going to disable it unless someone has a fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1491) fix or disable loadpart_err.q

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

John Sichi commented on HIVE-1491:
----------------------------------

 /data/users/jsichi/open/commit-trunk/ql/src/test/results/clientpositive/loadpart1.q.out                     
    [junit] Done query: loadpart1.q                                                                          
    [junit] Begin query: loadpart_err.q                                                                      
    [junit] java.io.IOException: Broken pipe                                                                 
    [junit]     at java.io.FileOutputStream.writeBytes(Native Method)                                        
    [junit]     at java.io.FileOutputStream.write(FileOutputStream.java:260)                                 
    [junit]     at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)                    
    [junit]     at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)                         
    [junit]     at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)                         
    [junit]     at java.io.DataOutputStream.flush(DataOutputStream.java:106)                                 
    [junit]     at org.apache.hadoop.hive.ql.exec.TextRecordWriter.close(TextRecordWriter.java:48)           
    [junit]     at org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:364)              
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.ExecMapper.close(ExecMapper.java:225)                      
    [junit]     at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:57)                                 
    [junit]     at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:356)                           
    [junit]     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:305)                                    
    [junit]     at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:176)                  
    [junit] org.apache.hadoop.hive.ql.metadata.HiveException: Hit error while closing ..                     
    [junit]     at org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:451)              
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.ExecMapper.close(ExecMapper.java:225)                      
    [junit]     at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:57)                                 
    [junit]     at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:356)                           
    [junit]     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:305)                                    
    [junit]     at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:176)                  
    [junit] org.apache.hadoop.hive.ql.metadata.HiveException: Hit error while closing ..                     
    [junit]     at org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:451)              
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.ExecMapper.close(ExecMapper.java:225)                      
    [junit]     at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:57)                                 
    [junit]     at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:356)                           
    [junit]     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:305)                                    
    [junit]     at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:176)                  
    [junit] org.apache.hadoop.hive.ql.metadata.HiveException: Hit error while closing ..                     
    [junit]     at org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:451)              
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:550)                          
    [junit]     at org.apache.hadoop.hive.ql.exec.ExecMapper.close(ExecMapper.java:225)                      
    [junit]     at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:57)                                 
    [junit]     at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:356)                           
    [junit]     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:305)                                    
    [junit]     at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:176)                  
    [junit] Ended Job = job_local_0001 with errors                                                           
    [junit] java.lang.NullPointerException                                                                   
    [junit]     at org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_loadpart_err(TestCliDriver.java:12\
583)                                                                                                         
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)                               
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)             
    [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     
    [junit]     at java.lang.reflect.Method.invoke(Method.java:597)                                          
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:154)                                       
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:127)                                       
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:106)                                 


> fix or disable loadpart_err.q
> -----------------------------
>
>                 Key: HIVE-1491
>                 URL: https://issues.apache.org/jira/browse/HIVE-1491
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>    Affects Versions: 0.6.0
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.7.0
>
>
> This test fails sporadically due to a race condition, which is annoying since it hinders pre-commit testing of patches.  I'm going to disable it unless someone has a fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1491) fix or disable loadpart_err.q

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-1491:
-----------------------------

    Status: Patch Available  (was: Open)

> fix or disable loadpart_err.q
> -----------------------------
>
>                 Key: HIVE-1491
>                 URL: https://issues.apache.org/jira/browse/HIVE-1491
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>    Affects Versions: 0.6.0
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1491.patch
>
>
> This test fails sporadically due to a race condition, which is annoying since it hinders pre-commit testing of patches.  I'm going to disable it unless someone has a fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.