[
https://issues.apache.org/jira/browse/HADOOP-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959801#comment-13959801
]
Hudson commented on HADOOP-10462:
---------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #5455 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/5455/])
HADOOP-10462. DF#getFilesystem is not parsing the command output. Contributed
by Akira AJISAKA. (umamahesh:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1584571)
* /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/DF.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestDFVariations.java
> DF#getFilesystem is not parsing the command output
> --------------------------------------------------
>
> Key: HADOOP-10462
> URL: https://issues.apache.org/jira/browse/HADOOP-10462
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.3.0
> Reporter: Akira AJISAKA
> Assignee: Akira AJISAKA
> Fix For: 3.0.0, 2.5.0
>
> Attachments: HADOOP-10462.3.patch, HDFS-6073.2.patch, HDFS-6073.patch
>
>
> {{DF#getFileSystem}} returns null if {{DF#getMount}} is not called before.
> This is because {{DF#getFileSystem}} is not parsing the df command output.
> This causes {{NameNodeResourceChecker}} to print the log as follows if the
> available space on the volume used for saving fsimage is less than the
> specified value (100MB by default).
> {code}
> Space available on volume 'null' is 92274688, which is below the configured
> reserved amount 104857600
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)