Questions tagged [mesosphere]

Mesosphere (now D2iq) was a company that productized Apache Mesos, the Marathon scheduler, and other applications to support Mesos applications and infrastructure inside their DCOS software.

Mesosphere (now D2iQ) provided the Datacenter Operating System (DCOS), a distributed OS with Apache Mesos as its kernel. DCOS allowed combining individual Linux machines into a single pool of shared resources running a variety of workloads, from batch (Chronos, MapReduce, etc.) over stream processing (Spark, Storm) to PaaS-level (Marathon). In addition, (distributed) storage services incl. HDFS, Cassandra, ArangoDB, Elasticsearch and Quobyte were applications supported on DCOS.

See the official website for more details.

445 questions
5
votes
1 answer

How to access a web application running on Mesos?

I'm quite new to Mesos, and I'm still trying to wrap my head around its concepts and ideas. So far I think I have understood that basically Mesos tries to abstract away your data center and present it as one big computer. Using the Mesos + Docker…
Golo Roden
  • 140,679
  • 96
  • 298
  • 425
4
votes
1 answer

Mesosphere (dc/os) agent re-connection failure

I set up small test Mesosphere cluster according to this guide https://dcos.io/docs/1.8/administration/installing/custom/cli/ everything went smoothly. There are only 3 nodes in cluster, one for bootstrap, one master(10.7.1.12) and one…
Purple
  • 711
  • 2
  • 10
  • 19
4
votes
3 answers

Does Mesos Master and Mesos agent require root access?

Does Mesos Master and Mesos agent require root access? what is the default permission level for Mesos master and Mesos agent? can they run with non-root access?
user1870400
  • 6,028
  • 13
  • 54
  • 115
4
votes
1 answer

How to add additional agents to mesosphere dc/os cluster?

We have Mesosphere DC/OS version 1.7 running on 6 vmware vm's with rhel7 and we would now like to add more agents. We were able to increase from our initial 2 agents(vms) to 6 agents(vms) by running dcos_generate_confg.sh --uninstall from the boot…
grayzzz
  • 53
  • 5
4
votes
0 answers

dcos chronos spark-submit command to mesos master fails as unauthorized

We are doing spark job submission using the rest api to spark master/cluster manager in dcos cluster The below job works perfect rest end point => service/spark/v1/submissions/create { "action" : "CreateSubmissionRequest", "appArgs" : [ "100"…
Venkatesh
  • 53
  • 2
4
votes
1 answer

Spark Streaming through Kafka receiver on Coarse Grain Mesos cluster

I have been prototyping Spark Streaming 1.6.1 using kafka receiver on a Mesos 0.28 cluster running with Coarse grained mode. I have 6 mesos slaves each with 64GB RAM and 16 Cores. My kafka topic has 3 partitions. My goal is to launch 3 executors in…
rohit
  • 43
  • 1
  • 4
4
votes
2 answers

Mesosphere installation PermissionError:/genconf/config.yaml

I got a Mesosphere-EE, and install on fedora 23 server (kernel 4.4)with: $bash dcos_generate_config.ee.sh --web –v then output: Running mesosphere/dcos-genconf docker with BUILD_DIR set to/home/mesos-ee/genconf Usage of loopback devices is strongly…
Sun.zhe
  • 51
  • 4
4
votes
2 answers

Mesos slave container with Oracle Linux 7 base image fails to start

I created a mesos slave docker image with Oracle Linux 7.2 as the base image. The dockerfile builds correctly but when I try to run the image, it gives the following error: I0414 17:57:30.659329 1 logging.cpp:188] INFO level logging…
Sanjay
  • 291
  • 1
  • 3
  • 13
4
votes
2 answers

Mesosphere local development

I'm currently investigating using Mesosphere in production to run a couple of micro-services as Docker containers. I got the DCOS deployment done and was able to successfully run one of the services. Before continuing with this approach I however…
Tim Specht
  • 3,068
  • 4
  • 28
  • 46
4
votes
1 answer

Mesosphere - High Availability Cluster failing to elect leader, but logs show no errors and cannot seem to force a leader election

I have a 6 machine cluster. The machines are: HOST MEM (GB) CPU mesos-primary-1 8 2 mesos-primary-2 8 2 mesos-primary-3 8 2 mesos-worker-1 1 1 mesos-worker-2 1 1 mesos-worker-3 1 …
yburyug
  • 1,070
  • 1
  • 8
  • 13
4
votes
2 answers

mesos slave on different host unable to add itself

Mesos slave is unable to add itself to the cluster. Right now i have 3 machine, with 3 slaves running and 1 master. But at the mesos page i can see just one master and one slave (same as the master's host present). I can see the marathon running,…
shrw
  • 1,719
  • 5
  • 27
  • 50
4
votes
4 answers

HaProxy for service discovery on a marathon mesos docker linked containers

Please this is not asked anywhere I have checked. Here is what I have done. I am able to deploy single instance of mesos, marathon and docker. Moving next step ahead I want to have 2 mesos slave(docker containers) linked to each other. Just using…
ashishjain
  • 1,243
  • 1
  • 11
  • 12
4
votes
0 answers

Beginners guide for Mesos, Marathon, Docker Integration

I am scratching my head, to figure out how the combination of docker, mess and marathon can help me in building my distributed application. Application has a backend comprising of services processing client requests and returning json data, which…
thegeek
  • 232
  • 2
  • 8
3
votes
1 answer

Apache Mesos for Raspberry Pi 3

How to run apache mesos on raspberry pi 3? Shoul I build it by myself or there is any packages for raspbian? I can not find any fresh tutorial.
Pavel Varchenko
  • 727
  • 1
  • 11
  • 21
3
votes
1 answer

how to scale down instances based on their uptime with apache marathon?

I find myself in a situation where I have the necessity to scale down container instances based on their actual lifetime. It looks like fresh instances are removed first when scaling down through marathon's API. Is there any configuration I'm not…
ivoputzer
  • 6,427
  • 1
  • 25
  • 43
1 2
3
29 30