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

Hi all,

 

I am thinking on the best approach to push loaded LASR tables down to HDFS on a scheduled manner. 

 

I would like to know what is the best approach to do that? Ideally, I was thinking (not sure whether feasible) that once the table is loaded (reloaded) it is automatically copied to HDFS replacing the old one if that exists. I have two LASR libraries and therefore, I would like tables to be pushed to two correspoding HDFS libraries.

 

If the automatic push is not possible, does that mean I have to write my own script to manually push tables to HDFS and then schedule that script to run let's say daily?

 

Thank you!

 

Regards,

Evgeny

1 ACCEPTED SOLUTION

Accepted Solutions
alexal
SAS Employee

@Evgeny_,

 

Yes, you have to write your own script to manually push tables from the memory to HDFS.

View solution in original post

2 REPLIES 2
alexal
SAS Employee

@Evgeny_,

 

Yes, you have to write your own script to manually push tables from the memory to HDFS.

Evgeny_
Fluorite | Level 6

Hi @alexal,

 

Thank you for your reply. That turned out to be a small script to loop through the list of LASR tables and use data step to push them to the corresponding HDFS library.

 

Regards,

Evgeny

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 997 views
  • 0 likes
  • 2 in conversation