Package org.apache.nemo.driver
Class UserApplicationRunner
- java.lang.Object
-
- org.apache.nemo.driver.UserApplicationRunner
-
public final class UserApplicationRunner extends java.lang.Object
Compiles and runs User application.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(java.lang.String dagString)
Run the user program submitted by Nemo Client.
-
-
-
Method Detail
-
run
public void run(java.lang.String dagString)
Run the user program submitted by Nemo Client. Specifically, deserialize DAG from Client, optimize it, generate physical plan, and tellRuntimeMaster
to execute the plan.- Parameters:
dagString
- Serialized IR DAG from Nemo Client.
-
-