How do you connect databricks notebook with IntelliJ remote debug mode?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2021 07:55 AM
Does anyone know how to debug notebook code using IntelliJ or is there any other tool for it?
like debugging in Spark cluster using
export SPARK_SUBMIT_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
are there any similar settings like this?
Labels:
- Labels:
-
Databricks notebook
-
Intellij