[
https://issues.apache.org/jira/browse/HDFS-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012973#comment-14012973
]
Hudson commented on HDFS-6356:
------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #5627 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/5627/])
HDFS-6356. Fix typo in DatanodeLayoutVersion. Contributed by Tulasi G. (wang:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1598408)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNodeLayoutVersion.java
> Fix typo in DatanodeLayoutVersion
> ---------------------------------
>
> Key: HDFS-6356
> URL: https://issues.apache.org/jira/browse/HDFS-6356
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: datanode
> Affects Versions: 2.4.0
> Reporter: Tulasi G
> Assignee: Tulasi G
> Priority: Trivial
> Labels: newbie
> Fix For: 2.5.0
>
> Attachments: HDFS-6356.patch
>
>
> Fix the typo in DatanodeLayoutVersion
> {code}
> public static enum Feature implements LayoutFeature {
> FIRST_LAYOUT(-55, -53, "First datenode layout", false);
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)