[
https://issues.apache.org/jira/browse/STORM-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14314975#comment-14314975
]
Parth Brahmbhatt commented on STORM-649:
----------------------------------------
PR posted :https://github.com/apache/storm/pull/426
> Storm HDFS test topologies should write to /tmp dir
> ---------------------------------------------------
>
> Key: STORM-649
> URL: https://issues.apache.org/jira/browse/STORM-649
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Sriharsha Chintalapani
> Assignee: Parth Brahmbhatt
> Priority: Trivial
>
> storm hdfs test topologies write to /foo. This makes it difficult for to run
> it as system test as the test user requires to have privileges on "/".
> Instead we should write to /tmp.
> FileNameFormat fileNameFormat = new DefaultFileNameFormat()
> .withPath("/foo/")
> .withExtension(".txt");
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)