- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
What JARS are needed to conect PIG and Java
- Labels:
-
Apache Pig
Created ‎07-29-2016 10:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi experts, I'm using Apache PIG to make some data transformation, but I need Java Operations to do some complex cleansing activities. I already do the methods in JAVA and already put the necessary code in Pig to register the Java Code. However I don't know that type JARS I need to upload to Eclipse to make the connection between PIG and Eclipse. There exists any "dummie" tutorial to make this interaction? Thnaks!
Created ‎07-29-2016 10:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm assuming you are talking about pig java UDF's here is a good tutorial for the same.
https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment
http://www.tutorialspoint.com/apache_pig/apache_pig_user_defined_functions.htm
http://www.hadooptpoint.com/how-to-write-pig-udf-example-in-java/
For Pig Plugins: https://cwiki.apache.org/confluence/display/PIG/PigTools
Created ‎07-29-2016 10:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm assuming you are talking about pig java UDF's here is a good tutorial for the same.
https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment
http://www.tutorialspoint.com/apache_pig/apache_pig_user_defined_functions.htm
http://www.hadooptpoint.com/how-to-write-pig-udf-example-in-java/
For Pig Plugins: https://cwiki.apache.org/confluence/display/PIG/PigTools
