BookmarkSubscribeRSS Feed
VladimirLaskov
Calcite | Level 5
Hello,
after TKGrid install, I am trying to run this sas code
 
 
proc hprisk
task = DISTRIBUTE_PORTFOLIO
expprojlib = work
cube = "cube1"
filesprefix = "&hprfilesprefix.cube1"
cube_store_type = hdfs
hdfs_cube_copies = 2
;
performance nodes=1 nthreads=4;
crossclassvars instid;
run;
quit;
 
 
 

but I receive the error

 

ERROR: An OK signal was not received after sending settings to the HPRisk Engine.
ERROR: Information could not be read from the HPRisk Engine. The HPRISK procedure must terminate the task.
 
How to debug HPRisk Engine?

******************
SAS 9.4
TKGrid 3.5 + HotFix
Cloudera CDH 5.10
OS RHEL 7.3
******************

Thank You  

1 REPLY 1
alexal
SAS Employee

@VladimirLaskov,

after TKGrid install

 

That is not enough. You need to go through these sections of SAS® High-Performance Risk Administrator’s Guide:

 

  • Create Directories for Risk Cube Data Files
  • Common Problems: Query or Stress task fails when storing cubes in the Hadoop Distributed File System (HDFS)
  • Appendix 4: Store Cubes in Hadoop Distributed File System

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1606 views
  • 0 likes
  • 2 in conversation