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 on `outputFileName` and `testResourceFilename`.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to