Alan Gates created PIG-2892:
-------------------------------
Summary: 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
Priority: Critical
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