Hi Daniel
I need help so badly , I hope you would understand my situation
The use case is, I have one folder which has multiple XML files and I need
to write a PIG script which recursively parse all the files and generate
one flat file.
The XML looks like this and each XML file has differe
Hi Daniel
thanks for your reply.
Even after changing the PIG_CLASSPATH,it is giving me same error.
On Fri, Nov 22, 2013 at 5:19 AM, Daniel Dai wrote:
> Can you try setup PIG_CLASSPATH before running Pig?
> export PIG_CLASSPATH=/home/hdmaster/Downloads/piggybank.jar
>
> Thanks,
> Daniel
Hi I am new to PIG scripting.
I am trying to parse XML values through a pig script but getting the error.
ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1070: Could not resolve
org.apache.pig.piggybank.storage.XMLLoader using imports: [,
org.apache.pig.builtin., org.apache.pig.impl.builtin.]
my