kramasamy commented on a change in pull request #2892: fixing eco parser test URL: https://github.com/apache/incubator-heron/pull/2892#discussion_r186253428
########## File path: eco/tests/java/org/apache/heron/eco/parser/EcoParserTest.java ########## @@ -33,17 +140,17 @@ + "# spout definitions\n" + "spouts:\n" + " - id: \"spout-1\"\n" - + " className: \"org.apache.heron.sample.TestWordSpout\"\n" + + " className: \"com.twitter.heron.sample.TestWordSpout\"\n" + " parallelism: 1\n" + "\n" + "# bolt definitions\n" + "bolts:\n" + " - id: \"bolt-1\"\n" - + " className: \"org.apache.heron.sample.TestWordCounter\"\n" + + " className: \"com.twitter.heron.sample.TestWordCounter\"\n" Review comment: it should org.apache.heron now - instead of org.apache.heron ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services