[
https://issues.apache.org/jira/browse/HDFS-7703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14323861#comment-14323861
]
Hudson commented on HDFS-7703:
------------------------------
SUCCESS: Integrated in Hadoop-Hdfs-trunk-Java8 #97 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/97/])
HDFS-7703. Support favouredNodes for the append for new blocks ( Contributed by
Vinayakumar B) (vinayakumarb: rev 89a544928083501625bc69f96b530040228f0a5f)
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFavoredNodesEndToEnd.java
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSClient.java
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java
> Support favouredNodes for the append for new blocks
> ---------------------------------------------------
>
> Key: HDFS-7703
> URL: https://issues.apache.org/jira/browse/HDFS-7703
> Project: Hadoop HDFS
> Issue Type: Improvement
> Affects Versions: 2.6.0
> Reporter: Vinayakumar B
> Assignee: Vinayakumar B
> Fix For: 2.7.0
>
> Attachments: HDFS-7703-001.patch, HDFS-7703-002.patch,
> HDFS-7703-003.patch
>
>
> Currently favorNodes is supported for the new file creation, and these nodes
> are applicable for all blocks of the file.
> Same support should be available when file is opened for append.
> But, even though original file has not used favor nodes, favorNodes passed to
> append will be used only for new blocks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)