© 2026 Hashnode
Recap Welcome back to the third part of our tutorial series on building a distributed job scheduler! In our previous installment, we deep-dived into our storage system by designing a durable storage system to store job details effectively. Now it's t...

Recap Welcome back to the second part of our tutorial series on building a distributed job scheduler! In our previous installment, we laid the foundation by defining the functional and non-functional requirements of our job scheduler. Now, it's time ...

Prerequisite: Ubuntu installed Installed java with environment variable set Installed Hadoop with environment variable set( if not then install Hadoop) Install and run HBase To check the current version of Ubuntu type the below command lsb_relea...

A Bloom Filter is a probabilistic data structure used to test whether an element is a member of a set. The reason it's called "probabilistic" is that the result it returns is not guaranteed to be 100% accurate; there is a certain margin of error. Th...
