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
2
votes
1 answer

Does `dcos-cli` work with plain Mesos?

I'm looking for a tool that will allow tailing of Mesos task stderr and stdout logs. mesos-cli seems to be such a tool, but it's been deprecated in favor of dcos-cli. The documentation for dcos-cli, however, does not make clear whether and how it…
Tianxiang Xiong
  • 3,887
  • 9
  • 44
  • 63
2
votes
1 answer

DCOS CLI install not working

Running DCOS 1.8 on Centos. I installed the CLI as below: https://docs.mesosphere.com/1.8/usage/cli/install/ When I try to do a spark install I get the below error. Any ideas? ./dcos package install spark ip-172-16-6-6.localdomain's username:…
Col
  • 361
  • 5
  • 20
2
votes
1 answer

mesos-master can not found mesos-slave, and elect a new leader in a short interval

I follow this doc to setup mesos cluster. There are three vm(ubuntu 12, centos 6.5, centos 7.2). $ cat /etc/hosts 10.142.55.190 zk1 10.142.55.196 zk2 10.142.55.202 zk3 config in each mathine: $ cat…
Mithril
  • 12,947
  • 18
  • 102
  • 153
2
votes
2 answers

dcos install package to local universe

I have a DC/OS cluster running a local instance of 'universe'. What is the specific procedure for adding custom packages to a local 'universe'? The only documentation I have found so far (which is very limited), is related to adding packages to…
gaotu
  • 21
  • 2
2
votes
2 answers

marathon-lb health check failing on all spray.io containers

I'm running DC/OS 1.7 with marathon-lb. spray.io 1.3.3 is returning 400 to all marathon-lb/HAProxy heath check calls: request has a relative URI and is missing a Host header so marathon-lb never routes any requests to the service. The health check…
navicore
  • 1,979
  • 4
  • 34
  • 50
2
votes
1 answer

Can't access HDFS on Mesosphere DC/OS despite "healthy" status

So I've deployed a Mesos cluster in AWS using the CloudFormation script / instructions found here with the default cluster settings (5 private slaves, one public slave, single master, all m3.xlarge), and installed HDFS on the cluster with the dcos…
dbernard
  • 451
  • 3
  • 14
2
votes
1 answer

Offers tab on mesos dashboard

What does offers tab on mesos-master dashboard represent? I have slaves registered to my master and has applications running on them deployed by marathon, but Offers tab shows nothing in my case.
t6nand
  • 710
  • 1
  • 8
  • 20
2
votes
1 answer

creating a Mesos cluster considering nodes from different cloud platforms and network

I have a situation where i need to create a mesos cluster considering KVM based agent nodes from different cloud platforms. I am trying to explain the situation here: I have access to project A and project B. For project A, I have 6 KVM based nodes…
psaha4
  • 339
  • 3
  • 17
2
votes
0 answers

Facing issues in DC/OS Installation in On-Premises

I am Trying to install DC/OS but facing issues in On-Premises Below is the Error Log Connection to 172.XX.XXX.XX closed. Starting DC/OS Install Process Running preflight checks Checking if DC/OS is already installed: PASS (Not installed) PASS Is…
Bhavesh
  • 909
  • 2
  • 23
  • 38
2
votes
1 answer

Mesos master configuration on DC/OS

I am in the process of creating DC/OS cluster on AWS for running Kafka->Spark->Cassandra workloads. I am interested what is the minimum specification for master node in DC/OS environment. I see that DC/OS suggests m3.xlarge instances, but I do not…
Srdjan Nikitovic
  • 853
  • 2
  • 9
  • 19
2
votes
1 answer

Mesosphere DC/OS with existing Cassandra cluster

I'd like to control my existing Cassandra cluster with DC/OS. I've done a good amount of research and was only able to find information about setting up a new Cassandra cluster in DC/OS; is there any way to bring these Cassandra machines into a…
cscan
  • 3,684
  • 9
  • 45
  • 83
2
votes
2 answers

DC/OS on top of a docker container cluster

Given that I have only one machine(high configuration laptop), can I run the entire DCOS on my laptop (for purely simulation/learning purpose). The way I was thinking to set this up was using some N number of docker containers (with networking…
soupybionics
  • 4,200
  • 6
  • 31
  • 43
2
votes
2 answers

Why do I get "disconnected framework"?

I have installed and configured Mesos and Marathon. Whenever I try to schedule an application, it remains in 'Waiting' state which seems to indicate that Marathon is waiting for offers from Mesos. When I check the logs in Mesos, I see the…
wiwa1978
  • 2,317
  • 3
  • 31
  • 67
2
votes
1 answer

Confused on Mesos Terminologies

I went through the video on introduction of DCOS. It was good but got me somewhat confused in terms of classification of component definitions in Mesosphere. I get that DCOS is an ecosystem and Mesos is like a kernel. Please correct me if I am…
soupybionics
  • 4,200
  • 6
  • 31
  • 43
2
votes
2 answers

Chronos docker parameters ignored

I am trying to test docker port mapping by specifying parameters in the chronos job definition. The parameters options doesn't seem to take any effect on the docker run. Job definition as follows: { "schedule": "R0//P", "name": "testjob", …