[ 
https://issues.apache.org/jira/browse/PIG-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476559#comment-13476559
 ] 

Russell Jurney commented on PIG-2927:
-------------------------------------

No build :(

     [echo] *** Building Main Sources ***
     [echo] *** To compile with all warnings enabled, supply -Dall.warnings=1 
on command line ***
     [echo] *** If all.warnings property is supplied, 
compile-sources-all-warnings target will be executed ***
     [echo] *** Else, compile-sources (which only warns about deprecations) 
target will be executed ***

compile-sources:
    [javac] /Users/rjurney/Software/pig-trunk/build.xml:503: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Compiling 14 source files to 
/Users/rjurney/Software/pig-trunk/build/classes
    [javac] 
/Users/rjurney/Software/pig-trunk/src/org/apache/pig/scripting/jruby/JrubyScriptEngine.java:51:
 package org.apache.pig.tar does not exist
    [javac] import org.apache.pig.tar.TarUtils;
    [javac]                          ^
    [javac] 
/Users/rjurney/Software/pig-trunk/src/org/apache/pig/scripting/jruby/JrubyScriptEngine.java:170:
 cannot find symbol
    [javac] symbol  : variable TarUtils
    [javac] location: class org.apache.pig.scripting.jruby.JrubyScriptEngine
    [javac]             TarUtils.tarFile(GEM_DIR_BASE_NAME, f.getParentFile(), 
new File(f, "lib"), os);
    [javac]             ^
    [javac] Note: 
/Users/rjurney/Software/pig-trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/JobControlCompiler.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 2 errors

BUILD FAILED
/Users/rjurney/Software/pig-trunk/build.xml:451: The following error occurred 
while executing this line:
/Users/rjurney/Software/pig-trunk/build.xml:503: Compile failed; see the 
compiler error output for details.

Total time: 1 minute 0 seconds
                
> SHIP and use JRuby gems in JRuby UDFs
> -------------------------------------
>
>                 Key: PIG-2927
>                 URL: https://issues.apache.org/jira/browse/PIG-2927
>             Project: Pig
>          Issue Type: New Feature
>          Components: parser
>    Affects Versions: 0.11
>         Environment: JRuby UDFs
>            Reporter: Russell Jurney
>            Assignee: Jonathan Coveney
>            Priority: Minor
>         Attachments: PIG-2927-0.patch, PIG-2927-1.patch
>
>
> It would be great to use JRuby gems in JRuby UDFs without installing them on 
> all machines on the cluster. Some way to SHIP them automatically with the job 
> would be great.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to