Spark Connector configuration in Apache Atlas
Learn to configure the Spark Atlas Connector to prevent sending the attributes
details
and sparkPlanDescription
. This helps you avoid
out-of-memory errors in Atlas if the query plan details contained a large amount of text up-to
megabytes.
- Go to .
- Set the
atlas.spark.plan.enabled
parameter to false.
Setting this parameter to false prevents sending the attributes
details
and sparkPlanDescription
in the Spark process
entity. This greatly reduces the memory consumption.