Top "Distributed-computing" questions

utilizing more than one computer, connected to each other with a communication link to accomplish a common task.

How to see progress of Dask Compute task?

I would like to see a progressbar on Jupyternotebook while i'm running a compute task using Dask, I'm counting all …

python-3.x jupyter-notebook distributed-computing dask
YARN UNHEALTHY nodes

In our YARN cluster which is 80% full, we are seeing some of the yarn nodemanager's are marked as UNHEALTHY. after …

hadoop distributed-computing cloudera yarn cloudera-cdh
How to implement distributed rate limiter?

Let's say, I have P processes running some business logic on N physical machines. These processes call some web service …

guava distributed-computing apache-zookeeper rate-limiting apache-curator
What is the difference between internal clock synchronization and external clock synchronization in distributed systems?

Clock Synchronization in Distributed System. What is the difference between internal synchronization and external synchronization in distributed systems?

operating-system distributed-computing distributed-system clock-synchronization
Distributed rate limiting algorithm

I am working on a pricing platform on wich I have to implement a distributed rate limiting algorithm. I have …

algorithm distributed-computing rate-limiting
What is the difference between a distributed system and distributed computing?

I found out the following definitions of, respectively, distributed system and distributed computing: Distributed system: a collection of independent computers …

computer-science distributed-computing distributed-system
Partial ordering of events in a distributed system

I was wondering if someone could explain in layman's terms what partial ordering of events are in a distributed system? …

distributed-computing
Alternatives to JGroups

I want to create a distributed applications on JVM which has a number of nodes, and need a library which …

akka distributed-computing jgroups akka-cluster
Proper way to ACK in Storm in a chain of bolts

Just want to make sure I got how Ack-ing works in Storm. I have 1 spout and 2 bolts chained together. Spout …

distributed-computing apache-storm
Why has JXTA been abandoned? Any alternatives out there?

P2p/Grid Computing seem like a promising concepts. JXTA looks like the only all in one framework for it. …

p2p distributed-computing jxta grid-computing