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

Setting Team City Build Agent Port Number in Marathon

Trying to deploy a teamcity build agent on the Mesosphere Marathon platform and having problems with the port mappings. By default the teamcity server will try to talk to the teamcity agent on port 9090 Therefor I set the container port like so…
Alex Laverty
  • 485
  • 1
  • 7
  • 16
0
votes
2 answers

Dcos on premises , How out side world reach to docker container if we are using mesos-dns?

In Dcos on premises , How outside world reach to docker container if we are using mesos-dns for service discovery ? Lets say my mesos domain is marathon.mesos I have deployed Nginx container using Marathon framework and mesos-dns discover as…
Dumiya
  • 11
  • 2
0
votes
1 answer

Failed to find /usr/local/Cellar/mesos/0.22.1/etc/mesos/masters

I installed mesos on mac using brew . After the installation i went to mesos/0.22.1/sbin folder and tried to execute mesos-start-master.sh . but it failed with error : Failed to find /usr/local/Cellar/mesos/0.22.1/etc/mesos/masters My question is…
Alok
  • 1,374
  • 3
  • 18
  • 44
0
votes
1 answer

How to persist jobs in Jenkins Mesos framework?

i have started Jenkins Scheduler (Framework) as Marathon app. Now if the Jenkins Scheduler dies somehow, the Marathon will restart it. But all the jobs and settings will be gone. How to persist jobs in Jenkins Mesos framework if it dies and started…
manish
  • 966
  • 2
  • 11
  • 35
0
votes
0 answers

Error executing action `run` on resource 'execute[wait for leader]'

I am using the chef cookbook for DCOS on-premise setup. Here are the 2 issues I faced, the second one being the one that I am still stuck on.... 1. Package dcos-el-repo was not found: *10.40.1.2 * Package dcos-el-repo not found:…
0
votes
2 answers

Running a simple Spark script on Mesos with Zookeeper

I want to run a simple spark program, but i am restricted by some errors. My Environment is: CentOS:6.6 Java: 1.7.0_51 Scala: 2.10.4 Spark: spark-1.4.0-bin-hadoop2.6 Mesos: 0.22.1 All are installed and nodes are up.Now i have one Mesos master and…
0
votes
1 answer

Jenkins slave not working on mesos

I'm using the jenkins mesos plugin for CI. Initially, I followed the following tutorial: http://www.ebaytechblog.com/2014/05/12/delivering-ebays-ci-solution-with-apache-mesos-part-ii/ but the jenkins itself was not being setup via this. (I got error…
manish
  • 966
  • 2
  • 11
  • 35
0
votes
1 answer

Event-hook upon up/down-scaling or deletion of an App

I didn't find info whether it is possible to define something like an Event-hook upon up/down-scaling or deletion of an App in the Marathon Rest API docs at https://mesosphere.github.io/marathon/docs/rest-api.html What I'd like to achieve is that…
Tobi
  • 31,405
  • 8
  • 58
  • 90
0
votes
1 answer

How to install docker daemon when resizing data center cluster size in Mesosphere?

We're thinking about using mesos and mesosphere to host our docker containers. Reading the docs it says that a prerequisite is that: Docker version 1.0.0 or later needs to be installed on each slave node. We don't want to manually SSH into each…
Johan
  • 37,479
  • 32
  • 149
  • 237
0
votes
1 answer

Around 5-10% executors are LOST in my mesos framework

I have a 200 node mesos cluster that can run around 2700 executors concurrently. Around 5-10% of my executors are LOST at the very beginning. They go only until extracting the executor tar file. WARNING: Logging before InitGoogleLogging() is…
Osman Sarood
  • 121
  • 10
0
votes
1 answer

Leader election in Mesos cluster seems not working

I am setting up Mesos Cluster(ZooKeeper+Mesos) using docker, with 3 nodes(A,B,C) running zookeeper&master&slave containers for each. node B & C redirects each other (quorum=2) As I run Mesos-Master container and open Mesos Web UI, node A seems like…
ai0307
  • 4,037
  • 2
  • 13
  • 21
0
votes
1 answer

Compilation Error With Mesosphere RENDLER

After attempting to compile Mesosphere's RENDLER in c++ with make all, I receive the following error: $ make all g++ -g -O2 -pthread -o rendler rendler.cpp -lmesos -lpthread -lprotobuf In file included from…
0
votes
1 answer

mesos hadoop org.apache.hadoop.mapred.JobTracker not starting

I am following https://github.com/mesos/hadoop On Linux: $ MESOS_NATIVE_JAVA_LIBRARY=/path/to/libmesos.so hadoop jobtracker This gives an error of: DEPRECATED: Use of this script to execute mapred command is deprecated. Instead use the mapred…
0
votes
1 answer

How to port existing distributed service application to DCOS?

so there is a set of applications that position itself as a distributed cluster O/S called DCOS. It has an MPI and spark running on top of it. I am a developer and I have a set of distributed services running connected via socket or ZeroMQ…
DuckQueen
  • 772
  • 10
  • 62
  • 134
0
votes
1 answer

connecting to a mesos development cluster on ubuntu 14 machine via opevpn

can someone who has successfully settup a mesos development cluster on google cluster help me out.. i have the clutser running however I am having a hard time creating a vpn to conect to the clutser even though I have openvpn installed on my machine…