/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

piotr.westfalewicz.com
| | thelastpickle.com
10.0 parsecs away

Travel
| | One of the challenges of running large scale distributed systems is being able to pinpoint problems. It's all too common to blame a random component (u...
| | blog.yannickjaquier.com
19.0 parsecs away

Travel
| | Hive concatenate command we use to maintain good performance is not working as expected with Spark generated tables. What have we done to bypass
| | www.claudiokuenzler.com
20.2 parsecs away

Travel
| | Atlassian recently released the new Confluence LTS version 7.13. But during the upgrade, a couple of road bumpers needed to be cleared first.
| | www.morling.dev
54.0 parsecs away

Travel
| Recently I ran into a situation where it was necessary to capture the output of a Java process on the stdout stream, and at the same time a filtered subset of the output in a log file. The former, so that the output gets picked up by the Kubernetes logging infrastructure. The letter for further processing on our end: we were looking to detect when the JVM stops due to an OutOfMemoryError, passing on that information to some error classifier.