SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 62637: The TEMPORARY keyword is missing for a staging table when you use SAS® High Performance procedures with the LIBNAME option DBCREATE_TABLE_OPTS=

DetailsHotfixAboutRate It

When you use SAS High Performance procedures with the LIBNAME option DBCREATE_TABLE_OPTS=, a temporary table is created in Apache Hive.

However, the TEMPORARY keyword is missing before the word TABLE in the CREATE TABLE statement, as shown in the following SAS log with the SASTRACE= system option enabled:

options sastrace=',,,d' sastraceloc=saslog nostsuffix;
...
HADOOP_19: Executed: on connection 3
CREATE TABLE `default`.`sastmp_02_12_10_31_16_073_00003` (`y` DOUBLE,`id`
DOUBLE,`_PartInd_` DOUBLE) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\001'
LINES TERMINATED BY '\012' STORED AS TEXTFILE LOCATION
'/tmp/sim_2018-02-12-10-30-28-004-05'

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.449.459.4 TS1M49.4 TS1M5
64-bit Enabled AIX9.449.459.4 TS1M49.4 TS1M5
64-bit Enabled Solaris9.449.459.4 TS1M49.4 TS1M5
HP-UX IPF9.449.459.4 TS1M49.4 TS1M5
Linux for x649.449.459.4 TS1M49.4 TS1M5
Solaris for x649.449.459.4 TS1M49.4 TS1M5
* 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.