You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/04/15 15:03:15 UTC

[GitHub] [metron] merrimanr commented on a change in pull request #1351: METRON-2026: Remove Storm dependency from metron-common

merrimanr commented on a change in pull request #1351: METRON-2026: Remove Storm dependency from metron-common
URL: https://github.com/apache/metron/pull/1351#discussion_r275405724
 
 

 ##########
 File path: metron-platform/metron-common-streaming/metron-common-storm/src/test/java/org/apache/metron/storm/common/bolt/ConfiguredEnrichmentBoltTest.java
 ##########
 @@ -64,15 +64,15 @@ public void reloadCallback(String name, ConfigurationType type) {
   public void setupConfiguration() throws Exception {
     TestingServer testZkServer = new TestingServer(true);
     this.zookeeperUrl = testZkServer.getConnectString();
-    byte[] globalConfig = ConfigurationsUtils.readGlobalConfigFromFile(TestConstants.SAMPLE_CONFIG_PATH);
+    byte[] globalConfig = ConfigurationsUtils.readGlobalConfigFromFile("../" + TestConstants.SAMPLE_CONFIG_PATH);
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services