Interface ApplicationDeployer

    • Method Detail

      • run

        <ClusterID> void run​(Configuration configuration,
                             ApplicationConfiguration applicationConfiguration)
                      throws Exception
        Submits a user program for execution and runs the main user method on the cluster.
        Parameters:
        configuration - the configuration containing all the necessary information about submitting the user program.
        applicationConfiguration - an ApplicationConfiguration specific to the application to be executed.
        Throws:
        Exception