[ https://issues.apache.org/jira/browse/SQOOP-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13954316#comment-13954316 ]
Hudson commented on SQOOP-1209: ------------------------------- SUCCESS: Integrated in Sqoop-ant-jdk-1.6-hadoop20 #881 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop20/881/]) SQOOP-1209: DirectNetezzaManager fails to find tables from older Netezza system catalogs (jarcec: https://git-wip-us.apache.org/repos/asf/?p=sqoop.git&a=commit&h=ddd454b9b67bd32c12cbd1230c02d2a20c27d917) * src/java/org/apache/sqoop/manager/DirectNetezzaManager.java > DirectNetezzaManager fails to find tables from older Netezza system catalogs > ---------------------------------------------------------------------------- > > Key: SQOOP-1209 > URL: https://issues.apache.org/jira/browse/SQOOP-1209 > Project: Sqoop > Issue Type: Bug > Components: connectors > Affects Versions: 1.4.4 > Reporter: Kaufman Ng > Assignee: Venkat Ranganathan > Fix For: 1.4.5 > > Attachments: SQOOP-1209.patch > > > DirectNetezzaManager's checkTable method fails to find table and it will > error out and returns something like: > "<table_name> is not a valid Netezza table" > The cause is the query to look for netezza table > (QUERY_CHECK_DICTIONARY_FOR_TABLE) is case-sensitive. To query for tables in > Netezza catalog this needs to be case-insensitive. > Older netezza installs have system catalog tables stored in lowercase > 'table', while more recent Netezza have 'TABLE' by default. > Based on the feedback from Netezza admins, the query recommended to check for > tables in _V_TABLES system catalog (instead of _V_OBJECTS) table. -- This message was sent by Atlassian JIRA (v6.2#6252)