[
https://issues.apache.org/jira/browse/FLUME-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483887#comment-14483887
]
Roshan Naik commented on FLUME-2544:
------------------------------------
[~hshreedharan]
PAth.Separator in Java is Local FileSystem path separator and is platform
specific. ( \ on Windows)
For HDFS we need to use / only.
> Windows: Incorrect Path Separator used in HDFS path (HDFS Sink)
> ---------------------------------------------------------------
>
> Key: FLUME-2544
> URL: https://issues.apache.org/jira/browse/FLUME-2544
> Project: Flume
> Issue Type: Bug
> Components: Sinks+Sources
> Affects Versions: v1.5.0.1
> Reporter: Roshan Naik
> Assignee: Roshan Naik
> Labels: windows
> Attachments: FLUME-2544.patch
>
>
> Need to use "/" for HDFS paths as separator instead of system specific
> System.getProperty("file.separator")
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)