Problem Note 61608: The "...No more data to read..." error occurs when you run the RANK procedure with SAS/ACCESS® Interface to Impala
When you use PROC RANK with IMPALA tables, you can receive an error similar to the following:
proc rank data=x.test1 out=work.sortme;
var age height weight;
ranks rankage rankheig rankweig;
run;
ERROR: CLI error trying to establish connection:
[unixODBC][Cloudera][ImpalaODBC] (100) Error from the Impala Thrift API: No more
data to read.
ERROR: Connection to the IMPALA DBMS does not exist.
You encounter this issue when you run code similar to the following:
Other procedures and DATA steps run correctly with this same LIBNAME statement. The problem occurs because the IMPALA_PRINCIPAL is not passed to the procedure correctly.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/ACCESS Interface to Impala | Microsoft® Windows® for x64 | 9.43 | | 9.4 TS1M4 | |
64-bit Enabled AIX | 9.43 | | 9.4 TS1M4 | |
Linux for x64 | 9.43 | | 9.4 TS1M4 | |
*
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.
When running PROC RANK against IMPALA tables using SAS/ACCESS Interface to Impala, you can receive a "...No more data to read..." error.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2017-12-22 11:28:16 |
Date Created: | 2017-12-20 08:45:24 |