Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-14232][WebUI]Fix event timeline display issue when an executor is removed with a multiple line reason. #12029

Closed
wants to merge 1 commit into from

Conversation

carsonwang
Copy link
Contributor

What changes were proposed in this pull request?

The event timeline doesn't show on job page if an executor is removed with a multiple line reason. This PR replaces all new line characters in the reason string with spaces.

timelineerror

How was this patch tested?

Verified on the Web UI.

@carsonwang
Copy link
Contributor Author

cc @sarutak

@sarutak
Copy link
Member

sarutak commented Mar 29, 2016

@carsonwang Good catch! Could you paste a pic of after this patch applied?

@carsonwang
Copy link
Contributor Author

After applying the patch, the event timeline can be showed without problems. Picture attached.
afterpatch

@carsonwang
Copy link
Contributor Author

Just noticed another minor issue in the picture. It seems the container Id is too long to fit in the black rectangle.

@SparkQA
Copy link

SparkQA commented Mar 29, 2016

Test build #54419 has finished for PR 12029 at commit be4aaa6.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@sarutak
Copy link
Member

sarutak commented Mar 29, 2016

@carsonwang Would you also like to fix another issue?

@andrewor14
Copy link
Contributor

Thanks, merged into master and 1.6. We can fix the other issue separately.

asfgit pushed a commit that referenced this pull request Mar 29, 2016
…r is removed with a multiple line reason.

## What changes were proposed in this pull request?
The event timeline doesn't show on job page if an executor is removed with a multiple line reason. This PR replaces all new line characters in the reason string with spaces.

![timelineerror](https://cloud.githubusercontent.com/assets/9278199/14100211/5fd4cd30-f5be-11e5-9cea-f32651a4cd62.jpg)

## How was this patch tested?
Verified on the Web UI.

Author: Carson Wang <carson.wang@intel.com>

Closes #12029 from carsonwang/eventTimeline.

(cherry picked from commit 15c0b00)
Signed-off-by: Andrew Or <andrew@databricks.com>
@asfgit asfgit closed this in 15c0b00 Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants