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?
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?