[jira] [Updated] (SPARK-25533) Inconsistent message for Completed Jobs in the JobUI, when there are failed jobs, compared to spark2.2

2018-09-25 Thread shahid (JIRA)


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

shahid updated SPARK-25533:
---
Description: 
Test steps:

 1) bin/spark-shell
{code:java}
sc.parallelize(1 to 5, 5).collect()
sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Fail 
Job")}.collect()
{code}
*Output in spark - 2.3.1:*

!Screenshot from 2018-09-26 00-42-00.png!

*Output in spark - 2.2.1:*

!Screenshot from 2018-09-26 00-46-35.png!

  was:
Test steps:

 1) bin/spark-shell
{code:java}
sc.parallelize(1 to 5, 5).collect()
sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Bad 
executor")}.collect()
{code}
*Output in spark - 2.3.1:*

 !Screenshot from 2018-09-26 00-42-00.png! 

*Output in spark - 2.2.1:*

 !Screenshot from 2018-09-26 00-46-35.png! 


> Inconsistent message for Completed Jobs in the  JobUI, when there are failed 
> jobs, compared to spark2.2
> ---
>
> Key: SPARK-25533
> URL: https://issues.apache.org/jira/browse/SPARK-25533
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.3.1
>Reporter: shahid
>Priority: Major
> Attachments: Screenshot from 2018-09-26 00-42-00.png, Screenshot from 
> 2018-09-26 00-46-35.png
>
>
> Test steps:
>  1) bin/spark-shell
> {code:java}
> sc.parallelize(1 to 5, 5).collect()
> sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Fail 
> Job")}.collect()
> {code}
> *Output in spark - 2.3.1:*
> !Screenshot from 2018-09-26 00-42-00.png!
> *Output in spark - 2.2.1:*
> !Screenshot from 2018-09-26 00-46-35.png!



--
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] [Updated] (SPARK-25533) Inconsistent message for Completed Jobs in the JobUI, when there are failed jobs, compared to spark2.2

2018-09-25 Thread shahid (JIRA)


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

shahid updated SPARK-25533:
---
Summary: Inconsistent message for Completed Jobs in the  JobUI, when there 
are failed jobs, compared to spark2.2  (was: Inconsistent message of Completed 
Jobs in the  JobUI, when there are failed jobs, compared to spark2.2)

> Inconsistent message for Completed Jobs in the  JobUI, when there are failed 
> jobs, compared to spark2.2
> ---
>
> Key: SPARK-25533
> URL: https://issues.apache.org/jira/browse/SPARK-25533
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.3.1
>Reporter: shahid
>Priority: Major
> Attachments: Screenshot from 2018-09-26 00-42-00.png, Screenshot from 
> 2018-09-26 00-46-35.png
>
>
> Test steps:
>  1) bin/spark-shell
> {code:java}
> sc.parallelize(1 to 5, 5).collect()
> sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Bad 
> executor")}.collect()
> {code}
> *Output in spark - 2.3.1:*
>  !Screenshot from 2018-09-26 00-42-00.png! 
> *Output in spark - 2.2.1:*
>  !Screenshot from 2018-09-26 00-46-35.png! 



--
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] [Updated] (SPARK-25533) Inconsistent message of Completed Jobs in the JobUI, when there are failed jobs, compared to spark2.2

2018-09-25 Thread shahid (JIRA)


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

shahid updated SPARK-25533:
---
Attachment: (was: Screenshot from 2018-09-26 00-42-00.png)

> Inconsistent message of Completed Jobs in the  JobUI, when there are failed 
> jobs, compared to spark2.2
> --
>
> Key: SPARK-25533
> URL: https://issues.apache.org/jira/browse/SPARK-25533
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.3.1
>Reporter: shahid
>Priority: Major
> Attachments: Screenshot from 2018-09-26 00-42-00.png, Screenshot from 
> 2018-09-26 00-46-35.png
>
>
> Test steps:
>  1) bin/spark-shell
> {code:java}
> sc.parallelize(1 to 5, 5).collect()
> sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Bad 
> executor")}.collect()
> {code}
> *Output in spark - 2.3.1:*
>  !Screenshot from 2018-09-26 00-42-00.png! 
> *Output in spark - 2.2.1:*
>  !Screenshot from 2018-09-26 00-46-35.png! 



--
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] [Updated] (SPARK-25533) Inconsistent message of Completed Jobs in the JobUI, when there are failed jobs, compared to spark2.2

2018-09-25 Thread shahid (JIRA)


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

shahid updated SPARK-25533:
---
Description: 
Test steps:

 1) bin/spark-shell
{code:java}
sc.parallelize(1 to 5, 5).collect()
sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Bad 
executor")}.collect()
{code}
*Output in spark - 2.3.1:*

 !Screenshot from 2018-09-26 00-42-00.png! 

