kramasamy commented on a change in pull request #2892: fixing eco parser test URL: https://github.com/apache/incubator-heron/pull/2892#discussion_r186253432
########## 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" + " parallelism: 2\n" + "\n" + " - id: \"bolt-2\"\n" - + " className: \"org.apache.heron.sample.LogInfoBolt\"\n" + + " className: \"com.twitter.heron.sample.LogInfoBolt\"\n" Review comment: same as before. ---------------------------------------------------------------- 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