Jinho Kim created TAJO-1605:
-------------------------------
Summary: Fix master build failure on jdk 1.6
Key: TAJO-1605
URL: https://issues.apache.org/jira/browse/TAJO-1605
Project: Tajo
Issue Type: Bug
Components: build
Reporter: Jinho Kim
Assignee: Jinho Kim
Priority: Critical
Fix For: 0.11.0, 0.10.1
java.net.Socket does not use the {{Closeable}} interface on jdk 1.6
{noformat}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/jenkins/jenkins-slave/workspace/Tajo-master-build/tajo-common/src/main/java/org/apache/tajo/service/HAServiceTracker.java:[62,14]
cleanup(org.apache.commons.logging.Log,java.io.Closeable...) in
org.apache.tajo.util.FileUtil cannot be applied to
(org.apache.commons.logging.Log,java.net.Socket)
[INFO] 19 errors
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)