Skip to content

Instantly share code, notes, and snippets.

@tmagrino
Created June 23, 2016 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmagrino/1dddaa4f2a9b0961d98809482d0cc4bb to your computer and use it in GitHub Desktop.
Save tmagrino/1dddaa4f2a9b0961d98809482d0cc4bb to your computer and use it in GitHub Desktop.
{
val logs = parent.executorsListener.executorToLogUrls.getOrElse(k, Map.empty)
logs.map {
case (logName, logUrl) => <div><a href={logUrl}>{logName}</a></div>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment