[
https://issues.apache.org/jira/browse/HADOOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528482
]
Hadoop QA commented on HADOOP-1783:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12364948/HADOOP-1783.patch
against trunk revision r576315.
@author +1. The patch does not contain any @author tags.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new compiler warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests -1. The patch failed contrib unit tests.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/781/testReport/
Findbugs warnings:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/781/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/781/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/781/console
This message is automatically generated.
> keyToPath in Jets3tFileSystemStore needs to return absolute path
> ----------------------------------------------------------------
>
> Key: HADOOP-1783
> URL: https://issues.apache.org/jira/browse/HADOOP-1783
> Project: Hadoop
> Issue Type: Bug
> Components: fs/s3
> Affects Versions: 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.13.0, 0.13.1, 0.14.0,
> 0.14.1
> Environment: hadoop 0.14.0 running under ec2 with s3 filesystem
> Reporter: Ahad Rana
> Assignee: Tom White
> Fix For: 0.14.2, 0.15.0
>
> Attachments: HADOOP-1783.patch
>
>
> The keyToPath method probably needs to:
> 1. take the bucket identifier as a parameter.
> 2. set the returned Path object's protocol plus authority (bucket).
> Currently, APIs such as <i>listSubPaths</i> return relative paths (for a
> directory listing). This in turn breaks map reduce operations if the default
> file system is set to be something other than S3 (via fs.default.name, for
> example).
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.