Apache Wiki
Thu, 24 Apr 2008 21:34:22 -0700
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 ShubhamChopra: http://wiki.apache.org/pig/ExampleGenerator ------------------------------------------------------------------------------ Amy bbc.com 20071205 Fred stanford.edu 20071206 }}} - A grunt session might look something like this (Note the use of alias while loading data. ExampleGenerator needs you to provide aliases) : + A grunt session might look something like this (Note the use of schemas while loading data. ExampleGenerator needs you to provide aliases) : {{{ grunt> visits = load 'visits.txt' as (user, url, timestamp); grunt> recent_visits = filter visits by timestamp >= '20071201';