-
Notifications
You must be signed in to change notification settings - Fork 14
SKIPME: Hackathon List jobs by JobGroup #181
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
Conversation
|
for whatever reason, the original extras pom version bump was from -1- to -6-, so do we want to go back to -1-, or use -5-? |
| } | ||
|
|
||
| private def makeTimeline( | ||
| protected def makeTimeline( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you still need this?
| } else { | ||
| "" | ||
| } | ||
| }"' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this double-quote closing?
| } | ||
|
|
||
| val helpText = | ||
| """A job is triggered by an action, like count() or saveAsTextFile().""" + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like this can be one """ """.strip....
| } else { | ||
| "" | ||
| } | ||
| }">' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, confused by this double-quote as well. Presumably the end-brace matches the brace on line 162, and the end angle bracket matches the open-angle for the div tag on line 157. Unclear what the double-quote in between is for, though?
|
jttp |
1 similar comment
|
jttp |
|
Seems fine to me, not sure why the checks are all failing though :( |
|
LGTM |
(cherry picked from commit be109ab)
I will do more clean up once I am done with the production query performance debugging. I plan to add more stats like 'First job submitted at:' and etc. to help the debugging.