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 "Chris Nauroth (JIRA)" <ji...@apache.org> on 2015/01/08 01:27:35 UTC

[jira] [Resolved] (HADOOP-9123) Windows clients cannot create proper CP entries inside the DistributedCache

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

Chris Nauroth resolved HADOOP-9123.
-----------------------------------
    Resolution: Not a Problem

This is no longer a problem since the implementation of full support for Windows in the 2.x line.  I am resolving this.

> Windows clients cannot create proper CP entries inside the DistributedCache
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-9123
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9123
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: filecache, io, ipc
>    Affects Versions: 1.0.4
>            Reporter: Costin Leau
>
> DistributedCache addArchive/FileToClassPath makes use of System.getProperty("path.separator").
> This means that if the client (windows) is different then the server (linux) the classpath cannot be properly constructed since the client uses ; while the server uses :.
> As this is a platform specific setting it would be best to either use the server setting all the time or use a different character or property (that is not used inside the URI) and translate that to the platform specific character.
> The easiest fix would be to just use the *nix path separator, namely ":".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)