Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.
The following page has been changed by breed: http://wiki.apache.org/pig/PigExercise1 ------------------------------------------------------------------------------ In this exercise we will work through the example shown in the presentation. We have two datasets: users and pages. {{{users}}} contains the userid and age of every user using some service. {{{pages}}} contains the userid and url visited by that user. We are going to work through this exercise using the interactive shell: java -jar pig.jar - - (Note wiki is trying to be smart and use ` to make things look nice. All quotes should be single normal quotes. + (Note wiki is trying to be smart and use ` to make things look nice. All quotes should be single normal quotes.) We start off by loading the users dataset.
