You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "NOMURA Yoshihide (JIRA)" <ji...@apache.org> on 2008/08/28 10:15:44 UTC

[jira] Updated: (HADOOP-4014) DFS upgrade fails on Windows

     [ https://issues.apache.org/jira/browse/HADOOP-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

NOMURA Yoshihide updated HADOOP-4014:
-------------------------------------

    Attachment: HADOOP-4014.patch

This is a patch recommendation for this issue.
If the hard link command is 'fsutil', the arguments of command will be opposite order to 'ln' command.


> DFS upgrade fails on Windows
> ----------------------------
>
>                 Key: HADOOP-4014
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4014
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.18.0
>         Environment: Windows XP, Windows 2003 Server
>            Reporter: NOMURA Yoshihide
>         Attachments: HADOOP-4014.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.