Configuring Zeppelin caching
Improve cache management and server response for Zeppelin.
There are two configuration properties in Zeppelin to control the HTTP response headers, allowing for improved cache management and server response behavior:
zeppelin.server.response.header.cache-control
- default value:no-cache, no-store, must-revalidate, no-transform
zeppelin.server.response.header.pragma
- default value:no-cache
- Navigate to .
-
Add
zeppelin.server.response.header.cache-control
andzeppelin.server.response.header.pragma
with your desired values under Zeppelin Server Advanced Configuration Snippet (Safety Valve) for zeppelin-conf/zeppelin-site.xml. - Restart the Zeppelin service.