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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 973 views
  • 0 likes
  • 3 in conversation