[
https://issues.apache.org/jira/browse/HADOOP-5646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698735#action_12698735
]
Vinod K V commented on HADOOP-5646:
-----------------------------------
This is due to some configuration problem while creating the
capacity-scheduler.xml config file.
{code}
Configuration config = new Configuration(false);
LocalFileSystem fs = FileSystem.getLocal(config);
{code}
This snippet used to work before, it's failing now with _"No FileSystem for
scheme: file java.io.IOException: No FileSystem for scheme: file"_
Not sure of the exact reason why it never failed before. Loading the default
configuration files solves this problem. Will upload a patch.
> TestQueueCapacities is failing Hudson tests for the last few builds
> -------------------------------------------------------------------
>
> Key: HADOOP-5646
> URL: https://issues.apache.org/jira/browse/HADOOP-5646
> Project: Hadoop Core
> Issue Type: Bug
> Reporter: Jothi Padmanabhan
>
> Here is one such failure
> http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/166/#showFailuresLink
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.