Details
Description
FileUtil.HardLink#createHardLink() didn't work on Windows, and DFS upgrade of Datanode fails.
The windows command 'fsutil' requires the arguments link name first as follows,
> fsutil hardlink create <link name> <target>
But the current FileUtil passes the target first.