mesosphere Questions
7
Solved
What exactly is the difference between Apache's Mesos and Google's Kubernetes?
I understand both are server cluster management software. Can anyone elaborate where the main differences are - when w...
Ratiocinate asked 2/11, 2014 at 22:28
5
Solved
Looks to me that Apache Mesos is a distributed systems kernel, and Mesosphere is something Linux distribution based on Apache Mesos.
For example, its like Linux Kernel(Apache Mesos) and Ubuntu(Me...
Unvalued asked 25/5, 2017 at 1:57
7
I am new to Mesos and just finished setting up mesos and along with zookeeper on my test server.
Unfortunately I keep getting this error message on my mesos console indicating i am unable to conn...
Shipley asked 16/11, 2016 at 20:27
1
Solved
What does Apache Mesos do that Kubernetes can't do or vice-versa?
Mesos is a Two level scheduler. Sure it grabs resource information from every machine and gives it to the top level scheduler suc...
Dickens asked 12/12, 2017 at 9:49
1
I am running Apache Spark on cluster mode using Apache Mesos. But, when I start Spark-Shell to run a simple test command (sc.parallelize(0 to 10, 8).count) I receive the following warning message:
...
Raised asked 10/3, 2016 at 14:55
0
My mesos version was recently upgraded from 0.28 to 1.2.1.
Jobs are being scheduled using Chronos. My docker job is being invoked properly, but still getting TASK_FAILED error event it completes w...
Olden asked 6/9, 2017 at 4:45
5
I have Apache Mesos 0.22.1 cluster (3 masters & 5 slaves), running Cloudera HDFS (2.5.0-cdh5.3.1) in HA configuration and Spark 1.5.1 framework.
When I try to spark-submit compiled HdfsTest.sc...
Iciness asked 16/10, 2015 at 15:37
4
Solved
I am relatively new to all these, but I'm having troubles getting a clear picture among the listed technologies.
Though, all of these try to solve different problems, but do have things in common...
Jibheaded asked 24/12, 2014 at 17:55
5
Solved
I'm using Apache Mesos + Marathon + Zookeeper to deploy my rails app.
I need share data between rails app and other container. I found some reference here to do it with marathon as follow:
maratho...
Jequirity asked 23/2, 2015 at 18:55
2
Solved
Before hand let me say that I'm new to Mesosphere stack. I am trying to migrate an existing Rails application deployment to Mesos and I'm successful so far, but currently I'm on the middle of runni...
Connacht asked 7/10, 2014 at 13:20
4
I'm working with mesos + marathon + docker quite a while but I got stuck at some point. At the moment I try to deal with persistent container and I tried to play around with the "volumes-from" para...
Bernardobernarr asked 15/3, 2015 at 19:34
2
Solved
I have consul running on Consul v0.5.2 version & services running in Mesos. Services keep moving from 1 server to another.
Is there way to deregister services in consul that are in 'failing' s...
Aliaalias asked 13/10, 2016 at 0:51
4
Solved
We have set up a test cluster with Mesosphere on AWS, in a private VPC. We have some Docker images which are public, which are easy enough to deploy. However most of our services are private images...
Crystallo asked 26/6, 2015 at 14:25
1
I installed Mesos in an OpenStack environment using these instructions from Mesosphere: https://open.mesosphere.com/getting-started/datacenter/install/. I ran the verification test as described and...
Waxplant asked 6/8, 2015 at 22:58
2
Solved
Test environment: multi-node mesos 0.27.2 cluster on AWS (3 x masters, 2 x slaves, quorum=2).
Tested persistence with zkCli.sh and it works fine.
If i start the masters with --registry=in_memory, ...
Principal asked 13/3, 2016 at 19:52
3
HDFS is not necessary but recommendations appear in some places.
To help evaluate the effort spent in getting HDFS running:
What are the benefits of using HDFS for Spark workloads?
Encrata asked 19/9, 2015 at 14:12
2
Solved
I have been following this tutorial How to configure a production ready Mesos cluster and have been creating an ansible playbook along the way which you can see here mesos ansible playbook
Ansible...
Viridissa asked 30/9, 2015 at 19:22
4
Solved
According to the Spark on Mesos docs one needs to set the spark.executor.uri pointing to a Spark distribution:
val conf = new SparkConf()
.setMaster("mesos://HOST:5050")
.setAppName("My app")
....
Luzon asked 28/8, 2015 at 7:22
1
I am quite new to Service Discovery and clustered systems. I started experimenting with Mesos and Marathon for the deployment of Docker containers, the Marathon REST API and UI seem to do a good jo...
Frick asked 18/6, 2015 at 11:28
1
Solved
Does anyone know if it is possible to setup a JSON file to feed into Mesosphere/Marathon to deploy multi-tier application with application dependency? Something along the lines of fig or docker com...
Thresathresh asked 1/5, 2015 at 18:52
4
Both Marathon and Aurora are built on Mesos and supposedly are engineered for running long running services. My questions are:
What are their differences? I have struggled in finding any good exp...
Strychninism asked 21/2, 2015 at 22:7
2
Solved
From what I understand, Kubernetes/Mesosphere is a cluster manager and Docker Swarm is an orchestration tool. I am trying to understand how they are different? Is Docker Swarm analogous to the POSI...
Haematozoon asked 6/12, 2014 at 18:25
1
Solved
Recently I've discovered such a thing as a Apache Mesos.
It all looks amazingly in all that demos and examples. I could easily imagine how one would run for stateless jobs - that fits to the whole...
Fromenty asked 6/2, 2015 at 15:9
1
Solved
I'm new on Hadoop world, and I need install mesos with Hadoop HDFS to make a fault-tolerant distributed file system, but all installation references include necessary components for my scenario as ...
Momentarily asked 21/1, 2015 at 17:5
1
Solved
Can Apache Mesos 'master' nodes be co-located on the same machine as Mesos 'slave' nodes? Similarly (for high-availability (HA) deploys), can the Apache Zookeeper nodes used in Mesos 'master' elect...
Liquidation asked 27/10, 2014 at 21:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.