Disabling Spark Auto-caching
In some cases, you might want to disable Spark auto-caching at the Engine config level to improve pipeline performance.
For example, it is highly recommended that you disable Spark auto-caching at the Engine config level before using the Data Cacher plugin in pipelines.
To disable Spark auto-caching:
In Pipeline Studio, click Configure.
Click Engine config > Show Custom Config.
In the Name field, enter
spark.cdap.pipeline.autocache.enable
and enterfalse
as the Value.Â
Click Save.
Created in 2020 by Google Inc.