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=
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
SAS System | SAS/ACCESS Interface to Hadoop | Microsoft® Windows® for x64 | 9.44 | 9.45 | 9.4 TS1M4 | 9.4 TS1M5 |
64-bit Enabled AIX | 9.44 | 9.45 | 9.4 TS1M4 | 9.4 TS1M5 |
64-bit Enabled Solaris | 9.44 | 9.45 | 9.4 TS1M4 | 9.4 TS1M5 |
HP-UX IPF | 9.44 | 9.45 | 9.4 TS1M4 | 9.4 TS1M5 |
Linux for x64 | 9.44 | 9.45 | 9.4 TS1M4 | 9.4 TS1M5 |
Solaris for x64 | 9.44 | 9.45 | 9.4 TS1M4 | 9.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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2018-07-23 10:33:35 |
Date Created: | 2018-07-19 04:48:22 |