RE: Question about Pig UDF and sqoop export

2011-05-04 Thread Sharma, Akash
[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

Question about Pig UDF and sqoop export

2011-05-03 Thread Sharma, Akash
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