Wayback Machine
24 captures
16 Jun 2012 - 06 Oct 2025
May JUN Jul
16
2011 2012 2013
success
fail
About this capture
COLLECTED BY
Organization: Internet Archive
The Internet Archive discovers and captures web pages through many different web crawls. At any given time several distinct crawls are running, some for months, and some every day or longer. View the web archive through the Wayback Machine.
Collection: Wide Crawl started April 2012
Web wide crawl with initial seedlist and crawler configuration from April 2012.
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20120616123049/https://issues.apache.org/jira/browse/HADOOP-6704

ASF JIRA

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Hadoop Common
  • HADOOP-6704

add support for Parascale filesystem

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 0.20.2
  • Fix Version/s: None
  • Component/s: fs
  • Labels:
    None
  • Release Note:
    Adds support for Parascale storage.

Description

Parascale has developed an org.apache.hadoop.fs implementation that allows users to use Hadoop on Parascale storage clusters. We'd like to contribute this work to the community. Should this be placed under contrib, or integrated into the org.apache.hadoop.fs space?

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending

Attachments

  1. Text File
    HADOOP-6704_0_20_2-2.patch
    06/May/10 04:08
    160 kB
    Neil Bliss
  2. Text File
    HADOOP-6704_0_20_2-3.patch
    21/May/10 17:03
    163 kB
    Neil Bliss
  3. Text File
    HADOOP-6704.0.20.2.patch
    29/Apr/10 16:56
    158 kB
    Neil Bliss
  4. Text File
    HADOOP-6704.patch
    29/Apr/10 16:56
    126 kB
    Neil Bliss
  5. Text File
    HADOOP-6704-10.patch
    21/May/10 11:03
    129 kB
    Neil Bliss
  6. Text File
    HADOOP-6704-2.patch
    30/Apr/10 23:22
    126 kB
    Neil Bliss
  7. Text File
    HADOOP-6704-3.patch
    04/May/10 15:49
    126 kB
    Neil Bliss
  8. Text File
    HADOOP-6704-4.patch
    04/May/10 17:19
    126 kB
    Neil Bliss
  9. Text File
    HADOOP-6704-5.patch
    04/May/10 22:55
    126 kB
    Neil Bliss
  10. Text File
    HADOOP-6704-6.patch
    05/May/10 00:01
    126 kB
    Neil Bliss
  11. Text File
    HADOOP-6704-7.patch
    05/May/10 05:23
    126 kB
    Neil Bliss
  12. Text File
    HADOOP-6704-8.patch
    07/May/10 00:02
    129 kB
    Neil Bliss

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Subversion Commits
Hide
Permalink
Eli Collins added a comment - 14/Apr/10 15:45

Seems like it should go in o.a.h.fs with the other non-hdfs file systems if it's going to be actively maintained. Will need some unit tests to help prevent people from breaking it since hudson doesn't have a parascale backend.

Show
Eli Collins added a comment - 14/Apr/10 15:45 Seems like it should go in o.a.h.fs with the other non-hdfs file systems if it's going to be actively maintained. Will need some unit tests to help prevent people from breaking it since hudson doesn't have a parascale backend.
Hide
Permalink
Neil Bliss added a comment - 14/Apr/10 15:47

ok, patch forthcoming shortly.

Show
Neil Bliss added a comment - 14/Apr/10 15:47 ok, patch forthcoming shortly.
Hide
Permalink
Steve Loughran added a comment - 15/Apr/10 15:50
  1. This is a new feature, so the patch should be against SVN_HEAD, not an older version of Hadoop.
  2. The newer version of Hadoop is moving to some new FS APIs; you might want to consider working with them.
  3. HDFS-708 has discussed the issue of stress testing filesystems; this new filesystem back end could be a use case, if you are willing to participate.
  4. One issue with all third party filesystems is regression testing: they don't get enough of it. If there is any way to make this easier -and that could include you running a local version of Hudson to grab SVN_HEAD of Hadoop and testing MR jobs over your filestore, then end users will be grateful.
  5. Involvement in testing forthcoming releases is equally important, as is ongoing maintenance. It is really hard for an OSS project to test/maintain code that works with other peoples infrastructure, and motivation can be trouble too, so you have to be willing to stay involved -otherwise the code just gradually stops working.
