Re: Mesos 1.0 WebUI does not display cluster name

2016-08-30 Thread Haripriya Ayyalasomayajula
Well yes, I use the configuration file with name cluster, and use systemctl
start mesos-master.
So it picks up --cluster. It was a typo in my earlier mail.

On Tue, Aug 30, 2016 at 2:10 PM, Joseph Wu  wrote:

> Try "--cluster" instead of "—cluster".
>
> On Tue, Aug 30, 2016 at 2:01 PM, Haripriya Ayyalasomayajula <
> aharipriy...@gmail.com> wrote:
>
>> Hi all,
>>
>>
>> Mesos Web UI does not display the name of the cluster.
>>
>> I have a config file named cluster under /etc/mesos-master/ along with
>> other configuration files. It worked well with Mesos 0.28.0. I've upgraded
>> the cluster to Mesos 1.0 and this doesn't seem to work.
>>
>> /usr/sbin/mesos-master --zk=zk://192.168.0.1:2181,192.168.0.17:2181,
>> 192.168.0.33:2181/mesos --port=5050 --log_dir=/var/log/mesos
>> --acls=/etc/mesos_acls.json --authenticate_frameworks=true
>> —cluster=testcluster --credentials=/etc/mesos-auth/credentials
>> --quorum=2 --work_dir=/var/lib/mesos
>>
>>
>> I greatly appreciate any help!
>>
>> --
>> Regards,
>> Haripriya Ayyalasomayajula
>>
>>
>


-- 
Regards,
Haripriya Ayyalasomayajula


Re: Mesos 1.0 WebUI does not display cluster name

2016-08-30 Thread Joseph Wu
Try "--cluster" instead of "—cluster".

On Tue, Aug 30, 2016 at 2:01 PM, Haripriya Ayyalasomayajula <
aharipriy...@gmail.com> wrote:

> Hi all,
>
>
> Mesos Web UI does not display the name of the cluster.
>
> I have a config file named cluster under /etc/mesos-master/ along with
> other configuration files. It worked well with Mesos 0.28.0. I've upgraded
> the cluster to Mesos 1.0 and this doesn't seem to work.
>
> /usr/sbin/mesos-master --zk=zk://192.168.0.1:2181,192.168.0.17:2181,
> 192.168.0.33:2181/mesos --port=5050 --log_dir=/var/log/mesos
> --acls=/etc/mesos_acls.json --authenticate_frameworks=true
> —cluster=testcluster --credentials=/etc/mesos-auth/credentials --quorum=2
> --work_dir=/var/lib/mesos
>
>
> I greatly appreciate any help!
>
> --
> Regards,
> Haripriya Ayyalasomayajula
>
>