Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.2, 0.4, 0.5
-
None
Description
In the Overview page of HCatalog documentation, one of the steps results in Pig error.
B = filter A by date = '20100819' and by bot_finder(zeta) = 0;
should have been:
B = filter A by date == '20100819' and by bot_finder(zeta) = 0;