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/31 08:14:39 UTC

[GitHub] johnyangk commented on a change in pull request #113: [NEMO-15] Run Spark ALS in distributed mode

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

 ##########
 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:
   Yes, I've tested with DefaultParallelism=10.

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