Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
76 views

I am trying to implement a customized executor in Mesos which is the simplest example, but it seems the process being launched gets killed by the Mesos agent. The error information: I0103 16:46:27....
terry's user avatar
  • 123
1 vote
0 answers
33 views

I want to run a local python script with spark on mesos. My master use a mesos dispatcher to install a spark framework. ./start-mesos-dispatcher.sh --master mesos://master:5050 Then I use spark-...
YYLIZH's user avatar
  • 36
2 votes
1 answer
322 views

I am trying to run a mesos-slave container on MacOS with an ARM64 architecture. Since there is no native ARM64 Docker image for mesos-slave on dockerhub, I have to build my image with a base centos7 ...
Aayush Lamichhane's user avatar
0 votes
1 answer
52 views

i am using mesos-marathon cluster for my setup and i have 40 instances registered with mesos . i want to remove 1 instance from the cluster. To do that , i just stopped that ec2 instance and reduce ...
Sandeep Grover's user avatar
1 vote
1 answer
607 views

I am looking to perform code reviews as part of a trunk based development approach with my backend team on a self hosted gitlab server. I also wish to use it to deploy to internally hosted ...
Toby Derrum's user avatar
0 votes
1 answer
81 views

I'm trying to change the loglevel in chronos from the default INFO to TRACE. I have gone through the docs and they seem to be outdated as per this issue. I have done a local setup using docker but to ...
James Dube's user avatar
0 votes
0 answers
150 views

I want to install Mesos on Oracle Linux 8.3 which does not have Internet access. I followed the process exactly in its site in part CentOS 7.1 and installed some packages before building mesos. I ...
M_Gh's user avatar
  • 1,172
1 vote
0 answers
2k views

I have problem with submit task in Mesos with cluster mode, first I using this syntax to running cluster mode on Mesos $ cd spark $ ./sbin/start-mesos-dispatcher.sh --master mesos://10.2.3.95:5050 ...
Calvin Valentino Gosal's user avatar
0 votes
0 answers
68 views

enter image description here Anyone know why every task/job that I run using spark submit on my apache Mesos cluster is always STATE FAILED? For your information, I using spark mesos dispatcher to run ...
Calvin Valentino Gosal's user avatar
0 votes
1 answer
77 views

I have created a hdfs cluster . I have to configure yarn so as to allow yarn application master to be able to create containers for job processing on the mesos cluster on demand . how can i integrate ...
Pun Master's user avatar
1 vote
1 answer
80 views

I'm trying to better understand when Mesos Executors are killed by Mesos Agents once tasks that are running in the Mesos Executors finish. Does the Mesos Agent automatically kill Mesos Executors if ...
user18561105's user avatar
2 votes
1 answer
386 views

I have been trying to install mesos on my VM. To be specific on Ubuntu Focal Fossa. However, I googled this and didn't saw any repository/binary packages for mesos. Can someone help me with this? I ...
Abhishek Sinha's user avatar
0 votes
1 answer
27 views

I have a mesos master behind a load balancer and a mesos agent that tries to connect to the mesos master via the load balancer Everything is good when the agent directly connects to the master by ...
ffff's user avatar
  • 3,080
0 votes
1 answer
199 views

In most resource managers, we can set the container's CPU usage and memory usage. But I'm curious about the technical reasons for not supporting disk I/O resource allocation for containers.
김민우's user avatar
2 votes
1 answer
283 views

I have an existing application that is using Celery. Clients submit tasks to Celery, and Celery's workers unstack those tasks and run it, accross different physical hosts. Each Celery worker run a ...
Klun's user avatar
  • 84

15 30 50 per page
1
2 3 4 5
83