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

added option to include the raw JSON #464

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rjoberon
Copy link

@rjoberon rjoberon commented Mar 9, 2016

I found no option to "pipe" the raw JSON through Pig, i.e., to filter the JSON with Pig based on its content but then output the original JSON. Using JsonStorage does not work, since it does not fully support nested structures. The same is true for LzoJsonStorage. Therefore, I added an option which adds the raw JSON to the returned tuple such that the first tuple can be used for processing with Pig and the second tuple can be stored.

@CLAassistant
Copy link

CLAassistant commented Nov 15, 2019

CLA assistant check
All committers have signed the CLA.

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.

2 participants