I USE 
 table1 = load 'school' using org.apache.hcatalog.pig.HCatLoader();
table2 = sample table 0.01;
every time I dump table2 ,I get different result, Is there one sample function 
with seed? so  the result is not changed every time.
thank you.

Reply via email to