Well, I don't know if that works? But Software/ isn't assumed either. Really I just need a home directory... I've set mine to $HOME/Software.
Check it out, I edited all the scripts: https://github.com/rjurney/Agile_Data_Code/blob/master/ch11/pig/smooth_times.pig On Mon, Feb 11, 2013 at 12:29 AM, Evert Lammerts <[email protected]>wrote: > How about a tilde? E.g. > > /* Avro uses json-simple, and is in piggybank until Pig 0.12, where > AvroStorage and TrevniStorage are builtins */ > REGISTER ~/Software/pig/build/ivy/lib/Pig/avro-1.5.3.jar > REGISTER ~/Software/pig/build/ivy/lib/Pig/json-simple-1.1.jar > REGISTER ~/Software/pig/contrib/piggybank/java/piggybank.jar > > > > > > On Mon, Feb 11, 2013 at 9:08 AM, Russell Jurney <[email protected] > >wrote: > > > Note: I am REGISTER'ing jars using $HOME: > > > > %default HOME `echo $HOME/Software` > > /* Avro uses json-simple, and is in piggybank until Pig 0.12, where > > AvroStorage and TrevniStorage are builtins */ > > REGISTER $HOME/pig/build/ivy/lib/Pig/avro-1.5.3.jar > > REGISTER $HOME/pig/build/ivy/lib/Pig/json-simple-1.1.jar > > REGISTER $HOME/pig/contrib/piggybank/java/piggybank.jar > > > > > > > > On Mon, Feb 11, 2013 at 12:08 AM, Russell Jurney > > <[email protected]>wrote: > > > > > Unexpected internal error. Undefined parameter : HOME > > > > > > > > > On Sun, Feb 10, 2013 at 10:53 PM, Bill Graham <[email protected] > > >wrote: > > > > > >> try this: > > >> > > >> %default HOME `echo $HOME` > > >> > > >> > > >> On Sun, Feb 10, 2013 at 9:37 PM, Russell Jurney < > > [email protected] > > >> >wrote: > > >> > > >> > What should I do to fill in the user's home directory when writing > > about > > >> > pig? > > >> > > > >> > SET HOME `echo $HOME` # Does not work > > >> > > > >> > -- > > >> > Russell Jurney twitter.com/rjurney [email protected] > > >> > datasyndrome.com > > >> > > > >> > > > > > > > > > > > > -- > > > Russell Jurney twitter.com/[email protected]. > > > com > > > > > > > > > > > -- > > Russell Jurney twitter.com/rjurney [email protected] > > datasyndrome.com > > > -- Russell Jurney twitter.com/rjurney [email protected] datasyndrome.com
