Hello guys! I want to update https://apacheignite.readme.io/docs/mesos-deployment with new text according with https://cwiki.apache.org/confluence/display/IGNITE/Documentation But have a problem with authentication, registered login vaopols...@gmail.com. Help me, please.
New text: 3.Copy the following application definition (in JSON format) and save to marathon.json file. Update any parameters which would like to change. *A role name must be a valid directory name, so it cannot: • Be an empty string • Be . or .. • Start with - • Contain any slash, backspace, or whitespace character* If doesn't set restriction on cluster then the framework will try to occupy all resources in Mesos cluster. See Configuration section below. JSON { "id": "ignition", "instances": 1, "cpus": 2, "mem": 2048, "ports": [0], "uris": [ "http://host/ignite-mesos-<ignite-version>-jar-with-dependencies.jar" ], "env": { "IGNITE_NODE_COUNT": "4", "MESOS_MASTER_URL": "zk://localhost:2181/mesos", "IGNITE_RUN_CPU_PER_NODE": "2", "IGNITE_MEMORY_PER_NODE": "2048", "IGNITE_VERSION": "1.0.5", * "MESOS_USER" : "userAAAAA", "MESOS_ROLE" : "role1"* }, "cmd": "java -jar ignite-mesos-<ignite-version>-jar-with-dependencies.jar" } Vadim 2017-04-27 19:29 GMT+03:00 Nikolay Tikhonov (JIRA) <j...@apache.org>: > > [ https://issues.apache.org/jira/browse/IGNITE-4052?page= > com.atlassian.jira.plugin.system.issuetabpanels:comment- > tabpanel&focusedCommentId=15986959#comment-15986959 ] > > Nikolay Tikhonov commented on IGNITE-4052: > ------------------------------------------ > > [~javaller], > Thank you for your contribution. I've fixed some minors issue and pushed > your changes into {{ignite-4052}} branch. Please look at the changes. > > >I dont work with Mesos and think that anyone who has experience should > make it. OK? > I think that it good time to try it. ;) It looks strange when developer > don't run own code. [2] Also would be great to update docs [1]. Use for it > {{suggest edits}} button. > > 1. https://apacheignite.readme.io/docs/mesos-deployment > 2. http://mesos.apache.org/gettingstarted/ > > > Add ability to set up users for MESOS > > ------------------------------------- > > > > Key: IGNITE-4052 > > URL: https://issues.apache.org/jira/browse/IGNITE-4052 > > Project: Ignite > > Issue Type: Improvement > > Components: general > > Affects Versions: 1.7 > > Reporter: Nikolay Tikhonov > > Assignee: Vadim Opolski > > Priority: Trivial > > > > In current implementation Ignite Mesos Framework connects to MESOS > cluster via current user. Need to add ability to configure this parameters > via system env properties. Also need to add properties for mesos role. > > See org/apache/ignite/mesos/IgniteFramework.java:537 > > > > -- > This message was sent by Atlassian JIRA > (v6.3.15#6346) >