Known Issues in Apache Zeppelin
This topic describes known issues and workarounds for using Zeppelin in this release of Cloudera Runtime.
- CDPD-1683: Zeppelin demo users have been removed
- Workaround: Use cluster users to access Zeppelin. For information on provisioning users in CDP, see Onboarding users.
- CDPD-880, CDPD-1685: Shell, JDBC, and Spark interpreters have been removed
- Workaround: Use an available interpreter. For Spark functionality, use the Livy interpreter.
- CDPD-3090: Due to a configuration typo, functionality involving notebook repositories does not work
- Due to a missing closing brace, access to the notebook repositories API is blocked by default.
- CDPD-2406: Logout button does not work
- Clicking the Logout button in the Zeppelin UI logs you out, but then immediately logs you back in using SSO.
- CDPD-3047: Markdown interpreter does not handle certain numbered list syntax correctly
- Using the plus sign (
+
) or asterisk (*
) to continue a numbered list using the%md
interpreter results in bullet point entries instead.