Return-Path: X-Original-To: apmail-incubator-sqoop-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-sqoop-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 96B1A99A3 for ; Tue, 28 Feb 2012 00:36:15 +0000 (UTC) Received: (qmail 13068 invoked by uid 500); 28 Feb 2012 00:36:15 -0000 Delivered-To: apmail-incubator-sqoop-dev-archive@incubator.apache.org Received: (qmail 13020 invoked by uid 500); 28 Feb 2012 00:36:15 -0000 Mailing-List: contact sqoop-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sqoop-dev@incubator.apache.org Delivered-To: mailing list sqoop-dev@incubator.apache.org Received: (qmail 13011 invoked by uid 99); 28 Feb 2012 00:36:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 00:36:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 00:36:14 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9838F33C608 for ; Tue, 28 Feb 2012 00:35:49 +0000 (UTC) Date: Tue, 28 Feb 2012 00:35:49 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: sqoop-dev@incubator.apache.org Message-ID: <1266763418.25685.1330389349625.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1214822014.32051.1326322840806.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SQOOP-425) Sqoop invokes ResultSet.isLast() which causes Sybase JDBC driver to hang MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SQOOP-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217733#comment-13217733 ] Hudson commented on SQOOP-425: ------------------------------ Integrated in Sqoop-ant-jdk-1.6 #88 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6/88/]) SQOOP-425 Sqoop invokes ResultSet.isLast() which causes Sybase JDBC driver to hang (Revision 1294396) Result = SUCCESS blee : http://svn.apache.org/viewvc/?view=rev&rev=1294396 Files : * /incubator/sqoop/trunk/src/java/org/apache/sqoop/mapreduce/db/DBRecordReader.java > Sqoop invokes ResultSet.isLast() which causes Sybase JDBC driver to hang > ------------------------------------------------------------------------ > > Key: SQOOP-425 > URL: https://issues.apache.org/jira/browse/SQOOP-425 > Project: Sqoop > Issue Type: Bug > Affects Versions: 1.3.0 > Reporter: Arvind Prabhakar > Assignee: Cheolsoo Park > Attachments: SQOOP-425.patch > > > The call to ResultSet.isLast() should be replaced by ResultSet.isAfterLast() where necessary in order to help support Sybase for data import. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira