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

Adds support for Counters inside the Execution Monad. #982

Merged
merged 4 commits into from
Jul 30, 2014

Conversation

johnynek
Copy link
Collaborator

See kmeans for an example using counters.

@johnynek
Copy link
Collaborator Author

closes #972

@johnynek
Copy link
Collaborator Author

closes #980

/**
* Returns the counters with Group String -> Counter String -> Long
*/
def countersOf(map: Map[String, Any]): Option[Try[Map[String, Map[String, Long]]]] =
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should just take Any, and not put the .get("counters") inside.

@johnynek
Copy link
Collaborator Author

red build was due to failed download. Restarted.

@johnynek
Copy link
Collaborator Author

Travis is really, really noisey. Between failed jar downloads and spurious errors that look like failed isolation between builds, it is pretty frustrating.

@ianoc
Copy link
Collaborator

ianoc commented Jul 30, 2014

LGTM, merge when green

johnynek added a commit that referenced this pull request Jul 30, 2014
Adds support for Counters inside the Execution Monad.
@johnynek johnynek merged commit 0362f49 into develop Jul 30, 2014
@johnynek johnynek deleted the execution_counters branch July 30, 2014 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants