Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.
The "Pig070IncompatibleChanges" page has been changed by PradeepKamath. http://wiki.apache.org/pig/Pig070IncompatibleChanges?action=diff&rev1=13&rev2=14 -------------------------------------------------- == Access to Local Files from Map-Reduce Mode == - In the earlier version of Pig, you could access a local file from map-reduce mode by prepending file:// to the file location: + In the earlier version of Pig, you could access a local file from map-reduce mode by prepending file: to the file location: {{{ A = load 'file:/mydir/myfile';
