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

Apache Pig (running local / -x local) on a simple Pig script that calls a Ruby UDF via JRuby #2

Open
ramartz opened this issue Aug 13, 2018 · 3 comments

Comments

@ramartz
Copy link

ramartz commented Aug 13, 2018

Apache Pig (running local / -x local) on a simple Pig script that calls a Ruby UDF via JRuby to access an AwsSync service presenting a GraphQL interface to DynamoDB. You must put data into a simple DynamoDB instance then query data using GraphQL endpoint (from AwsSync). Queries must work in Ruby or JRuby->Pig UDF called from a pig script.

@sharkcoder7
Copy link

Data will be stored in Amazon Dynamo DB using GraphQL?

@sharkcoder7
Copy link

I did not understand this phrase Queries must work in Ruby or JRuby->Pig UDF called from a pig script.
Can you please describe in details?

@usiegj00
Copy link
Contributor

Data will be coming from Dynamo DB, via AWS Appsync which exposes a GraphQL interface.

The script should do the heavy lifting in Ruby, not in Java. So need the JRuby -> pig UDF capability.

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