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-6489] [FLINK-8696] [shell scripts] Remove JobManager local mode from the Shell Scripts #5528

Closed
wants to merge 6 commits into from

Commits on Feb 21, 2018

  1. [FLINK-6489] [shell scripts] Remove local mode from Windows start-loc…

    …al.bat
    
    Instead, this uses 'start' to start JobManager and TaskManager background processes.
    StephanEwen committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    fef45ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a3ceda View commit details
    Browse the repository at this point in the history
  3. [FLINK-6489] [FLINK-8696] [docs] Update docs to use 'start-cluster.sh…

    …' instead of 'start-local.sh'
    
    (and likewise for 'start-cluster.bat' vs. 'start-local.bat')
    StephanEwen committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    566ba00 View commit details
    Browse the repository at this point in the history
  4. [hotfix] [shell scripts] Remove hostname from Windows log and out files

    The host names are added in the UNIX scripts to support flink setups where all nodes put
    their log files in a shared NFS folder, and hostnames are needed to avoid name collisions.
    
    The windows setup scripts do not need that kind of functionality.
    StephanEwen committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    ad3a9e6 View commit details
    Browse the repository at this point in the history
  5. [hotfix] [tests] Update port of Travis end-to-end tests to match temp…

    …orary Flip-6 web UI port
    StephanEwen committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    1eef296 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f5201a View commit details
    Browse the repository at this point in the history