Merged
Conversation
Change hash function in GroupRandomly
Add the type in ScroogeReadSupport
…hStatus Adds a function to test if a sink exists at the version we created
This method is more convenient than trying to pass the Ordering[K] explicitly into the .group method because there is no need to also specify the evidence parameter proving that the TypedPipe[T] is a TypedPipe[(K, V)].
add .groupWith method to TypedPipe
Add some return types
add counter verification logic
- Now there is only one runtime reducer estimator class (HRavenRuntimeReducerEstimator) instead of four. It is as configurable as the old 4 ones, but this config now happens through the Hadoop config instead of through choosing the class name. - Update HRaven version dependency. - More logging in reducer estimators. - Fix bug in RuntimeReducerEstimator by using Doubles instead of Longs.
- Throw exception on unrecognized estimation strategy - Refactor getReduceTimes - Fix formatting in Build.scala
Make sure Execution.zip fails fast
…def closer in construction
… safety only in the apply methods in the object anyway
Also add some comments
Runtime reducer estimator fixes
Cache the zipped up write executions
Pull out a function for getting the typed source with sink to share it. Use Execution.write directly in writeThrough so it doesn't rely on zip logic for merging.
When using WriteExecution and forceToDisk we can share the same flow …
Fix DateOps "match may not be exhaustive" warning
Factor out repeated code into FutureCache
…cogrouped Fix lack of Externalizer in joins.
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.
No description provided.