Show
Steve Loughran added a comment - 15/Apr/10 15:50
  1. This is a new feature, so the patch should be against SVN_HEAD, not an older version of Hadoop.
  2. The newer version of Hadoop is moving to some new FS APIs; you might want to consider working with them.
  3. HDFS-708 has discussed the issue of stress testing filesystems; this new filesystem back end could be a use case, if you are willing to participate.
  4. One issue with all third party filesystems is regression testing: they don't get enough of it. If there is any way to make this easier -and that could include you running a local version of Hudson to grab SVN_HEAD of Hadoop and testing MR jobs over your filestore, then end users will be grateful.
  5. Involvement in testing forthcoming releases is equally important, as is ongoing maintenance. It is really hard for an OSS project to test/maintain code that works with other peoples infrastructure, and motivation can be trouble too, so you have to be willing to stay involved -otherwise the code just gradually stops working.
Hide
Permalink
Neil Bliss added a comment - 20/Apr/10 01:15

Here's a patch against the 0.20.2 tag. A patch against trunk will be forthcoming shortly.

I'll take a look at the stress testing Jira and see if it's something we can help with.

Show
Neil Bliss added a comment - 20/Apr/10 01:15 Here's a patch against the 0.20.2 tag. A patch against trunk will be forthcoming shortly. I'll take a look at the stress testing Jira and see if it's something we can help with.
Hide
Permalink
Neil Bliss added a comment - 20/Apr/10 14:33

that patch still contains unit test failures. I will fix it and respin the patch.

Show
Neil Bliss added a comment - 20/Apr/10 14:33 that patch still contains unit test failures. I will fix it and respin the patch.
Hide
Permalink
Neil Bliss added a comment - 29/Apr/10 16:56

Patches to -0.20.2 and -trunk adding support for Parascale storage as the DFS.

Show
Neil Bliss added a comment - 29/Apr/10 16:56 Patches to -0.20.2 and -trunk adding support for Parascale storage as the DFS.
Hide
Permalink
Neil Bliss added a comment - 30/Apr/10 16:12

Adds support for Parascale storage as the backing store for Hadoop instances.

Show
Neil Bliss added a comment - 30/Apr/10 16:12 Adds support for Parascale storage as the backing store for Hadoop instances.
Hide
Permalink
Hadoop QA added a comment - 30/Apr/10 16:39

-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12443204/HADOOP-6704.patch
against trunk revision 939510.

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

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

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

-1 javac. The applied patch generated 1025 javac compiler warnings (more than the trunk's current 1017 warnings).

-1 findbugs. The patch appears to introduce 2 new Findbugs warnings.

-1 release audit. The applied patch generated 5 release audit warnings (more than the trunk's current 1 warnings).

-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-h4.grid.sp2.yahoo.net/490/testReport/
Release audit warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/490/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/490/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/490/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/490/console

This message is automatically generated.

Show
Hadoop QA added a comment - 30/Apr/10 16:39 -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12443204/HADOOP-6704.patch against trunk revision 939510. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 61 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. -1 javac. The applied patch generated 1025 javac compiler warnings (more than the trunk's current 1017 warnings). -1 findbugs. The patch appears to introduce 2 new Findbugs warnings. -1 release audit. The applied patch generated 5 release audit warnings (more than the trunk's current 1 warnings). -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-h4.grid.sp2.yahoo.net/490/testReport/ Release audit warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/490/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/490/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/490/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/490/console This message is automatically generated.
Hide
Permalink
Neil Bliss added a comment - 30/Apr/10 23:20

Second attempt at patch submission.

Show
Neil Bliss added a comment - 30/Apr/10 23:20 Second attempt at patch submission.
Hide
Permalink
Neil Bliss added a comment - 30/Apr/10 23:22

Second attempt for patch submission.

Show
Neil Bliss added a comment - 30/Apr/10 23:22 Second attempt for patch submission.
Hide
Permalink
Hadoop QA added a comment - 01/May/10 00:54

-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12443345/HADOOP-6704-2.patch
against trunk revision 939864.

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

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

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

-1 javac. The applied patch generated 1022 javac compiler warnings (more than the trunk's current 1017 warnings).

-1 findbugs. The patch appears to introduce 3 new Findbugs warnings.

-1 release audit. The applied patch generated 5 release audit warnings (more than the trunk's current 1 warnings).

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

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

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/testReport/
Release audit warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/console

This message is automatically generated.

Show
Hadoop QA added a comment - 01/May/10 00:54 -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12443345/HADOOP-6704-2.patch against trunk revision 939864. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 61 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. -1 javac. The applied patch generated 1022 javac compiler warnings (more than the trunk's current 1017 warnings). -1 findbugs. The patch appears to introduce 3 new Findbugs warnings. -1 release audit. The applied patch generated 5 release audit warnings (more than the trunk's current 1 warnings). +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/testReport/ Release audit warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h1.grid.sp2.yahoo.net/64/console This message is automatically generated.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 15:49

The -3 version of this patch addresses findbugs, releaseaudit, and checkstyle warnings that were present in the -2 version.

Show
Neil Bliss added a comment - 04/May/10 15:49 The -3 version of this patch addresses findbugs, releaseaudit, and checkstyle warnings that were present in the -2 version.
Hide
Permalink
Hadoop QA added a comment - 04/May/10 16:19

-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12443588/HADOOP-6704-3.patch
against trunk revision 940527.

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

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

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

-1 javac. The applied patch generated 1022 javac compiler warnings (more than the trunk's current 1017 warnings).

-1 findbugs. The patch appears to introduce 1 new Findbugs warnings.

+1 release audit. The applied patch does not increase the total number of release audit warnings.

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

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

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

This message is automatically generated.

Show
Hadoop QA added a comment - 04/May/10 16:19 -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12443588/HADOOP-6704-3.patch against trunk revision 940527. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 53 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. -1 javac. The applied patch generated 1022 javac compiler warnings (more than the trunk's current 1017 warnings). -1 findbugs. The patch appears to introduce 1 new Findbugs warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/498/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/498/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/498/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/498/console This message is automatically generated.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 16:31

I now see the problem resulting in the findbugs warning. Fixing it now.

Show
Neil Bliss added a comment - 04/May/10 16:31 I now see the problem resulting in the findbugs warning. Fixing it now.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 16:40

-3 patch still contains a findbugs warning. This will be addressed in the -4 version of the patch.

Show
Neil Bliss added a comment - 04/May/10 16:40 -3 patch still contains a findbugs warning. This will be addressed in the -4 version of the patch.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 17:19

The -4 version of this patch addresses the findbugs warning from the -3 version, specifically it adds a ChunkInfo.equals() implementation.

Show
Neil Bliss added a comment - 04/May/10 17:19 The -4 version of this patch addresses the findbugs warning from the -3 version, specifically it adds a ChunkInfo.equals() implementation.
Hide
Permalink
Hadoop QA added a comment - 04/May/10 18:01

-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12443598/HADOOP-6704-4.patch
against trunk revision 940527.

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

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

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

-1 javac. The applied patch generated 1022 javac compiler warnings (more than the trunk's current 1017 warnings).

-1 findbugs. The patch appears to introduce 1 new Findbugs warnings.

+1 release audit. The applied patch does not increase the total number of release audit warnings.

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

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

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

This message is automatically generated.

Show
Hadoop QA added a comment - 04/May/10 18:01 -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12443598/HADOOP-6704-4.patch against trunk revision 940527. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 53 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. -1 javac. The applied patch generated 1022 javac compiler warnings (more than the trunk's current 1017 warnings). -1 findbugs. The patch appears to introduce 1 new Findbugs warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/499/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/499/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/499/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/499/console This message is automatically generated.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 18:22

I ran findbugs locally before submitting the -4 version of the patch, and it came back clean. I can't help but wonder why I'm seeing different results from Hudson. The findbugs complaint is now that I don't have ChunkInfo.hashCode() implemented. I'll implement that, and resubmit to see what Hudson has to say then.

Show
Neil Bliss added a comment - 04/May/10 18:22 I ran findbugs locally before submitting the -4 version of the patch, and it came back clean. I can't help but wonder why I'm seeing different results from Hudson. The findbugs complaint is now that I don't have ChunkInfo.hashCode() implemented. I'll implement that, and resubmit to see what Hudson has to say then.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 18:27

ahhh, findbugs is an external dependency that's not installed on my system. Running "ant findbugs" without having it installed doesn't complain that it's not there, so I didn't know I was missing the tool.

Show
Neil Bliss added a comment - 04/May/10 18:27 ahhh, findbugs is an external dependency that's not installed on my system. Running "ant findbugs" without having it installed doesn't complain that it's not there, so I didn't know I was missing the tool.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 20:00

Version -5 of this patch. Addresses all found findbugs and checkstyle warnings. Adds ChunkInfo.hashCode() implementation.

Show
Neil Bliss added a comment - 04/May/10 20:00 Version -5 of this patch. Addresses all found findbugs and checkstyle warnings. Adds ChunkInfo.hashCode() implementation.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 20:05

Trying again.

Show
Neil Bliss added a comment - 04/May/10 20:05 Trying again.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 22:54

I think I goofed up the order of operations in submitting the -5 version of the patch. I'm going to resubmit it.

Show
Neil Bliss added a comment - 04/May/10 22:54 I think I goofed up the order of operations in submitting the -5 version of the patch. I'm going to resubmit it.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 22:55

Resubmit of the -5 version of this patch. Adds ChunkInfo.hashCode().

Show
Neil Bliss added a comment - 04/May/10 22:55 Resubmit of the -5 version of this patch. Adds ChunkInfo.hashCode().
Hide
Permalink
Neil Bliss added a comment - 04/May/10 22:55

Second try at submitting the -5 version of this patch.

Show
Neil Bliss added a comment - 04/May/10 22:55 Second try at submitting the -5 version of this patch.
Hide
Permalink
Hadoop QA added a comment - 04/May/10 23:15

-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12443654/HADOOP-6704-5.patch
against trunk revision 940989.

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

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

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

-1 javac. The applied patch generated 1022 javac compiler warnings (more than the trunk's current 1017 warnings).

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

+1 release audit. The applied patch does not increase the total number of release audit warnings.

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

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

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

This message is automatically generated.

Show
Hadoop QA added a comment - 04/May/10 23:15 -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12443654/HADOOP-6704-5.patch against trunk revision 940989. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 53 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. -1 javac. The applied patch generated 1022 javac compiler warnings (more than the trunk's current 1017 warnings). +1 findbugs. The patch does not introduce any new Findbugs warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/501/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/501/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/501/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/501/console This message is automatically generated.
Hide
Permalink
Neil Bliss added a comment - 04/May/10 23:30

This latest test failure comes from 5 javac warnings about the use of a deprecated interface to org.apache.hadoop.fs.Path.makeQualified(). The deprecation message in the source indicates to use makeQualified(URI, Path) instead of makeQualified(FileSystem). In looking through the rest of the codebase, however, every reference to makeQualified is using the deprecated interface. How robust is the new interface, and is the old interface really deprecated?

Show
Neil Bliss added a comment - 04/May/10 23:30 This latest test failure comes from 5 javac warnings about the use of a deprecated interface to org.apache.hadoop.fs.Path.makeQualified(). The deprecation message in the source indicates to use makeQualified(URI, Path) instead of makeQualified(FileSystem). In looking through the rest of the codebase, however, every reference to makeQualified is using the deprecated interface. How robust is the new interface, and is the old interface really deprecated?
Hide
Permalink
Neil Bliss added a comment - 05/May/10 00:01

Version -6 of this patch, revises org.apache.hadoop.fs.Path.makeQualified() references to use non-deprecated interfaces.

Show
Neil Bliss added a comment - 05/May/10 00:01 Version -6 of this patch, revises org.apache.hadoop.fs.Path.makeQualified() references to use non-deprecated interfaces.
Hide
Permalink
Neil Bliss added a comment - 05/May/10 00:02

If at first you don't succeed, try, try again.

Show
Neil Bliss added a comment - 05/May/10 00:02 If at first you don't succeed, try, try again.
Hide
Permalink
Hadoop QA added a comment - 05/May/10 00:29

-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12443664/HADOOP-6704-6.patch
against trunk revision 940989.

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

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

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

-1 javac. The applied patch generated 1018 javac compiler warnings (more than the trunk's current 1017 warnings).

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

+1 release audit. The applied patch does not increase the total number of release audit warnings.

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

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

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

This message is automatically generated.

Show
Hadoop QA added a comment - 05/May/10 00:29 -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12443664/HADOOP-6704-6.patch against trunk revision 940989. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 53 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. -1 javac. The applied patch generated 1018 javac compiler warnings (more than the trunk's current 1017 warnings). +1 findbugs. The patch does not introduce any new Findbugs warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/502/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/502/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/502/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/502/console This message is automatically generated.
Hide
Permalink
Neil Bliss added a comment - 05/May/10 05:21

Overlooked one more javac warning. Patch -7 forthcoming.

Show
Neil Bliss added a comment - 05/May/10 05:21 Overlooked one more javac warning. Patch -7 forthcoming.
Hide
Permalink
Neil Bliss added a comment - 05/May/10 05:23

Version -7 of this patch. Remove the deprecated getName() interface from RawParascaleFileSystem.java, and remove the corresponding test case.

Show
Neil Bliss added a comment - 05/May/10 05:23 Version -7 of this patch. Remove the deprecated getName() interface from RawParascaleFileSystem.java, and remove the corresponding test case.
Hide
Permalink
Hadoop QA added a comment - 05/May/10 06:32

+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12443679/HADOOP-6704-7.patch
against trunk revision 940989.

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

+1 tests included. The patch appears to include 53 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 release audit. The applied patch does not increase the total number of release audit warnings.

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

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

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

This message is automatically generated.

Show
Hadoop QA added a comment - 05/May/10 06:32 +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12443679/HADOOP-6704-7.patch against trunk revision 940989. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 53 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 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/503/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/503/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/503/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/503/console This message is automatically generated.
Hide
Permalink
Neil Bliss added a comment - 06/May/10 04:08

HADOOP-6704_0_20_2-2.patch applies the funtionality of HADOOP-6704-7.patch to the 0.20.2 branch.

Show
Neil Bliss added a comment - 06/May/10 04:08 HADOOP-6704_0_20_2-2.patch applies the funtionality of HADOOP-6704-7.patch to the 0.20.2 branch.
Hide
Permalink
Neil Bliss added a comment - 07/May/10 00:00

We have a few more in-house changes to merge into this patch. Patch version -8 forthcoming shortly.

Show
Neil Bliss added a comment - 07/May/10 00:00 We have a few more in-house changes to merge into this patch. Patch version -8 forthcoming shortly.
Hide
Permalink
Neil Bliss added a comment - 07/May/10 00:02

HADOOP-6704-8.patch cleans up the testing infrastructure slightly and more completely cleans up after test runs.

Show
Neil Bliss added a comment - 07/May/10 00:02 HADOOP-6704-8.patch cleans up the testing infrastructure slightly and more completely cleans up after test runs.
Hide
Permalink
Neil Bliss added a comment - 07/May/10 00:04

HADOOP-6704-8.patch incorporates improvements in the parascale unit tests.

Show
Neil Bliss added a comment - 07/May/10 00:04 HADOOP-6704-8.patch incorporates improvements in the parascale unit tests.
Hide
Permalink
Hadoop QA added a comment - 07/May/10 00:50

+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12443914/HADOOP-6704-8.patch
against trunk revision 941662.

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

+1 tests included. The patch appears to include 55 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 release audit. The applied patch does not increase the total number of release audit warnings.

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

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

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

This message is automatically generated.

Show
Hadoop QA added a comment - 07/May/10 00:50 +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12443914/HADOOP-6704-8.patch against trunk revision 941662. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 55 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 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/509/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/509/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/509/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/509/console This message is automatically generated.
Hide
Permalink
Neil Bliss added a comment - 20/May/10 19:52

Is there a next step for this?

Show
Neil Bliss added a comment - 20/May/10 19:52 Is there a next step for this?
Hide
Permalink
Eli Collins added a comment - 20/May/10 20:06

Someone needs to review the patch, apologies for the slow response time, I think people are pretty swamped with internal stuff and blockers for the 21 release.

Show
Eli Collins added a comment - 20/May/10 20:06 Someone needs to review the patch, apologies for the slow response time, I think people are pretty swamped with internal stuff and blockers for the 21 release.
Hide
Permalink
Neil Bliss added a comment - 20/May/10 20:18

I understand completely! I was just checking to make sure there wasn't something I was supposed to be doing at this point. Carry on!

Show
Neil Bliss added a comment - 20/May/10 20:18 I understand completely! I was just checking to make sure there wasn't something I was supposed to be doing at this point. Carry on!
Hide
Permalink
Neil Bliss added a comment - 21/May/10 10:26

There have been a few bugfixes made on the internal development tree, so I'll withdraw the -8 patch and submit a newer one with the current code.

Show
Neil Bliss added a comment - 21/May/10 10:26 There have been a few bugfixes made on the internal development tree, so I'll withdraw the -8 patch and submit a newer one with the current code.
Hide
Permalink
Neil Bliss added a comment - 21/May/10 10:28

HADOOP-6704-9.patch enables usage of Parascale storage. The -9 version of this patch contains improvements to the cleanup after unit tests have been run, and an important bugfix in the HTTPChunkLocator code affecting operation in multithreaded client code.

Show
Neil Bliss added a comment - 21/May/10 10:28 HADOOP-6704-9.patch enables usage of Parascale storage. The -9 version of this patch contains improvements to the cleanup after unit tests have been run, and an important bugfix in the HTTPChunkLocator code affecting operation in multithreaded client code.
Hide
Permalink
Neil Bliss added a comment - 21/May/10 11:03

HADOOP-6704-10.patch contains the same fixes described in the (since removed) -9 patch.

Show
Neil Bliss added a comment - 21/May/10 11:03 HADOOP-6704-10.patch contains the same fixes described in the (since removed) -9 patch.
Hide
Permalink
Hadoop QA added a comment - 21/May/10 12:34

+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12445159/HADOOP-6704-10.patch
against trunk revision 946976.

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

+1 tests included. The patch appears to include 53 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 release audit. The applied patch does not increase the total number of release audit warnings.

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

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

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

This message is automatically generated.

Show
Hadoop QA added a comment - 21/May/10 12:34 +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12445159/HADOOP-6704-10.patch against trunk revision 946976. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 53 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 release audit. The applied patch does not increase the total number of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/537/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/537/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/537/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/537/console This message is automatically generated.
Hide
Permalink
Neil Bliss added a comment - 21/May/10 17:03

HADOOP-6704_0_20_2-3.patch provides important bugfixes over the -2 patch for the 0.20.2 branch.

Show
Neil Bliss added a comment - 21/May/10 17:03 HADOOP-6704_0_20_2-3.patch provides important bugfixes over the -2 patch for the 0.20.2 branch.
Hide
Permalink
Hadoop QA added a comment - 05/Nov/10 06:20

-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12445180/HADOOP-6704_0_20_2-3.patch
against trunk revision 1031422.

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

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

-1 patch. The patch command could not apply the patch.

Console output: https://hudson.apache.org/hudson/job/PreCommit-HADOOP-Build/40//console

This message is automatically generated.

Show
Hadoop QA added a comment - 05/Nov/10 06:20 -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12445180/HADOOP-6704_0_20_2-3.patch against trunk revision 1031422. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 95 new or modified tests. -1 patch. The patch command could not apply the patch. Console output: https://hudson.apache.org/hudson/job/PreCommit-HADOOP-Build/40//console This message is automatically generated.
Hide
Permalink
Hadoop QA added a comment - 19/Feb/11 22:11

-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12445180/HADOOP-6704_0_20_2-3.patch
against trunk revision 1071364.

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

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

-1 patch. The patch command could not apply the patch.

Console output: https://hudson.apache.org/hudson/job/PreCommit-HADOOP-Build/276//console

This message is automatically generated.

Show
Hadoop QA added a comment - 19/Feb/11 22:11 -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12445180/HADOOP-6704_0_20_2-3.patch against trunk revision 1071364. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 95 new or modified tests. -1 patch. The patch command could not apply the patch. Console output: https://hudson.apache.org/hudson/job/PreCommit-HADOOP-Build/276//console This message is automatically generated.
Hide
Permalink
Harsh J added a comment - 28/Dec/11 22:15

Am not sure if we still accept alternate FSes into the upstream because of the support it'd require even as a contrib module.

Perhaps you'd be willing to instead continue carrying this on a github or apache-extras repository, outside of Apache Hadoop?

Show
Harsh J added a comment - 28/Dec/11 22:15 Am not sure if we still accept alternate FSes into the upstream because of the support it'd require even as a contrib module. Perhaps you'd be willing to instead continue carrying this on a github or apache-extras repository, outside of Apache Hadoop?
Hide
Permalink
Eli Collins added a comment - 28/Dec/11 22:29

Closing out as stale, this issue hasn't been updated in over a year.

Show
Eli Collins added a comment - 28/Dec/11 22:29 Closing out as stale, this issue hasn't been updated in over a year.

People

  • Assignee:
    Unassigned
    Reporter:
    Neil Bliss
Vote (0)
Watch (9)

Dates

  • Created:
    14/Apr/10 15:16
    Updated:
    28/Dec/11 22:29
    Resolved:
    28/Dec/11 22:29

Time Tracking

Estimated:
168h
Original Estimate - 168h
Remaining:
168h
Remaining Estimate - 168h
Logged:
Not Specified
Time Spent - Not Specified
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Apache Software Foundation. Try JIRA - bug tracking software for your team.