BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.

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

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20

Use the squeeze option.

Data never sleeps

View solution in original post

2 REPLIES 2

sas-innovate-white.png

Special offer for SAS Communities members

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.

 

View the full agenda.

Register now!

Tips for filtering data sources in SAS Visual Analytics

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.

Discussion stats
  • 2 replies
  • 1257 views
  • 0 likes
  • 3 in conversation