[ https://issues.apache.org/jira/browse/SPARK-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14136432#comment-14136432 ]
Nicholas Chammas commented on SPARK-2463: ----------------------------------------- [~joshrosen] - Though the most recent comments were about concurrently running StreamingContexts in the same JVM, the original issue reported here is about starting a new StreamingContext after you've stopped the old one, and noting how that leaves these phantom tabs in the UI. Isn't that a separate issue? > Creating multiple StreamingContexts from shell generates duplicate Streaming > tabs in UI > --------------------------------------------------------------------------------------- > > Key: SPARK-2463 > URL: https://issues.apache.org/jira/browse/SPARK-2463 > Project: Spark > Issue Type: Bug > Components: Streaming, Web UI > Affects Versions: 1.0.1 > Reporter: Nicholas Chammas > > Start a {{StreamingContext}} from the interactive shell and then stop it. Go > to {{http://master_url:4040/streaming/}} and you will see a tab in the UI for > Streaming. > Now from the same shell, create and start a new {{StreamingContext}}. There > will now be a duplicate tab for Streaming in the UI. Repeating this process > generates additional Streaming tabs. > They all link to the same information. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org