I have defined a pig UDF want to track problems using warnings like this:
warn("My warning", PigWarning.UDF_WARNING_1);I'm testing this in local mode first, but I never see this warning anywhere. Any help/ideas would be appreciated. Thanks, James
I have defined a pig UDF want to track problems using warnings like this:
warn("My warning", PigWarning.UDF_WARNING_1);I'm testing this in local mode first, but I never see this warning anywhere. Any help/ideas would be appreciated. Thanks, James