Open
Conversation
Author
|
Author
|
Your build configuration was configured to support java 1.7 and 1.8. |
Author
|
It works fine in my machines. |
Author
|
Without much modification, I modified the travis config and tested it. |
|
Any news on integrating dr elephant with spark 2.x? At booking.com we're using 2.3.1, but trying out dr elephant for spark job monitoring has stalled because of incompatibility issues. |
|
Any news on this ? What's the plan to integrate with Spark 2.x in the future? Should the support be made on a different branch ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem :
the spark metric does not display correctly.
Cause :
This is caused by the inability to parse the SHS event log based on spark 2.x.
SparkDataCollection class processes SHS event log based on spark 1.4, but spark 2.x will cause error due to newly added SHS event log.
I did :
As a temporary measure, I changed the sbt spark version to 2.2.1 or less, and when calling the ReplayListenerBus replay, I made use of the ReplayEventsFilter to support spark 2.x with the exception of the newly added SHS event log in 2.x.