[jira] [Commented] (HADOOP-8356) FileSystem service loading mechanism should print the FileSystem impl it is failing to load

2012-05-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268320#comment-13268320
 ] 

Hudson commented on HADOOP-8356:


Integrated in Hadoop-Hdfs-trunk #1034 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1034/])
HADOOP-8356. FileSystem service loading mechanism should print the 
FileSystem impl it is failing to load (tucu) (Revision 1333744)

 Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1333744
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java


 FileSystem service loading mechanism should print the FileSystem impl it is 
 failing to load
 ---

 Key: HADOOP-8356
 URL: https://issues.apache.org/jira/browse/HADOOP-8356
 Project: Hadoop Common
  Issue Type: Improvement
  Components: fs
Affects Versions: 2.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 2.0.0

 Attachments: HADOOP-8356.patch


 If by mistake somebody adds a FileSystem implementation to the service 
 definition that is not serviceloader friendly (it does not override the 
 getScheme() method) or adds to the classpath an older one defined in the 
 service definition, the exception thrown should print out the FileSystem 
 class failing to load.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8356) FileSystem service loading mechanism should print the FileSystem impl it is failing to load

2012-05-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268375#comment-13268375
 ] 

Hudson commented on HADOOP-8356:


Integrated in Hadoop-Mapreduce-trunk #1069 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1069/])
HADOOP-8356. FileSystem service loading mechanism should print the 
FileSystem impl it is failing to load (tucu) (Revision 1333744)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1333744
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java


 FileSystem service loading mechanism should print the FileSystem impl it is 
 failing to load
 ---

 Key: HADOOP-8356
 URL: https://issues.apache.org/jira/browse/HADOOP-8356
 Project: Hadoop Common
  Issue Type: Improvement
  Components: fs
Affects Versions: 2.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 2.0.0

 Attachments: HADOOP-8356.patch


 If by mistake somebody adds a FileSystem implementation to the service 
 definition that is not serviceloader friendly (it does not override the 
 getScheme() method) or adds to the classpath an older one defined in the 
 service definition, the exception thrown should print out the FileSystem 
 class failing to load.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8356) FileSystem service loading mechanism should print the FileSystem impl it is failing to load

2012-05-03 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13267992#comment-13267992
 ] 

Hadoop QA commented on HADOOP-8356:
---

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

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

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

-1 javadoc.  The javadoc tool appears to have generated 2 warning messages.

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

+1 eclipse:eclipse.  The patch built with eclipse:eclipse.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

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

+1 core tests.  The patch passed unit tests in 
hadoop-common-project/hadoop-common.

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

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/933//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/933//console

This message is automatically generated.

 FileSystem service loading mechanism should print the FileSystem impl it is 
 failing to load
 ---

 Key: HADOOP-8356
 URL: https://issues.apache.org/jira/browse/HADOOP-8356
 Project: Hadoop Common
  Issue Type: Improvement
  Components: fs
Affects Versions: 2.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Attachments: HADOOP-8356.patch


 If by mistake somebody adds a FileSystem implementation to the service 
 definition that is not serviceloader friendly (it does not override the 
 getScheme() method) or adds to the classpath an older one defined in the 
 service definition, the exception thrown should print out the FileSystem 
 class failing to load.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8356) FileSystem service loading mechanism should print the FileSystem impl it is failing to load

2012-05-03 Thread Alejandro Abdelnur (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268063#comment-13268063
 ] 

Alejandro Abdelnur commented on HADOOP-8356:


javadocs warnings seem unrelated.

 FileSystem service loading mechanism should print the FileSystem impl it is 
 failing to load
 ---

 Key: HADOOP-8356
 URL: https://issues.apache.org/jira/browse/HADOOP-8356
 Project: Hadoop Common
  Issue Type: Improvement
  Components: fs
Affects Versions: 2.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Attachments: HADOOP-8356.patch


 If by mistake somebody adds a FileSystem implementation to the service 
 definition that is not serviceloader friendly (it does not override the 
 getScheme() method) or adds to the classpath an older one defined in the 
 service definition, the exception thrown should print out the FileSystem 
 class failing to load.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8356) FileSystem service loading mechanism should print the FileSystem impl it is failing to load

2012-05-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268083#comment-13268083
 ] 

Hudson commented on HADOOP-8356:


Integrated in Hadoop-Hdfs-trunk-Commit #2259 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2259/])
HADOOP-8356. FileSystem service loading mechanism should print the 
FileSystem impl it is failing to load (tucu) (Revision 1333744)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1333744
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java


 FileSystem service loading mechanism should print the FileSystem impl it is 
 failing to load
 ---

 Key: HADOOP-8356
 URL: https://issues.apache.org/jira/browse/HADOOP-8356
 Project: Hadoop Common
  Issue Type: Improvement
  Components: fs
Affects Versions: 2.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 2.0.0

 Attachments: HADOOP-8356.patch


 If by mistake somebody adds a FileSystem implementation to the service 
 definition that is not serviceloader friendly (it does not override the 
 getScheme() method) or adds to the classpath an older one defined in the 
 service definition, the exception thrown should print out the FileSystem 
 class failing to load.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8356) FileSystem service loading mechanism should print the FileSystem impl it is failing to load

2012-05-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268087#comment-13268087
 ] 

Hudson commented on HADOOP-8356:


Integrated in Hadoop-Common-trunk-Commit #2185 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2185/])
HADOOP-8356. FileSystem service loading mechanism should print the 
FileSystem impl it is failing to load (tucu) (Revision 1333744)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1333744
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java


 FileSystem service loading mechanism should print the FileSystem impl it is 
 failing to load
 ---

 Key: HADOOP-8356
 URL: https://issues.apache.org/jira/browse/HADOOP-8356
 Project: Hadoop Common
  Issue Type: Improvement
  Components: fs
Affects Versions: 2.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 2.0.0

 Attachments: HADOOP-8356.patch


 If by mistake somebody adds a FileSystem implementation to the service 
 definition that is not serviceloader friendly (it does not override the 
 getScheme() method) or adds to the classpath an older one defined in the 
 service definition, the exception thrown should print out the FileSystem 
 class failing to load.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HADOOP-8356) FileSystem service loading mechanism should print the FileSystem impl it is failing to load

2012-05-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13268100#comment-13268100
 ] 

Hudson commented on HADOOP-8356:


Integrated in Hadoop-Mapreduce-trunk-Commit #2203 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2203/])
HADOOP-8356. FileSystem service loading mechanism should print the 
FileSystem impl it is failing to load (tucu) (Revision 1333744)

 Result = ABORTED
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1333744
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java


 FileSystem service loading mechanism should print the FileSystem impl it is 
 failing to load
 ---

 Key: HADOOP-8356
 URL: https://issues.apache.org/jira/browse/HADOOP-8356
 Project: Hadoop Common
  Issue Type: Improvement
  Components: fs
Affects Versions: 2.0.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 2.0.0

 Attachments: HADOOP-8356.patch


 If by mistake somebody adds a FileSystem implementation to the service 
 definition that is not serviceloader friendly (it does not override the 
 getScheme() method) or adds to the classpath an older one defined in the 
 service definition, the exception thrown should print out the FileSystem 
 class failing to load.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira