/ tags/ Scala
Logging effectively is often a hard task in standard applications. But when the application runs in a distributed environment, for instance, a Spark job in a big YARN cluster,
it becomes ten times…
The Spark-HBase-Connector project started as a 3-days programming marathon I made last year. At home, with the flu.
Now it is becoming one of the most popular drivers to read/write data to Apache…
Anyone who starts writing applications for Apache Spark encounters immediately an infamous exception…
Apache Spark is a fantastic framework for writing highly scalable applications.
Data and execution code are spread from the driver to tons of worker machines for parallel processing.
But debugging…