Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-9488] Add container entry point StandaloneJobClusterEntryPoint #6315

Closed

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    b798af8 View commit details
    Browse the repository at this point in the history
  2. [FLINK-9818] Add cluster component command line parser

    The cluster component command line parser is responsible for parsing the common command line
    arguments with which the cluster components are started. These include the configDir, webui-port
    and dynamic properties.
    tillrohrmann committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    d373b6b View commit details
    Browse the repository at this point in the history
  3. [FLINK-9488] Add container entry point StandaloneJobClusterEntryPoint

    The StandaloneJobClusterEntryPoint is the basic entry point for containers. It is started with
    the user code jar in its classpath and the classname of the user program. The entrypoint will
    then load this user program via the classname and execute its main method. This will generate
    a JobGraph which is then used to start the MiniDispatcher.
    tillrohrmann committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    2526bcc View commit details
    Browse the repository at this point in the history