You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Sujay Rau (JIRA)" <ji...@apache.org> on 2012/06/12 00:08:43 UTC

[jira] [Created] (BIGTOP-625) Add HDFS Append Test

Sujay Rau created BIGTOP-625:
--------------------------------

             Summary: Add HDFS Append Test
                 Key: BIGTOP-625
                 URL: https://issues.apache.org/jira/browse/BIGTOP-625
             Project: Bigtop
          Issue Type: Test
    Affects Versions: 0.4.0
            Reporter: Sujay Rau
             Fix For: 0.4.0


Wrote a test that checks functionality of hdfs append in a few scenarios.

--
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] [Updated] (BIGTOP-625) Add HDFS Append Test

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

Sujay Rau updated BIGTOP-625:
-----------------------------

    Attachment: bigtop-625.txt

Fixing sh.get problem and package problem
                
> Add HDFS Append Test
> --------------------
>
>                 Key: BIGTOP-625
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-625
>             Project: Bigtop
>          Issue Type: Test
>    Affects Versions: 0.4.0
>            Reporter: Sujay Rau
>            Assignee: Sujay Rau
>             Fix For: 0.4.0
>
>         Attachments: bigtop-625.txt, bigtop-625.txt
>
>
> Wrote a test that checks functionality of hdfs append in a few scenarios.

--
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] [Updated] (BIGTOP-625) Add HDFS Append Test

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

Sujay Rau updated BIGTOP-625:
-----------------------------

    Attachment:     (was: bigtop-625.patch)
    
> Add HDFS Append Test
> --------------------
>
>                 Key: BIGTOP-625
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-625
>             Project: Bigtop
>          Issue Type: Test
>    Affects Versions: 0.4.0
>            Reporter: Sujay Rau
>            Assignee: Sujay Rau
>             Fix For: 0.4.0
>
>         Attachments: bigtop-625.txt
>
>
> Wrote a test that checks functionality of hdfs append in a few scenarios.

--
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] (BIGTOP-625) Add HDFS Append Test

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398883#comment-13398883 ] 

Roman Shaposhnik commented on BIGTOP-625:
-----------------------------------------

Was this tested? 'cuz the following looks suspect:

{noformat}
  @Test
  public void testAppendOnPreExistingFile() {
    // configuration and file system set up
    Configuration conf = new Configuration();
    String namenode = conf.get("fs.defaultFS");
    if (sh.getRet() != 0) {
{noformat}

I don't see any prior calls to sh.exec() to make sh.getRe() work.
                
> Add HDFS Append Test
> --------------------
>
>                 Key: BIGTOP-625
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-625
>             Project: Bigtop
>          Issue Type: Test
>    Affects Versions: 0.4.0
>            Reporter: Sujay Rau
>            Assignee: Sujay Rau
>             Fix For: 0.4.0
>
>         Attachments: bigtop-625.txt
>
>
> Wrote a test that checks functionality of hdfs append in a few scenarios.

--
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] [Updated] (BIGTOP-625) Add HDFS Append Test

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

Sujay Rau updated BIGTOP-625:
-----------------------------

    Attachment: bigtop-625.txt

Fixed Shell issues
                
> Add HDFS Append Test
> --------------------
>
>                 Key: BIGTOP-625
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-625
>             Project: Bigtop
>          Issue Type: Test
>    Affects Versions: 0.4.0
>            Reporter: Sujay Rau
>            Assignee: Sujay Rau
>             Fix For: 0.4.0
>
>         Attachments: bigtop-625.txt
>
>
> Wrote a test that checks functionality of hdfs append in a few scenarios.

--
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] [Updated] (BIGTOP-625) Add HDFS Append Test

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

Sujay Rau updated BIGTOP-625:
-----------------------------

    Attachment: BIGTOP-625.patch
    
> Add HDFS Append Test
> --------------------
>
>                 Key: BIGTOP-625
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-625
>             Project: Bigtop
>          Issue Type: Test
>    Affects Versions: 0.4.0
>            Reporter: Sujay Rau
>            Assignee: Sujay Rau
>             Fix For: 0.5.0
>
>         Attachments: BIGTOP-625.patch
>
>
> Wrote a test that checks functionality of hdfs append in a few scenarios.

--
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] [Updated] (BIGTOP-625) Add HDFS Append Test

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

Sujay Rau updated BIGTOP-625:
-----------------------------

    Attachment:     (was: bigtop-625.txt)
    
> Add HDFS Append Test
> --------------------
>
>                 Key: BIGTOP-625
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-625
>             Project: Bigtop
>          Issue Type: Test
>    Affects Versions: 0.4.0
>            Reporter: Sujay Rau
>            Assignee: Sujay Rau
>             Fix For: 0.5.0
>
>         Attachments: BIGTOP-625.patch
>
>
> Wrote a test that checks functionality of hdfs append in a few scenarios.

--
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] [Updated] (BIGTOP-625) Add HDFS Append Test

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

Sujay Rau updated BIGTOP-625:
-----------------------------

    Attachment: bigtop-625.patch
    
> Add HDFS Append Test
> --------------------
>
>                 Key: BIGTOP-625
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-625
>             Project: Bigtop
>          Issue Type: Test
>    Affects Versions: 0.4.0
>            Reporter: Sujay Rau
>             Fix For: 0.4.0
>
>         Attachments: bigtop-625.patch
>
>
> Wrote a test that checks functionality of hdfs append in a few scenarios.

--
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