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 CorinneC:
http://wiki.apache.org/pig/PigTutorial

------------------------------------------------------------------------------
   * Uses the GENERATE command to assign names to the fields.
   * Uses the 
[http://wiki.apache.org/pig/PigLatin#FILTER:_Getting_rid_of_data_you_are_not_interested_in_
 FILTER] command to get the n-grams for hour ‘00’ 
   * Uses the 
[http://wiki.apache.org/pig/PigLatin#FILTER:_Getting_rid_of_data_you_are_not_interested_in_
 FILTER] command to get the n-grams for hour ‘12’ 
-  * Uses the JOIN command to join the n-grams in hour “00” and  hour 
“12” by field $0
+  * Uses the [http://wiki.apache.org/pig/PigLatin#Joining JOIN] command to 
join the n-grams in hour “00” and  hour “12” by field $0
   * Uses the COUNT function to get the count (occurrences) of the n-grams in 
both “00” and “12” 
   * Uses the !PigStorage function to store the results. The output file 
contains a list of n-grams with the following fields: '''hour''', 
'''count00''', '''count12'''
  

Reply via email to