Issue Details (XML | Word | Printable)

Key: HADOOP-4690
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Pete Wyckoff
Reporter: Pete Wyckoff
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

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

Created: 19/Nov/08 08:12 PM   Updated: 08/Jul/09 05:05 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 0.20.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-4690.txt 2008-12-02 07:45 PM Pete Wyckoff 143 kB
Text File Licensed for inclusion in ASF works HADOOP-4690.txt 2008-12-02 07:36 PM Pete Wyckoff 0.0 kB
Text File Licensed for inclusion in ASF works HADOOP-4690.txt 2008-11-22 01:58 AM Pete Wyckoff 144 kB

Hadoop Flags: Reviewed
Resolution Date: 04/Dec/08 01:45 AM


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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Pete Wyckoff added a comment - 22/Nov/08 01:58 AM
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.


dhruba borthakur added a comment - 25/Nov/08 11:14 PM
+1. Code looks good.

Hadoop QA added a comment - 26/Nov/08 07:16 AM
-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.


Pete Wyckoff added a comment - 26/Nov/08 07:33 PM
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.

Pete Wyckoff added a comment - 02/Dec/08 07:36 PM
updated to reflect hadoop 4635 change to TestFuseDFS.

Mahadev konar added a comment - 02/Dec/08 07:40 PM
the patch uploaded is empty ... can you upload the right patch?

Mahadev konar added a comment - 04/Dec/08 01:45 AM
I just committed this. Thanks pete.

Hudson added a comment - 06/Dec/08 02:02 PM