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 Readme.md #387

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Readme.md #387

wants to merge 1 commit into from

Conversation

pereferrera
Copy link

Adding beginner's guide to registering all needed jars in a Pig session.

Adding beginner's guide to registering all needed jars in a Pig session.
Since Elephant-bird doesn't package a full 'fat JAR' anymore, JARs should be registered at the beginning of a Pig session as follows (also note json-simple.jar might be needed as external dependency):

```
REGISTER '/path/to/json-simple.jar';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

json-simple is required for LzoJsonLoader?

@rangadi
Copy link
Contributor

rangadi commented Apr 11, 2014

Thanks for updating docs. will check with Pig folks about registering jars in the middle of a pig script... I think it is supposed to work ( but then, the order might matter).

@rangadi
Copy link
Contributor

rangadi commented Apr 11, 2014

This is a good advice in any case.

@aniket486
Copy link
Contributor

order of command does matter. Whatever you use on a line should have corresponding register before that line is parsed. Doing it at the beginning is ideal, but not a must have.

@CLAassistant
Copy link

CLAassistant commented Jul 18, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

4 participants