[jira] [Commented] (SPARK-12140) Support Streaming UI in HistoryServer

2018-02-16 Thread German Schiavon Matteo (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16366774#comment-16366774
 ] 

German Schiavon Matteo commented on SPARK-12140:


Ok [~jerryshao], Im testing your code and it works but doesn't refresh the 
streaming tab until the driver is dead/killed. I'm gonna give it a go and also 
wanna do some performance test about this to see the scalability issue.

> Support Streaming UI in HistoryServer
> -
>
> Key: SPARK-12140
> URL: https://issues.apache.org/jira/browse/SPARK-12140
> Project: Spark
>  Issue Type: New Feature
>  Components: DStreams
>Affects Versions: 1.6.0
>Reporter: Marcelo Vanzin
>Priority: Major
>
> SPARK-11206 added infrastructure that would allow the streaming UI to be 
> shown in the History Server. We should add the necessary code to make that 
> happen, although it requires some changes to how events and listeners are 
> used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-12140) Support Streaming UI in HistoryServer

2018-02-13 Thread Saisai Shao (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16363300#comment-16363300
 ] 

Saisai Shao commented on SPARK-12140:
-

[~gschiavon] the community has concern about supporting Streaming UI in history 
server, mainly due to the scalability issue, so there's no progress on it.

> Support Streaming UI in HistoryServer
> -
>
> Key: SPARK-12140
> URL: https://issues.apache.org/jira/browse/SPARK-12140
> Project: Spark
>  Issue Type: New Feature
>  Components: DStreams
>Affects Versions: 1.6.0
>Reporter: Marcelo Vanzin
>Priority: Major
>
> SPARK-11206 added infrastructure that would allow the streaming UI to be 
> shown in the History Server. We should add the necessary code to make that 
> happen, although it requires some changes to how events and listeners are 
> used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-12140) Support Streaming UI in HistoryServer

2018-02-13 Thread German Schiavon Matteo (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16362216#comment-16362216
 ] 

German Schiavon Matteo commented on SPARK-12140:


Hi guys, is there any progress about this? [~jerryshao] 

> Support Streaming UI in HistoryServer
> -
>
> Key: SPARK-12140
> URL: https://issues.apache.org/jira/browse/SPARK-12140
> Project: Spark
>  Issue Type: New Feature
>  Components: DStreams
>Affects Versions: 1.6.0
>Reporter: Marcelo Vanzin
>Priority: Major
>
> SPARK-11206 added infrastructure that would allow the streaming UI to be 
> shown in the History Server. We should add the necessary code to make that 
> happen, although it requires some changes to how events and listeners are 
> used.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-12140) Support Streaming UI in HistoryServer

2016-01-21 Thread Saisai Shao (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15111656#comment-15111656
 ] 

Saisai Shao commented on SPARK-12140:
-

Hi guys, I though a bit on this feature, besides this one big concern [~tdas] 
mentioned above, I think to support this feature we should factor out some 
parts of streaming code:

1. Make streaming event be accepted in SparkListener, so that it could be 
written out to event log, this part have been done in SPARK-12874.
2. Make {{StreamingJobProgressListener}} be independent of 
{{StreamingContext}}, so that it can be used to replay the event-log.
3. Make Streaming UI be served both for live and history UI, currently it can 
only be used as for live UI (binding to {{StreamingContext}}).

I'm not sure if I miss any other part. We could create a separate sub JIRA to 
track part 2 and 3, any comment is greatly appreciated. Thanks a lot.

> Support Streaming UI in HistoryServer
> -
>
> Key: SPARK-12140
> URL: https://issues.apache.org/jira/browse/SPARK-12140
> Project: Spark
>  Issue Type: New Feature
>  Components: Streaming
>Affects Versions: 1.6.0
>Reporter: Marcelo Vanzin
>
> SPARK-11206 added infrastructure that would allow the streaming UI to be 
> shown in the History Server. We should add the necessary code to make that 
> happen, although it requires some changes to how events and listeners are 
> used.



--
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



[jira] [Commented] (SPARK-12140) Support Streaming UI in HistoryServer

2016-01-20 Thread Tathagata Das (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15109316#comment-15109316
 ] 

Tathagata Das commented on SPARK-12140:
---

BTW, a major concern in supporting streaming stuff in history server is that 
the event logs can be extremely huge, and reading all the events to recreate 
the UI requires reading a huge log which can take long time. This needs to 
be solved. One idea is to allow chunking/rotations of the event logs, so that 
only the latest 1 hour can be read to recreate the streaming UI. It would have 
to handle errors, missing data, etc. 

My two cents.

> Support Streaming UI in HistoryServer
> -
>
> Key: SPARK-12140
> URL: https://issues.apache.org/jira/browse/SPARK-12140
> Project: Spark
>  Issue Type: New Feature
>  Components: Streaming
>Affects Versions: 1.6.0
>Reporter: Marcelo Vanzin
>
> SPARK-11206 added infrastructure that would allow the streaming UI to be 
> shown in the History Server. We should add the necessary code to make that 
> happen, although it requires some changes to how events and listeners are 
> used.



--
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



[jira] [Commented] (SPARK-12140) Support Streaming UI in HistoryServer

2015-12-04 Thread Marcelo Vanzin (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15041820#comment-15041820
 ] 

Marcelo Vanzin commented on SPARK-12140:


You don't need to ask permission to work on things.

> Support Streaming UI in HistoryServer
> -
>
> Key: SPARK-12140
> URL: https://issues.apache.org/jira/browse/SPARK-12140
> Project: Spark
>  Issue Type: New Feature
>  Components: Streaming
>Affects Versions: 1.6.0
>Reporter: Marcelo Vanzin
>
> SPARK-11206 added infrastructure that would allow the streaming UI to be 
> shown in the History Server. We should add the necessary code to make that 
> happen, although it requires some changes to how events and listeners are 
> used.



--
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



[jira] [Commented] (SPARK-12140) Support Streaming UI in HistoryServer

2015-12-04 Thread JIRA

[ 
https://issues.apache.org/jira/browse/SPARK-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15042681#comment-15042681
 ] 

Jean-Baptiste Onofré commented on SPARK-12140:
--

It's just to know if you didn't already start something ;)

> Support Streaming UI in HistoryServer
> -
>
> Key: SPARK-12140
> URL: https://issues.apache.org/jira/browse/SPARK-12140
> Project: Spark
>  Issue Type: New Feature
>  Components: Streaming
>Affects Versions: 1.6.0
>Reporter: Marcelo Vanzin
>
> SPARK-11206 added infrastructure that would allow the streaming UI to be 
> shown in the History Server. We should add the necessary code to make that 
> happen, although it requires some changes to how events and listeners are 
> used.



--
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



[jira] [Commented] (SPARK-12140) Support Streaming UI in HistoryServer

2015-12-03 Thread JIRA

[ 
https://issues.apache.org/jira/browse/SPARK-12140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15039778#comment-15039778
 ] 

Jean-Baptiste Onofré commented on SPARK-12140:
--

[~vanzin] Do you mind if I try something there ? ;)

> Support Streaming UI in HistoryServer
> -
>
> Key: SPARK-12140
> URL: https://issues.apache.org/jira/browse/SPARK-12140
> Project: Spark
>  Issue Type: New Feature
>  Components: Streaming
>Affects Versions: 1.6.0
>Reporter: Marcelo Vanzin
>
> SPARK-11206 added infrastructure that would allow the streaming UI to be 
> shown in the History Server. We should add the necessary code to make that 
> happen, although it requires some changes to how events and listeners are 
> used.



--
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