*Output in spark - 2.2.1:*

 !Screenshot from 2018-09-26 00-46-35.png! 

  was:
Test steps:

 1) bin/spark-shell
{code:java}
sc.parallelize(1 to 5, 5).collect()
sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Bad 
executor")}.collect()
{code}
*Output in spark - 2.3.1:*

!image-2018-09-26-00-47-42-209.png!

*Output in spark - 2.2.1:*

!image-2018-09-26-00-47-16-344.png!


> Inconsistent message of Completed Jobs in the  JobUI, when there are failed 
> jobs, compared to spark2.2
> --
>
> Key: SPARK-25533
> URL: https://issues.apache.org/jira/browse/SPARK-25533
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.3.1
>Reporter: shahid
>Priority: Major
> Attachments: Screenshot from 2018-09-26 00-42-00.png, Screenshot from 
> 2018-09-26 00-46-35.png
>
>
> Test steps:
>  1) bin/spark-shell
> {code:java}
> sc.parallelize(1 to 5, 5).collect()
> sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Bad 
> executor")}.collect()
> {code}
> *Output in spark - 2.3.1:*
>  !Screenshot from 2018-09-26 00-42-00.png! 
> *Output in spark - 2.2.1:*
>  !Screenshot from 2018-09-26 00-46-35.png! 



--
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] [Updated] (SPARK-25533) Inconsistent message of Completed Jobs in the JobUI, when there are failed jobs, compared to spark2.2

2018-09-25 Thread shahid (JIRA)


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

shahid updated SPARK-25533:
---
Attachment: Screenshot from 2018-09-26 00-46-35.png

> Inconsistent message of Completed Jobs in the  JobUI, when there are failed 
> jobs, compared to spark2.2
> --
>
> Key: SPARK-25533
> URL: https://issues.apache.org/jira/browse/SPARK-25533
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.3.1
>Reporter: shahid
>Priority: Major
> Attachments: Screenshot from 2018-09-26 00-42-00.png, Screenshot from 
> 2018-09-26 00-42-00.png, Screenshot from 2018-09-26 00-46-35.png
>
>
> Test steps:
>  1) bin/spark-shell
> {code:java}
> sc.parallelize(1 to 5, 5).collect()
> sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Bad 
> executor")}.collect()
> {code}
> *Output in spark - 2.3.1:*
> !image-2018-09-26-00-47-42-209.png!
> *Output in spark - 2.2.1:*
> !image-2018-09-26-00-47-16-344.png!



--
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] [Updated] (SPARK-25533) Inconsistent message of Completed Jobs in the JobUI, when there are failed jobs, compared to spark2.2

2018-09-25 Thread shahid (JIRA)


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

shahid updated SPARK-25533:
---
Attachment: Screenshot from 2018-09-26 00-42-00.png

> Inconsistent message of Completed Jobs in the  JobUI, when there are failed 
> jobs, compared to spark2.2
> --
>
> Key: SPARK-25533
> URL: https://issues.apache.org/jira/browse/SPARK-25533
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.3.1
>Reporter: shahid
>Priority: Major
> Attachments: Screenshot from 2018-09-26 00-42-00.png, Screenshot from 
> 2018-09-26 00-42-00.png, Screenshot from 2018-09-26 00-46-35.png
>
>
> Test steps:
>  1) bin/spark-shell
> {code:java}
> sc.parallelize(1 to 5, 5).collect()
> sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Bad 
> executor")}.collect()
> {code}
> *Output in spark - 2.3.1:*
> !image-2018-09-26-00-47-42-209.png!
> *Output in spark - 2.2.1:*
> !image-2018-09-26-00-47-16-344.png!



--
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] [Updated] (SPARK-25533) Inconsistent message of Completed Jobs in the JobUI, when there are failed jobs, compared to spark2.2

2018-09-25 Thread shahid (JIRA)


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

shahid updated SPARK-25533:
---
Attachment: Screenshot from 2018-09-26 00-42-00.png

> Inconsistent message of Completed Jobs in the  JobUI, when there are failed 
> jobs, compared to spark2.2
> --
>
> Key: SPARK-25533
> URL: https://issues.apache.org/jira/browse/SPARK-25533
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.3.1
>Reporter: shahid
>Priority: Major
> Attachments: Screenshot from 2018-09-26 00-42-00.png
>
>
> Test steps:
>  1) bin/spark-shell
> {code:java}
> sc.parallelize(1 to 5, 5).collect()
> sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Bad 
> executor")}.collect()
> {code}
> *Output in spark - 2.3.1:*
> !image-2018-09-26-00-47-42-209.png!
> *Output in spark - 2.2.1:*
> !image-2018-09-26-00-47-16-344.png!



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