[jira] [Updated] (SPARK-14232) Event timeline on job page doesn't show if an executor is removed with multiple line reason

2016-03-29 Thread Andrew Or (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-14232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or updated SPARK-14232:
--
Assignee: Carson Wang

> Event timeline on job page doesn't show if an executor is removed with 
> multiple line reason
> ---
>
> Key: SPARK-14232
> URL: https://issues.apache.org/jira/browse/SPARK-14232
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 1.6.1
>Reporter: Carson Wang
>Assignee: Carson Wang
>Priority: Minor
>
> The event timeline doesn't show on job page if an executor is removed with 
> multiple line reason. For example, the html looks like below.
> {code}
> {
>   'className': 'executor removed',
>   'group': 'executors',
>   'start': new Date(1459221687861),
>   'content': ' 'data-toggle="tooltip" data-placement="bottom"' +
> 'data-title="Executor 21' +
> 'Removed at 2016/03/29 11:21:27' +
> 'Reason: Container marked as failed: 
> container_1459220038649_0005_01_22 on host: sr560. Exit status: 137. 
> Diagnostics: Container killed on request. Exit code is 137
> Container exited with a non-zero exit code 137
> Killed by external signal
> "' +
> 'data-html="true">Executor 21 removed'
> }
> {code}



--
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] [Updated] (SPARK-14232) Event timeline on job page doesn't show if an executor is removed with multiple line reason

2016-03-28 Thread Carson Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-14232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carson Wang updated SPARK-14232:

Description: 
The event timeline doesn't show on job page if an executor is removed with 
multiple line reason. For example, the html looks like below.
{code}
{
  'className': 'executor removed',
  'group': 'executors',
  'start': new Date(1459221687861),
  'content': 'Executor 21 removed'
}
{code}

  was:
The event timeline doesn't show on job page if an executor is removed with 
multiple line reason. For example, the html looks like below.
{
  'className': 'executor removed',
  'group': 'executors',
  'start': new Date(1459221687861),
  'content': 'Executor 21 removed'
}



> Event timeline on job page doesn't show if an executor is removed with 
> multiple line reason
> ---
>
> Key: SPARK-14232
> URL: https://issues.apache.org/jira/browse/SPARK-14232
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 1.6.1
>Reporter: Carson Wang
>Priority: Minor
>
> The event timeline doesn't show on job page if an executor is removed with 
> multiple line reason. For example, the html looks like below.
> {code}
> {
>   'className': 'executor removed',
>   'group': 'executors',
>   'start': new Date(1459221687861),
>   'content': ' 'data-toggle="tooltip" data-placement="bottom"' +
> 'data-title="Executor 21' +
> 'Removed at 2016/03/29 11:21:27' +
> 'Reason: Container marked as failed: 
> container_1459220038649_0005_01_22 on host: sr560. Exit status: 137. 
> Diagnostics: Container killed on request. Exit code is 137
> Container exited with a non-zero exit code 137
> Killed by external signal
> "' +
> 'data-html="true">Executor 21 removed'
> }
> {code}



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