Pig should ship load udfs to the backend
----------------------------------------

                 Key: PIG-881
                 URL: https://issues.apache.org/jira/browse/PIG-881
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: 0.3.0
            Reporter: Daniel Dai
             Fix For: 0.4.0


Currently, when we use load udfs, we have to use "register" statement. It is 
ideal that if user put udf jars in classpath, we can omit register statement, 
Pig can pick the udf from classpath automatically.

However, Pig do not ship load udfs currently, the classpath approach does not 
work. "register" works because Pig ship that entire jar. Pig do ship eval udfs 
and storage udfs, we should ship load udfs as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to