I would recommend the Pig setup guide 
here: http://pig.apache.org/docs/r0.11.0/start.html

Then you can run it like this:

$ pig -x local -f my-script.pig

That said, you really only have to install Pig if you want to run it on a 
cluster. To run/test/develop queries locally, you can use the dump function 
(http://netflix.github.io/PigPen/pigpen.core.html#var-dump) to return data 
in the REPL.

-Matt


On Friday, January 3, 2014 1:51:36 AM UTC-8, puzzler wrote:
>
> This is exciting!
>
> Not knowing anything about Pig, is there a walkthrough somewhere that 
> demonstrates how to set up the kind of environment and install the pig 
> tools necessary to run the pig scripts generated by PigPen?
>
> Thanks,
>
> Mark
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to