Hello
I have a folder with many xml files i want to load them and parse them in
order to get some information and them store this info to a file
My problem is that I cannot send the xml file to my java script in order to
parse them, I tried the follow script;
*A = load 'xmlFiles/' ;*
*parsing = stream A through mypigudf.myXMLParser();*
*store parsing into 'teststream';*
I'm working locally (pig -x local )
and in my java script I tried to get the file by reading the stdin
* java.io.BufferedReader stdin = new
java.io.BufferedReader(new java.io.InputStreamReader(System.in)); *
is this the right way or not ??
all the way when I try to run th pig script I get this error "you can only
run one pig script at a time from commande line"
any ideas please?
regards
--