Index: src/docs/overview.html =================================================================== --- src/docs/overview.html (revision 1340254) +++ src/docs/overview.html (working copy) @@ -98,7 +98,7 @@
With HCatalog, HCatalog will send a JMS message that data is available. The Pig job can then be started.
A = load 'rawevents' using HCatLoader;
-B = filter A by date = '20100819' and by bot_finder(zeta) = 0;
+B = filter A by date == '20100819' and by bot_finder(zeta) = 0;
…
store Z into 'processedevents' using HCatStorer("date=20100819");