[mailto:akash.sha...@searshc.com]
Sent: Tuesday, May 03, 2011 2:52 PM
To: user@hive.apache.org
Subject: Question about Pig UDF and sqoop export
New to Pig UDF so requesting help to resolve the issue
Created a Pig UDF to transform an input tuple and generate an
transformed tuple.
Executed a Store to
New to Pig UDF so requesting help to resolve the issue
Created a Pig UDF to transform an input tuple and generate an
transformed tuple.
Executed a Store to save the transformed tuple into a file
B = FOREACH A GENERATE PackageName.MyMethod();
STORE B into 'output' USING PigStorage();
My question