You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Pete Wyckoff (JIRA)" <ji...@apache.org> on 2008/10/22 22:47:44 UTC

[jira] Created: (HADOOP-4495) fuse-dfs fix writeTest and add writeAppendtest

fuse-dfs fix writeTest and add writeAppendtest
----------------------------------------------

                 Key: HADOOP-4495
                 URL: https://issues.apache.org/jira/browse/HADOOP-4495
             Project: Hadoop Core
          Issue Type: Test
          Components: contrib/fuse-dfs
            Reporter: Pete Wyckoff
            Assignee: Pete Wyckoff
            Priority: Minor
             Fix For: 0.20.0
         Attachments: HADOOP-4495.txt

testWrites wasn't actually testing the results and testCat was basically commented out plus added testAppends.
This is only a test - no C code or non-test Java code.

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


[jira] Updated: (HADOOP-4495) fuse-dfs fix writeTest and add writeAppendtest

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

Pete Wyckoff updated HADOOP-4495:
---------------------------------

    Status: Patch Available  (was: Open)

> fuse-dfs fix writeTest and add writeAppendtest
> ----------------------------------------------
>
>                 Key: HADOOP-4495
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4495
>             Project: Hadoop Core
>          Issue Type: Test
>          Components: contrib/fuse-dfs
>            Reporter: Pete Wyckoff
>            Assignee: Pete Wyckoff
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HADOOP-4495.txt
>
>
> testWrites wasn't actually testing the results and testCat was basically commented out plus added testAppends.
> This is only a test - no C code or non-test Java code.

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


[jira] Updated: (HADOOP-4495) fuse-dfs fix writeTest and add writeAppendtest

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

Pete Wyckoff updated HADOOP-4495:
---------------------------------

    Status: Patch Available  (was: Open)

> fuse-dfs fix writeTest and add writeAppendtest
> ----------------------------------------------
>
>                 Key: HADOOP-4495
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4495
>             Project: Hadoop Core
>          Issue Type: Test
>          Components: contrib/fuse-dfs
>            Reporter: Pete Wyckoff
>            Assignee: Pete Wyckoff
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HADOOP-4495.txt, HADOOP-4495.txt
>
>
> testWrites wasn't actually testing the results and testCat was basically commented out plus added testAppends.
> This is only a test - no C code or non-test Java code.

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


[jira] Updated: (HADOOP-4495) fuse-dfs fix writeTest and add writeAppendtest

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

Pete Wyckoff updated HADOOP-4495:
---------------------------------

    Status: Open  (was: Patch Available)

> fuse-dfs fix writeTest and add writeAppendtest
> ----------------------------------------------
>
>                 Key: HADOOP-4495
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4495
>             Project: Hadoop Core
>          Issue Type: Test
>          Components: contrib/fuse-dfs
>            Reporter: Pete Wyckoff
>            Assignee: Pete Wyckoff
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HADOOP-4495.txt, HADOOP-4495.txt
>
>
> testWrites wasn't actually testing the results and testCat was basically commented out plus added testAppends.
> This is only a test - no C code or non-test Java code.

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


[jira] Updated: (HADOOP-4495) fuse-dfs fix writeTest and add writeAppendtest

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

Pete Wyckoff updated HADOOP-4495:
---------------------------------

    Attachment: HADOOP-4495.txt

remove O_EXCL flag in open since libhdfs does not support it and also removed the unlink in truncate since FileSystem.create does an overwrite anyway,


> fuse-dfs fix writeTest and add writeAppendtest
> ----------------------------------------------
>
>                 Key: HADOOP-4495
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4495
>             Project: Hadoop Core
>          Issue Type: Test
>          Components: contrib/fuse-dfs
>            Reporter: Pete Wyckoff
>            Assignee: Pete Wyckoff
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HADOOP-4495.txt, HADOOP-4495.txt
>
>
> testWrites wasn't actually testing the results and testCat was basically commented out plus added testAppends.
> This is only a test - no C code or non-test Java code.

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


[jira] Updated: (HADOOP-4495) fuse-dfs fix writeTest and add writeAppendtest

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

Pete Wyckoff updated HADOOP-4495:
---------------------------------

    Attachment: HADOOP-4495.txt

> fuse-dfs fix writeTest and add writeAppendtest
> ----------------------------------------------
>
>                 Key: HADOOP-4495
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4495
>             Project: Hadoop Core
>          Issue Type: Test
>          Components: contrib/fuse-dfs
>            Reporter: Pete Wyckoff
>            Assignee: Pete Wyckoff
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HADOOP-4495.txt
>
>
> testWrites wasn't actually testing the results and testCat was basically commented out plus added testAppends.
> This is only a test - no C code or non-test Java code.

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