Description
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)
Attachments
Attachments
Issue Links
- relates to
-
HDFS-7443 Datanode upgrade to BLOCKID_BASED_LAYOUT fails if duplicate block files are present in the same volume
- Closed