Skip to content

Commit

Permalink
small fix to DataflintSparkUILoader
Browse files Browse the repository at this point in the history
  • Loading branch information
menishmueli committed Feb 16, 2024
1 parent ea72064 commit 6556200
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -40,4 +40,8 @@ object DataflintSparkUILoader {
def install(context: SparkContext): String = {
new DataflintSparkUIInstaller().install(context)
}

def loadUI(ui: SparkUI): String = {
new DataflintSparkUIInstaller().loadUI(ui)
}
}

0 comments on commit 6556200

Please sign in to comment.