You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/02 07:37:51 UTC

[jira] [Commented] (FLINK-5474) Extend DC/OS documentation

    [ https://issues.apache.org/jira/browse/FLINK-5474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15849587#comment-15849587 ] 

ASF GitHub Bot commented on FLINK-5474:
---------------------------------------

Github user tzulitai commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3237#discussion_r99064919
  
    --- Diff: docs/setup/mesos.md ---
    @@ -92,18 +92,25 @@ Universe. In the search prompt, just search for Flink.
     **Note**: At the time of this writing, Flink was not yet available in the
     Unvierse. Please use the following workaround in the meantime:
     
    -1. Add the Development Universe
    +1. [Install the DC/OS CLI](https://dcos.io/docs/1.8/usage/cli/install/)
     
    -    `dcos marathon app add https://raw.githubusercontent.com/mesosphere/dcos-flink-service/Makman2/quickstart/universe-server.json`
    +2. Add the Development Universe
    +
    +    `./dcos marathon app add https://raw.githubusercontent.com/mesosphere/dcos-flink-service/Makman2/quickstart/universe-server.json`
         
    -2. Add the local Universe repository:
    +3. Add the local Universe repository:
     
    -   `dcos package repo add --index=0 dev-universe http://universe.marathon.mesos:8085/repo`
    +   `./dcos package repo add --index=0 dev-universe http://universe.marathon.mesos:8085/repo`
     
    -3. Install Flink through the Universe page or using the `dcos` command:
    +4. Install Flink through the Universe page or using the `dcos` command:
        
    -   `dcos package install flink`
    +   `./dcos package install flink`
    +
    +In order to execute a Flink job on a DC/OS hosted Flink cluster, you first have to find out the address of the launched job manager.
    +The job manager address can be found out by opening the Flink service, going to *Job Manager* and then using the address specified under `jobmanager.rpc.address` and `jobmanager.rpc.port`.
    --- End diff --
    
    "JobManager"


> Extend DC/OS documentation
> --------------------------
>
>                 Key: FLINK-5474
>                 URL: https://issues.apache.org/jira/browse/FLINK-5474
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Mesos
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Minor
>             Fix For: 1.2.0, 1.3.0
>
>
> We could extend the DC/OS documentation a little bit to include information about how to submit a job (where to find the connection information) and that one has to install the DC/OS cli in order to add the development universe.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)