[
https://issues.apache.org/jira/browse/HADOOP-11409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14247396#comment-14247396
]
Jason Lowe commented on HADOOP-11409:
-------------------------------------
I believe this was a side-effect of the MAPREDUCE-5960 change.
[~jira.shegalov] would you mind taking a look?
> FileContext.getFileContext can stack overflow if default fs misconfigured
> -------------------------------------------------------------------------
>
> Key: HADOOP-11409
> URL: https://issues.apache.org/jira/browse/HADOOP-11409
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Jason Lowe
>
> If the default filesystem is misconfigured such that it doesn't have a scheme
> then FileContext.getFileContext(URI, Configuration) will call
> FileContext.getFileContext(Configuration) which in turn calls the former and
> we loop until the stack explodes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)