I get to my Hadoop files using a libname with a schema.
When I tried to load a Hadoop file to CAS using proc casutil using the Hadoop libref (the same way I would load a base sas file), I got an error saying that THE filename was too long.
Does Cas only allow very short filenames? Or is a libref the wrong way to load Hadoop files into CAS.
Instead could you help me with some sample code (or a link to some) for loading from a hadoop library to cas. Thanks.
libname xxx HADOOP server="123.456.789" schema=yyy;
has file zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz.
I am pretty certain I am doing the step below incorrectly. Should I use the physical name from the log? Do I need an incaslib? Should I use file= instead of data=?.
proc casutil;
load data="xxx.zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" outcaslib="casuser" ;
run;
No
4 characters
Please show me the output from a program below:
proc options option=VALIDVARNAME value; run;
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!