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

Update Cascading JDBC Version. #1016

Merged
merged 4 commits into from
Aug 14, 2014
Merged

Conversation

morazow
Copy link
Contributor

@morazow morazow commented Aug 13, 2014

We are getting "type of field is null" errors as in this issue, Cascading/cascading-jdbc#20.

They fixed that problem in next version of cascading-jdbc.

It would be nice to have this in the next release.

Enable compression for delimited scheme outputs. 

> Method setSinkCompression sets the sinkCompression of this TextLine object. If null, compression will remain disabled. 

Cascading automatically disables the compression when sinkCompression set to null.
With sinkCompression set to 'TextLine.Compress.DEFAULT' one can specify the compression on job configuration.
…velop

Conflicts:
	scalding-core/src/main/scala/com/twitter/scalding/FileSource.scala
@ianoc
Copy link
Collaborator

ianoc commented Aug 13, 2014

LGTM, will merge when green.

johnynek added a commit that referenced this pull request Aug 14, 2014
@johnynek johnynek merged commit 0e1834c into twitter:develop Aug 14, 2014
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