SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 64225: Results are returned more slowly than expected when you access Hadoop views with SAS/ACCESS® Interface to Hadoop

DetailsHotfixAboutRate It

Performance might be slow when you use SAS/ACCESS Interface to Hadoop to query Apache Hadoop views. As part of the query compilation phase, SAS/ACCESS Interface to Hadoop generates the following statements: describe formatted table-name|view-name followed by select * from table-name|view-name

These two statements are also visible in the SAS® log when you enable the SASTRACE= option, as shown in the following example:

options sastrace=',,,ds' sastraceloc=saslog nostsuffix;
...more data...
HADOOP_4: Prepared: on connection 0
DESCRIBE FORMATTED `default`.`CLASS_VIEW`
 
HADOOP_5: Prepared: on connection 0
SELECT * FROM `default`.`CLASS_VIEW` LIMIT 0 -- /* initial prepare */

The SELECT statement might run slowly when the query is for a Hadoop view.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS/ACCESS Interface to HadoopMicrosoft® Windows® for x649.459.469.4 TS1M59.4 TS1M6
64-bit Enabled AIX9.459.469.4 TS1M59.4 TS1M6
64-bit Enabled Solaris9.459.469.4 TS1M59.4 TS1M6
HP-UX IPF9.459.469.4 TS1M59.4 TS1M6
Linux for x649.459.469.4 TS1M59.4 TS1M6
Solaris for x649.459.469.4 TS1M59.4 TS1M6
* 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.