Usage Note 53776: "File does not exist" errors occur when you access tables with SAS/ACCESS® Interface to Impala
When reading or writing tables using SAS/ACCESS Interface to Impala, you might receive the following errors:
ERROR: CLI prepare error: [Cloudera][ImpalaODBC] (110) Error while executing a query in Impala: [HY000] : Analysis
Exception: Table does not exist: database.tablename
SQL statement: SELECT * FROM 'tablename'.
The error occurs because of a vendor bug that enables you to see tables that do not exist in your database or schema. When you attempt to read tables that are not in your default database, the problem occurs.
To resolve the problem, specify DATABASE= or SCHEMA= in your LIBNAME statement, as shown below:
libname test impala server=your-impala-server user=user-ID password=password port=21050 database=database;
Operating System and Release Information
| SAS System | SAS/ACCESS Interface to Hadoop | Microsoft® Windows® for x64 | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows 8 Enterprise 32-bit | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows 8 Enterprise x64 | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows 8 Pro 32-bit | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows 8 Pro x64 | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows 8.1 Enterprise 32-bit | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows 8.1 Enterprise x64 | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows 8.1 Pro | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows 8.1 Pro 32-bit | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows Server 2008 | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows Server 2008 R2 | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows Server 2008 for x64 | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows Server 2012 Datacenter | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows Server 2012 R2 Datacenter | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows Server 2012 R2 Std | 9.4_M2 | | 9.4 TS1M3 | |
| Microsoft Windows Server 2012 Std | 9.4_M2 | | 9.4 TS1M3 | |
| Windows 7 Enterprise 32 bit | 9.4_M2 | | 9.4 TS1M3 | |
| Windows 7 Enterprise x64 | 9.4_M2 | | 9.4 TS1M3 | |
| Windows 7 Home Premium 32 bit | 9.4_M2 | | 9.4 TS1M3 | |
| Windows 7 Home Premium x64 | 9.4_M2 | | 9.4 TS1M3 | |
| Windows 7 Professional 32 bit | 9.4_M2 | | 9.4 TS1M3 | |
| Windows 7 Professional x64 | 9.4_M2 | | 9.4 TS1M3 | |
| Windows 7 Ultimate 32 bit | 9.4_M2 | | 9.4 TS1M3 | |
| Windows 7 Ultimate x64 | 9.4_M2 | | 9.4 TS1M3 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
"File does not exist" errors might occur when you are using SAS/ACCESS Interface to Impala. The errors occur because of a vendor bug that enables you to see tables outside of your schema or database when these parameters are not specified.
| Date Modified: | 2014-08-18 16:17:38 |
| Date Created: | 2014-07-29 12:21:54 |