Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

761f1dc · Feb 14, 2024

History

History
8 lines (4 loc) · 908 Bytes

File metadata and controls

8 lines (4 loc) · 908 Bytes

Logging

The Spark operator installs a vector agent as a side-car container in every application Pod except the job Pod that runs spark-submit. It also configures the logging framework to output logs in XML format. This is the same format used across all Stackable products and it enables the vector aggregator to collect logs across the entire platform.

It is the user’s responsibility to install and configure the vector aggregator, but the agents can discover the aggregator automatically using a discovery ConfigMap as described in the logging concepts.

Note
Only logs produced by the application’s driver and executors are collected. Logs produced by spark-submit are discarded.