[
https://issues.apache.org/jira/browse/HADOOP-11483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14278810#comment-14278810
]
Hudson commented on HADOOP-11483:
---------------------------------
SUCCESS: Integrated in Hadoop-Mapreduce-trunk #2025 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2025/])
HADOOP-11483. HardLink.java should use the jdk7 createLink method (aajisaka:
rev db51548f706ccd2d0200745ab89e27610c6d10bc)
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HardLink.java
* hadoop-common-project/hadoop-common/CHANGES.txt
*
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestHardLink.java
> HardLink.java should use the jdk7 createLink method
> ---------------------------------------------------
>
> Key: HADOOP-11483
> URL: https://issues.apache.org/jira/browse/HADOOP-11483
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 2.7.0
> Reporter: Colin Patrick McCabe
> Assignee: Akira AJISAKA
> Fix For: 2.7.0
>
> Attachments: HDFS-7556-001.patch
>
>
> Now that we are using jdk7, HardLink.java should use the jdk7 createLink
> method rather than our shell commands or JNI methods.
> Note that we cannot remove all of the JNI / shell commands unless we remove
> the code which is checking the link count, something that jdk7 doesn't
> provide (at least, I don't think it does)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)