sanha commented on a change in pull request #113: [NEMO-15] Run Spark ALS in 
distributed mode
URL: https://github.com/apache/incubator-nemo/pull/113#discussion_r214244757
 
 

 ##########
 File path: 
examples/spark/src/test/java/edu/snu/nemo/examples/spark/SparkScala.java
 ##########
 @@ -104,4 +104,14 @@ public void testCachingWordCount() throws Exception {
       ExampleTestUtil.deleteOutputFile(fileBasePath, outputFileName2);
     }
   }
+
+  @Test(timeout = TIMEOUT)
+  public void testALS() throws Exception {
+    JobLauncher.main(builder
+      .addJobId(SparkALS.class.getSimpleName() + "_test")
+      .addUserMain(SparkALS.class.getCanonicalName())
+      .addUserArgs("100") // TODO #202: Bug with empty string user_args
+      .addOptimizationPolicy(DefaultPolicy.class.getCanonicalName())
 
 Review comment:
   Did you test with multiple parallelism?

----------------------------------------------------------------
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

Reply via email to