GPU Gang Scheduling using Fairness FactorIn modern organizations running large-scale machine learning workloads, efficient GPU cluster management is crucial. When multiple teams…Feb 18Feb 18
Least Outstanding Request routing using LuaAug 15th ‘24 Update: If you are using k8s for deployments of your service, there’s an option to use ISTIO-ENVOY setting with LEAST_REQUESTS…Aug 15, 2024Aug 15, 2024
[Part-1] Achieving 70% lossless compression for Redis WritesUsing a combination of Kryo Serialization, Lettuce DEFLATE and modifying database can help developers gain amazing memory gains!Aug 12, 2022A response icon1Aug 12, 2022A response icon1
Quick Guide to bootstrapping Java 11 on EMRSteps to configure EMR to run jars compiled using Java 11/bytecode version 55.0 and some “gotchas”!Oct 10, 2021A response icon1Oct 10, 2021A response icon1
Scaling Data Engineering using Scala Implicits and Ad-hoc Polymorphism with Apache SparkOften times we see ourselves chaining .read(), .join(), .groupBy() and .agg()for machine learning, recommendations or predictions. I have…Apr 28, 2021A response icon2Apr 28, 2021A response icon2