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

Alan Gates commented on PIG-2892:
---------------------------------

Thejas filed a separate issue for this, PIG-2893.  He's also posted a patch 
over on that JIRA.  It looked like it handled the date a little differently.  
I'm not sure which is the right solution, you should work with Thejas to figure 
out which is the right one.  If it's ok with you I'll mark this one as a 
duplicate.
                
> piggybank build failing on trunk
> --------------------------------
>
>                 Key: PIG-2892
>                 URL: https://issues.apache.org/jira/browse/PIG-2892
>             Project: Pig
>          Issue Type: Bug
>          Components: piggybank
>            Reporter: Alan Gates
>            Assignee: Cheolsoo Park
>            Priority: Critical
>         Attachments: PIG-2892.patch
>
>
> When I try to build Piggybank I get:
> {code}
>    [javac] 
> /grid/0/hortonal/src/pig/top/trunk/contrib/piggybank/java/build.xml:92: 
> warning: 'includeantruntime' was not set, defaulting to 
> build.sysclasspath=last; set to false for repeatable builds
>     [javac] Compiling 159 source files to 
> /grid/0/hortonal/src/pig/top/trunk/contrib/piggybank/java/build/classes
>     [javac] 
> /grid/0/hortonal/src/pig/top/trunk/contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/storage/DBStorage.java:121:
>  cannot find symbol
>     [javac] symbol  : method setDate(int,java.util.Date)
>     [javac] location: interface java.sql.PreparedStatement
>     [javac]             ps.setDate(sqlPos, ((DateTime) field).toDate());
> {code}

--
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