Sriharsha Chintalapani created STORM-649:
--------------------------------------------
Summary: 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)