Understanding Apache Hadoop YARN (Yet Another Resource Negotiator)Let’s talk about YARN, the brain behind resource management in Hadoop. Why was YARN even created? What problem was it solving? And how does…Jan 19Jan 19
DDIA Series -Part 2-ReliabilityIn previous part we saw that we need 3 main things to make a robust system — Reliability, Scalability and Maintainability. Let’s start with…Nov 2, 2024Nov 2, 2024
JPA/Hibernate Cascade TypesCascading relationships are designed to automate actions on associated entities. They ensure that changes made to a parent entity are…Mar 24, 2024A response icon1Mar 24, 2024A response icon1
Kafka’s way of handling tons of data efficientlyKafka was originally developed at LinkedIn in 2010 as a way to manage the high volume of data produced by the company’s growing number of…Mar 9, 2024A response icon1Mar 9, 2024A response icon1
Sorting in Java Explained: Comparable vs Comparator InterfacesSorting is a fundamental operation in programming, and Java provides two interfaces, Comparable and Comparator, to facilitate sorting…Jan 21, 2024Jan 21, 2024