-
Notifications
You must be signed in to change notification settings - Fork 708
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
Merge cascading3 to develop #1586
base: develop
Are you sure you want to change the base?
Conversation
Conflicts: CHANGES.md README.md project/Build.scala scalding-core/src/main/scala/com/twitter/package.scala tutorial/execution-tutorial/ExecutionTutorial.scala version.sbt
Remove dependency on parquet-cascading
Update the build
…r internally. This will be updated as part of the eventual merge to develop.
…ojects [cascading3] Move parquet cascading schemes to subprojects
[cascading3] Migrate parquet schemes
[cascading3] Migrate maple
Hadoop's -libjars doesn't support wildcards, with large class paths its easy to exhaust the max arg length for linux/os x when running commands. This acts as a filter above our interaction with the generic options parser to expand wildcards
Just signed it. Glad to see this being merged! |
Just FYI others, you don't need to sign this if you were a twitter employee when you did the work (which I think is true). |
use https for twttr maven
Bump Cascading version to 3.2.1
@@ -16,13 +16,13 @@ | |||
* specific language governing permissions and limitations | |||
* under the License. | |||
*/ | |||
package com.twitter.scalding.parquet.scrooge; | |||
package com.twitter.scalding.parquet.cascading.scrooge; |
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.
@piyushnarang looks like the package name does not match the file name. not scrooge/cascading, but we have cascading.scrooge.
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.
I can push a follow up fix for this tomorrow.
Update packages in scalding-parquet-scrooge cascading to match files
* Remove a quadradic function in our cascading3 support * fix a bug
This is a single merge consisting of the piecemeal changes listed in #1465
For testing, I've published
0.16.1-cascading3-RC2
to sonatype.@johnynek @ianoc would be great if this can be integrated/tested at Stripe before we merge to develop. Thanks!
Note that this does not include the HashJoin DistCacheTap change from #1585, which can be treated as an add-on change and merged subsequently. We do not have any pre-existing usage outside of Twitter afaik (the corresponding 2.5 fix was made in Twitter's Cascading fork).
cc @piyushnarang @isnotinvain