FAQ
fuse-dfs - create source file/function + utils + config + main source files
---------------------------------------------------------------------------

Key: HADOOP-4690
URL: https://issues.apache.org/jira/browse/HADOOP-4690
Project: Hadoop Core
Issue Type: Improvement
Components: contrib/fuse-dfs
Reporter: Pete Wyckoff
Priority: Minor


this will make development easier as all patches don't have to be completely serialized and generally better organizationally.



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

Search Discussions

  • Pete Wyckoff (JIRA) at Nov 22, 2008 at 1:59 am
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Pete Wyckoff updated HADOOP-4690:
    ---------------------------------

    Attachment: HADOOP-4690.txt

    this is a cut at it. I broke every fuse implementation into its own file and created various utility files. This will make things more modular and allow more than one diff to happen at a time since all won't be in one file.

    I wasn't sure about TestFuseDFS since there's a bunch of setup required to start the minicluster and then mount fuse and should we create separate tests. I guess it could be a bunch of classes - one for each test that testfusedfs could call.


    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Pete Wyckoff (JIRA) at Nov 22, 2008 at 1:59 am
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Pete Wyckoff updated HADOOP-4690:
    ---------------------------------

    Fix Version/s: 0.20.0
    Assignee: Pete Wyckoff
    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Pete Wyckoff (JIRA) at Nov 24, 2008 at 8:24 pm
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Pete Wyckoff updated HADOOP-4690:
    ---------------------------------

    Status: Patch Available (was: Open)
    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • dhruba borthakur (JIRA) at Nov 25, 2008 at 11:15 pm
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650783#action_12650783 ]

    dhruba borthakur commented on HADOOP-4690:
    ------------------------------------------

    +1. Code looks good.
    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Hadoop QA (JIRA) at Nov 26, 2008 at 7:17 am
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650880#action_12650880 ]

    Hadoop QA commented on HADOOP-4690:
    -----------------------------------

    -1 overall. Here are the results of testing the latest attachment
    http://issues.apache.org/jira/secure/attachment/12394472/HADOOP-4690.txt
    against trunk revision 720698.

    +1 @author. The patch does not contain any @author tags.

    +1 tests included. The patch appears to include 3 new or modified tests.

    +1 javadoc. The javadoc tool did not generate any warning messages.

    +1 javac. The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs. The patch does not introduce any new Findbugs warnings.

    +1 Eclipse classpath. The patch retains Eclipse classpath integrity.

    -1 core tests. The patch failed core unit tests.

    +1 contrib tests. The patch passed contrib unit tests.

    Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3648/testReport/
    Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3648/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
    Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3648/artifact/trunk/build/test/checkstyle-errors.html
    Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3648/console

    This message is automatically generated.
    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Pete Wyckoff (JIRA) at Nov 26, 2008 at 7:35 pm
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651119#action_12651119 ]

    Pete Wyckoff commented on HADOOP-4690:
    --------------------------------------

    ready to commit - testjobtrackerrestart caused the failure which is not related to this patch as this patch doesn't introduce any changes outside of fuse-dfs.

    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Pete Wyckoff (JIRA) at Dec 2, 2008 at 7:37 pm
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Pete Wyckoff updated HADOOP-4690:
    ---------------------------------

    Attachment: HADOOP-4690.txt

    updated to reflect hadoop 4635 change to TestFuseDFS.

    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt, HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Mahadev konar (JIRA) at Dec 2, 2008 at 7:41 pm
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652476#action_12652476 ]

    Mahadev konar commented on HADOOP-4690:
    ---------------------------------------

    the patch uploaded is empty :)... can you upload the right patch?
    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt, HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Pete Wyckoff (JIRA) at Dec 2, 2008 at 7:47 pm
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Pete Wyckoff updated HADOOP-4690:
    ---------------------------------

    Attachment: HADOOP-4690.txt
    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt, HADOOP-4690.txt, HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Mahadev konar (JIRA) at Dec 4, 2008 at 1:46 am
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Mahadev konar updated HADOOP-4690:
    ----------------------------------

    Resolution: Fixed
    Hadoop Flags: [Reviewed]
    Status: Resolved (was: Patch Available)

    I just committed this. Thanks pete.
    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt, HADOOP-4690.txt, HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Hudson (JIRA) at Dec 6, 2008 at 2:04 pm
    [ https://issues.apache.org/jira/browse/HADOOP-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654075#action_12654075 ]

    Hudson commented on HADOOP-4690:
    --------------------------------

    Integrated in Hadoop-trunk #680 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/680/])

    fuse-dfs - create source file/function + utils + config + main source files
    ---------------------------------------------------------------------------

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

    Attachments: HADOOP-4690.txt, HADOOP-4690.txt, HADOOP-4690.txt


    this will make development easier as all patches don't have to be completely serialized and generally better organizationally.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupcommon-dev @
categorieshadoop
postedNov 19, '08 at 8:13p
activeDec 6, '08 at 2:04p
posts12
users1
websitehadoop.apache.org...
irc#hadoop

1 user in discussion

Hudson (JIRA): 12 posts

People

Translate

site design / logo © 2023 Grokbase