Hi,
I am copying compressed data from LASR server to the Hadoop. Data is successfully getting created in HDFS but data is getting uncompressed in HDFS.
I am using below code to perform this task. Data in LASR is already compressed. Is there any option that can be used in below to keep the data compresssed while copying from LAST to HDFS?
Proc Imstat data=valibla.&secdat.;
save path="&hdfspath" replace;
run;
quit;
Thanks,
Nikhil
Use the squeeze option.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.