Problem Note 58911: The SAS® LASR™ script that is created by SAS® Data Integration Studio does not use the MAXFILESIZE=10 and MAXROLLNUM=5 logging parameters
In SAS® 360 Discover, SAS Data Integration Studio is used to create the SAS LASR start script (shown below), which uses the default /tmp location for SAS LASR logs. However, the script does not use (or does not recognize) the additional logging parameters MAXFILESIZE=10 and MAXROLLNUM=5, which are defined in metadata. Notice that the values for both parameters are less than the default values (100 and 10), respectively.
The SAS LASR start script that is created is as follows:
MPRINT(CXA_AVAE_START_LASR_SERVER): ods listing close;
MPRINT(CXA_AVAE_START_LASR_SERVER): ods html close;
NOTE: Attempting to start LASR server.
MPRINT(CXA_AVAE_START_LASR_SERVER): proc lasr create port=10019 signer="http://comp-web.domain.com:7980/SASLASRAuthorization" path="/tmp/test/Customer_Experience_Analytics_LASR_Server" logging (keeplog osencoding path="/tmp/");
MPRINT(CXA_AVAE_START_LASR_SERVER): performance host="comp-perf.domain.com" install="/tmp/bin/SASHighPerformanceAnalyticsEnvironment/3.2/TKGrid" nodes=ALL;
MPRINT(CXA_AVAE_START_LASR_SERVER): ods output PerformanceInfo=work._performInfo;
MPRINT(CXA_AVAE_START_LASR_SERVER): run;
NOTE: The LASR procedure is executing in the distributed computing environment with 8 worker nodes.
NOTE: The server started on 'comp-web.domain.com' port 10019.
NOTE: The data set WORK._PERFORMINFO has 4 observations and 3 variables.
NOTE: Compressing data set WORK._PERFORMINFO increased size by 100.00 percent. Compressed is 2 pages; un-compressed would require 1 pages.
NOTE: The LASR Analytic Server port '10019' has been assigned to the macro variable "LASRPORT".
NOTE: PROCEDURE LASR used (Total process time):
real time 3.78 seconds
cpu time 1.62 seconds
To work around this issue:
- Log on to SAS® Visual Analytics.
- Click the Administration link and start SAS® LASR™ Analytic Server.
When you restart SAS LASR Analytic Server, all of the metadata-server options are applied.
A fix for this issue is planned for a future software release.
Operating System and Release Information
SAS System | SAS Customer Intelligence 360 | N/A | | |
*
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: | medium |
Date Modified: | 2016-09-14 15:57:51 |
Date Created: | 2016-09-01 14:11:05 |