You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/08/06 05:05:30 UTC

[GitHub] jeongyooneo commented on a change in pull request #84: [NEMO-171] Fix confusing ITCase input/output file names

jeongyooneo commented on a change in pull request #84: [NEMO-171] Fix confusing ITCase input/output file names
URL: https://github.com/apache/incubator-nemo/pull/84#discussion_r207773921
 
 

 ##########
 File path: examples/spark/src/test/java/edu/snu/nemo/examples/spark/MRJava.java
 ##########
 @@ -92,8 +92,8 @@ public void testSparkWordAndLineCount() throws Exception {
   /* Temporary disabled due to Travis issue
   @Test(timeout = TIMEOUT)
   public void testSparkMapReduce() throws Exception {
-    final String inputFileName = "sample_input_wordcount_spark";
-    final String outputFileName = "sample_output_mr";
+    final String inputFileName = "test_input_wordcount_spark";
+    final String outputFileName = "test_output_mr";
 
 Review comment:
   Ditto.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services