You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by tillrohrmann <gi...@git.apache.org> on 2017/07/05 13:36:45 UTC

[GitHub] flink pull request #4262: [FLINK-7098] Adapt startup scripts to start Flip-6...

GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/flink/pull/4262

    [FLINK-7098] Adapt startup scripts to start Flip-6 standalone session cluster

    This PR is based on #4261, #4260 and #4259.
    
    Adapt the start up scripts such that we can now use the `jobmanager.sh` script to launch a Flip-6 standalone session cluster with the command `./jobmanager.sh start flip6`. Stopping the standalone session cluster entrypoint is done via `./jobmanager.sh stop flip6`.
    
    In order to start a complete Flip-6 standalone cluster, we can use the `./start-cluster.sh flip6` command. In order to stop the cluster, we have to call `./stop-cluster.sh flip6`.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tillrohrmann/flink clusterStartupScripts

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4262.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4262
    
----
commit cba1cb11a3eaaea3511120fa7864028a2c47e6a5
Author: Till Rohrmann <tr...@apache.org>
Date:   2017-07-04T21:15:52Z

    [FLINK-7103] [dispatcher] Add skeletal structure of Dispatcher component
    
    The Dispatcher is responsible for receiving job submissions, persisting the JobGraphs,
    spawning JobManager to execute the jobs and recovering the jobs in case of a master
    failure. This commit adds the basic skeleton including the RPC call for job submission.
    
    Add cleanup logic for finished jobs
    
    Pass BlobService to JobManagerRunner

commit 476239fb52ef45926b0a28b97339158b8095bc3c
Author: Till Rohrmann <tr...@apache.org>
Date:   2017-07-04T15:47:37Z

    [FLINK-7082] Add generic entry point for session and per-job clusters

commit 4c45f574d66cab076b7711696c0edbb485cb3cd4
Author: Till Rohrmann <tr...@apache.org>
Date:   2017-07-05T11:38:35Z

    [FLINK-7105] Make ActorSystems non daemonic
    
    In order to not having to explicitly wait on the termination of an ActorSystem
    in the main thread, we now create the ActorSystems in non-daemonic mode. That
    way the process won't terminate if there is still an active actor.

commit 976450f4903faaab07e80da2361a04dab523c90c
Author: Till Rohrmann <tr...@apache.org>
Date:   2017-07-05T13:00:59Z

    [FLINK-7098] Adapt startup scripts to start Flip-6 standalone session cluster

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #4262: [FLINK-7098] Adapt startup scripts to start Flip-6...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/4262


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #4262: [FLINK-7098] Adapt startup scripts to start Flip-6 standa...

Posted by tillrohrmann <gi...@git.apache.org>.
Github user tillrohrmann commented on the issue:

    https://github.com/apache/flink/pull/4262
  
    Thanks for the review @zentol. Will rebase this PR and if Travis gives green light, then I'll merge it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---