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
  1. Navigate to Cloudera Manager > Zeppelin > Configuration.
  2. Add zeppelin.server.response.header.cache-control and zeppelin.server.response.header.pragma with your desired values under Zeppelin Server Advanced Configuration Snippet (Safety Valve) for zeppelin-conf/zeppelin-site.xml.
  3. Restart the Zeppelin service.