[
https://issues.apache.org/jira/browse/SAMOA-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196468#comment-16196468
]
ASF GitHub Bot commented on SAMOA-30:
-------------------------------------
GitHub user djKooks opened a pull request:
https://github.com/apache/incubator-samoa/pull/69
SAMOA-30 change samoa-storm properties file path
I update wrong properties file path for samoa-storm setting, and put
FileInputStream inside try-catch statement to avoid exception crash.
Please look on whether it is correct or not. Thanks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/djKooks/incubator-samoa storm-util
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-samoa/pull/69.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #69
----
commit c363679fc6d963bfb66b200eb25408ac2daacab8
Author: kwangin <[email protected]>
Date: 2017-10-09T03:35:42Z
Fix samoa-strom properties file path
----
> Remove reference to non-existing file in StormSamoaUtils
> --------------------------------------------------------
>
> Key: SAMOA-30
> URL: https://issues.apache.org/jira/browse/SAMOA-30
> Project: SAMOA
> Issue Type: Bug
> Components: SAMOA-Storm
> Reporter: Gianmarco De Francisci Morales
>
> Check and remove the following line in
> /src/com/yahoo/labs/samoa/topology/impl/StormSamoaUtils.java:
> File f = new File("src/resources/samoa-storm-cluster.properties"); // FIXME
> The file does not exist anymore.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)