Skip to content

Conversation

@pnpritchard
Copy link

Add documentation for configuration:

  • spark.sql.ui.retainedExecutions
  • spark.streaming.ui.retainedBatches

@SparkQA
Copy link

SparkQA commented Oct 9, 2015

Test build #43496 has finished for PR 9052 at commit 0ce2f9c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class ChildProcAppHandle implements SparkAppHandle
    • abstract class LauncherConnection implements Closeable, Runnable
    • final class LauncherProtocol
    • static class Message implements Serializable
    • static class Hello extends Message
    • static class SetAppId extends Message
    • static class SetState extends Message
    • static class Stop extends Message
    • class LauncherServer implements Closeable
    • class NamedThreadFactory implements ThreadFactory
    • class OutputRedirector

@JoshRosen
Copy link
Contributor

LGTM, so I'm going to merge this into master and branch-1.5. Thanks!

asfgit pushed a commit that referenced this pull request Oct 15, 2015
…tions

Add documentation for configuration:
- spark.sql.ui.retainedExecutions
- spark.streaming.ui.retainedBatches

Author: Nick Pritchard <[email protected]>

Closes #9052 from pnpritchard/SPARK-11039.

(cherry picked from commit b591de7)
Signed-off-by: Josh Rosen <[email protected]>
@asfgit asfgit closed this in b591de7 Oct 15, 2015
markhamstra pushed a commit to markhamstra/spark that referenced this pull request Oct 16, 2015
…tions

Add documentation for configuration:
- spark.sql.ui.retainedExecutions
- spark.streaming.ui.retainedBatches

Author: Nick Pritchard <[email protected]>

Closes apache#9052 from pnpritchard/SPARK-11039.

(cherry picked from commit b591de7)
Signed-off-by: Josh Rosen <[email protected]>
@syepes
Copy link

syepes commented Oct 17, 2015

@pnpritchard I have just found these settings and they are extremely useful. Do you know is there exits the same options for the Completed Jobs & Stages?
When running a stream jobs for a long time the list gets very big..

Regards,
Sebastian

@syepes
Copy link

syepes commented Oct 17, 2015

Sorry for the question I just found these settings:

spark.ui.retainedJobs
spark.ui.retainedStages
spark.worker.ui.retainedExecutors
spark.worker.ui.retainedDrivers

Thanks for this improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants