[
https://issues.apache.org/jira/browse/STORM-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14302055#comment-14302055
]
Sriharsha Chintalapani commented on STORM-649:
----------------------------------------------
Also as part of this jira please include tests-jar in storm-hdfs/pom.xml
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
> 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)