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

Mesos Attributes: Source from EC2 Tags

I'm interested in having my mesos-slave instances inherit attributes from the EC2 tags that the slave is running on. After some searching, I don't think such a setup exists. I would like to write one and contribute it back to the community. Our…
advait
  • 6,355
  • 4
  • 29
  • 39
0
votes
1 answer

How to update pkg-config in cent os?

I am trying to install mesos on centos. But during installation I get the following error when I run ./configure: checking dependency style of gcc... (cached) gcc3 ./configure: line 19168: syntax error near unexpected token…
0
votes
1 answer

Mesosphere not allowing External Traffic

I spun up a Mesosphere cluster on Digital Ocean (development) and it's not allowing me to allow external (non vpn) connections to containers or apps. How can this be solved ?
0
votes
1 answer

Mesos/Marathon checkpointing and HA

Mesos and Marathon mention checkpointing from time to time, but I couldn't find a good explanation of how it works anywhere. Also, what does it mean in practice? 1) Is the Task current state continuously being stored, or is only the Task ID stored?…
user1340582
  • 19,151
  • 35
  • 115
  • 171
0
votes
2 answers

Does Mesosphere Marathon run native Linux applications?

Marathon is keen on advertising that Marathon runs Docker, but there is nowhere implicitly defined what exactly Marathon can run. Does Marathon run native Linux applications? Can I run JBoss on Marathon and it will automatically offer HA and…
user1340582
  • 19,151
  • 35
  • 115
  • 171
0
votes
2 answers

Unable to run rabbitmq using marathon mesos

I am unable to run rabbitmq using marathon/mesos framework. I have tried it with rabbitmq images available in docker hub as well as custom build rabbitmmq docker image. In the mesos slave log I see the following error: E0222 12:38:37.225500 15984…
ashishjain
  • 1,243
  • 1
  • 11
  • 12
0
votes
1 answer

Automatic provisioning of Open stack VM for Docker containers

Is there a way to automate the provisioning of open stack VM for Docker Containers? For example I have 3 mesos slaves running on 3 open stack vms and now there are no more VM's left. My next docker containers is waiting to be run and I want open…
ashishjain
  • 1,243
  • 1
  • 11
  • 12
0
votes
1 answer

docker mesosphere marathon - unable to see running process inside a docker container

I am a newbie in mesos and marathon space. I have mesos slaves running my docker containers. I am using marathon to instantiate a mesos task. Here is my simple json file: { "container": { "type": "DOCKER", "docker": { "image":…
ashishjain
  • 1,243
  • 1
  • 11
  • 12
0
votes
1 answer

Jenkins, Mesos and slave dependencies

Background Our current infrastructure consists of a Jenkins master and a number of slave VM's. We are running into a lot of scalability and inherently stability issues with our tests as the VM's are being overworked. Mesosphere and Jenkins That…
Blanco
  • 185
  • 2
  • 8
0
votes
1 answer

jenkins slave in mesos not start

I am using: jenkins 1.595 mesos jenkins plugin 0.5.0 mesos 0.21.0 I have configured Cloud Mesos in jenkins. Jenkins framework is already registerd with description in mesos frameworks view like this: Id: 5050-2830-29614 Host: My-PC User:…
Montells
  • 6,389
  • 4
  • 48
  • 53
0
votes
3 answers

How to check Mesos Master?

I'm new to Mesos. I would like to know how do I know whether Mesos master is set up correctly in the node? I have follow the set up given by http://mesos.apache.org/gettingstarted/ I am unable to run the following command: Comment: Start mesos…
user4136080
  • 165
  • 1
  • 6
  • 21
0
votes
1 answer

Mesos master setup, but home page does not return

I am just starting to try out Mesos. I followed the instructions to get the master installed. For now, I am using a single master (with 3 slaves). I am installing on CentOS 6.5 - which is a Virtual Machine, terminal only. The problem I am having…
JoeG
  • 7,191
  • 10
  • 60
  • 105
0
votes
2 answers

Apache Mesos slave cannot connect to master

I've been trying to set up apache mesos, with two machines, one as a slave, the other with a master and a slave. I've been using the mesosphere packages for this. The slave on the master machine (james-pc) connects fine, but the slave on the other…
riri
  • 519
  • 4
  • 15
0
votes
2 answers

Chronos + Mesosphere. How to execute tasks in parallel?

Good day everyone. I have single server for Chronos, Mesos and Zookeeper, and i want to use Chronos as something, what will run my scripts daily. Some scripts today, some tomorrow and so on.. The problem is when i'm trying to launch tasks one…
partTimeNinja
  • 191
  • 1
  • 12
0
votes
1 answer

How can I access form elements from server function?

I use Mesosphere and I want to make a custom rule to validate equalsField: Mesosphere.registerRule("equalsField", function(fieldValue, ruleValue){ //var ruleValue = $('#'+ruleValue).val(); //var ruleValue =…
ciocan
  • 47
  • 4
1 2 3
29
30