Database Reference
In-Depth Information
# Generare a map of number of terms in each group and group
name
grunt> D = foreach C generate COUNT(B), group;
# print this map to console
grunt> dump D;
If it works, you will see this output:
...
(31,for)
(2,get)
(4,jks)
(12,job)
(1,log)
(1,map)
(2,max)
(1,pid)
(8,set)
(1,sig)
(1,ssh)
(83,the)
(1,two)
(6,use)
(3,via)
(3,who)
...
Search WWH ::




Custom Search