GitHub user marmbrus opened a pull request:

    https://github.com/apache/spark/pull/1552

    [SPARK-2569][SQL] Fix shipping of TEMPORARY hive UDFs.

    Instead of shipping just the name and then looking up the info on the 
workers, we now ship the whole classname.  Also, I refactored the file as it 
was getting pretty large to move out the type conversion code to its own file.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/marmbrus/spark fixTempUdfs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1552.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1552
    
----
commit b695904b6b03a289d562f830ebbe1adeb62f4b6d
Author: Michael Armbrust <[email protected]>
Date:   2014-06-20T08:54:26Z

    Make add jar execute with Hive.  Ship the whole function class name since 
sometimes we cannot lookup temporary functions on the workers.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to