-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add advanced settings to spark UI #7330
Labels
Comments
jaroslawmalekcodete
added a commit
that referenced
this issue
May 16, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 16, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 16, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 16, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 16, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
May 17, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 17, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
May 17, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
May 17, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 17, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
May 17, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 17, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 17, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 17, 2018
MariuszJurowicz
pushed a commit
that referenced
this issue
May 18, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 23, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
May 23, 2018
…ame "connect" to "start".
scottdraves
pushed a commit
that referenced
this issue
May 23, 2018
* #7267 SparkProgress and foldout js part * #7267 SparkProgress and Foldout java part * #7267 fix Foldout paddings * #7330: add spark configuration widget * #7330: add foldout to spark option * #7330: add hide preview option * #7330: show all jobs in opened spark progress * #7330 Foldout without preview js * #7330: add header label for foldout * #7330 fix SparkUI labels width * #7330: add header label for foldout * #7330: fix tests * #7330 use headerLabel property from Foldout widget * #7330: show only one progress * #7330: ignore spark conf when name is null * #7330 add missing catch statement in SparkUI view promise * #7330: fix test and NullPointerException * #7330: move the "connect" button to the top, remove the fold out, rename "connect" to "start".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to set all of these https://spark.apache.org/docs/latest/configuration.html
add a fold-out to the bottom of the Spark UI that exposes a UI for the advanced settings.
This could be as simple as a single multiline text box where user enters properties and values one per line.
but ideally editor like the one we have for JVM properties where you can add/remove lines,
each line has a name and a value in separate boxes. should this component be shared?
it would be GREAT if we could introspect and get some kind of autocomplete and validation and doc for all the properties :)
The text was updated successfully, but these errors were encountered: