- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 02:27 PM
Hello Support,
Still i have similar kind of problem.
Error: com.databricks.NotebookExecutionException: FAILED
Cluster Mode : Standard
I tried fetching the data from the event hubs. Previously , it worked good on one databricks instance. with runtime( 7.6 (includes Apache Spark 3.0.1, Scala 2.12)
spark.executor.extraJavaOptions -Dlog4j2.formatMsgNoLookups=true
spark.driver.extraJavaOptions -Dlog4j2.formatMsgNoLookups=true
spark.databricks.delta.preview.enabled true)
Later i tried running on the newly created instance with runtime (7.5 (includes Apache Spark 3.0.1, Scala 2.12)
spark.executor.extraJavaOptions -Dlog4j2.formatMsgNoLookups=true
spark.driver.extraJavaOptions -Dlog4j2.formatMsgNoLookups=true
spark.databricks.delta.preview.enabled true)
Please, help me resolve the issue.