'AWS EMR turn off Spark Monitoring Widgte
I am trying to nbconvert my Jupyter notebook with PySpark kernel that I downloaded from AWS EMR into slides / html. The Spark monitoring widget in EMR, however, shows up as raw text in my html file,
FloatProgress(value=0.0, bar_style='info', description='Progress:', layout=Layout(height='25px', width='50%'),…
Any idea how I can turn this off? I have tried changing the spark.ui.showConsoleProgress configuration when setting up the cluster, as well as changing the log4j settings, but none of these work. Thanks!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
