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

HbaseScheme assumes utf-8 encoded blob #3

Open
kul opened this issue Mar 18, 2014 · 2 comments
Open

HbaseScheme assumes utf-8 encoded blob #3

kul opened this issue Mar 18, 2014 · 2 comments

Comments

@kul
Copy link

kul commented Mar 18, 2014

Is there a particular reason for doing this ?
https://github.com/Cascading/cascading.hbase/blob/2.2/src/main/java/cascading/hbase/HBaseScheme.java#L141

This implies that i cannot have HBaseTap working on anything other than utf-8 encoded data. Is there a way to have raw bytes or a custom de/serialization for the tap?

@andrewnet
Copy link

First of all, the change referred in #3 are not in the latest branches. How this can be done?
Second, the change only affects 'source' method, how about 'sink' method?

The goal is to be able to 'read' and 'write' raw bytes. Since the raw bytes can be any thing, so they do not confirm to any encoding.

@fs111
Copy link

fs111 commented May 4, 2015

No, we have never changed this. Would you mind sending a patch to support that?

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

No branches or pull requests

3 participants