标签: hadoop if-statement apache-pig conditional
我想在猪脚本中模拟if-then-else块。
PseudoCode:
if(flag=set) then STORE INTO '<path>' USING <StorageUDF()> else do nothing
有没有办法可以使用SPLIT命令?