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.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.