Class HeronSubmitter


  • public final class HeronSubmitter
    extends Object
    Use this class to submit topologies to run on the Heron cluster. You should run your program with the "heron jar" command from the command-line, and then use this class to submit your topologies.
    • Method Detail

      • submitJar

        public static String submitJar​(Config config,
                                       String localJar)
        Submits a topology to run on the cluster. A topology runs forever or until explicitly killed.