vendredi 20 novembre 2015

Using conditionals in Pig

I want to simulate an if-then-else block in a pig script.

PseudoCode :

if(flag=set) then STORE INTO '<path>' USING <StorageUDF()> else do nothing

Is there a way I can use the SPLIT command?

Aucun commentaire:

Enregistrer un commentaire