Hi,
I would like to know a bit about SAS and Hadoop integration.
I know that you can connect SAS to Haddop via libname using SAS/ACCESS to Hadoop. As far as I know in that case you interact with Hadoop using HiveQL. You can insert SAS tables in HDFS using hiveQL and you can read Hive tables from SAS.
Other way is using data loader product. I think it also connect with HiveQL
Also you can use proc hadoop to execute hdfs commands.
I would like to know how you can do analytics procedures in Hadoop. For example High performance analytics procedures. I have read that this HP procedures can work with Hadoop, but how does it worsks??, is also a connector using HiveQL?, can you execute the procedures in the haddop clusters using map-reduce??, I wnat to know more about thin interaction....if you only gest data from Hadoop or if you can take advantage of hadoop clusters performance executing in a parallel architecture.
Other question... SAS Visual Analytics and Hadoop,...I supopose that you can get information from Hadoop (vía HiveQL) and upload to LASR server..is it right??, all the calculations and aggregations are made in LASR not in Hadoop cluster..is it right??
Thank in advance
Great that you are curious. But do you have an issue?
If you are interested in starting to use SAS with Hadoop, a contact to your local SAS office is a good start.
For an overall map of SAS-Hadoop integration, Paul Kents Global Forum papers are a good start:
http://support.sas.com/resources/papers/proceedings15/SAS4642-2015.pdf
For HPF, it works like an in-database processing. For the details in the set up, again, talk a SAS representative (also because it's surprisingly hard to get this information from the products page).
For Visuall Analytuics, the standard setup is to load data in hfs, but in a SAS LASR specific format, optimized to quickly load into memory. Perhaps you could use Hive (or in a near future), but wouldn't be optimal since SAS maps its's on data byte-wise to memory on the local server, Hive data is spread around the cluster, so such 1-1 data mapping isn't possible (I think).
Hi juanvg1972,
To add to LinusH’s response, here are some resources that may help answer your questions.
A couple technical webinars led by SAS Technical Architect Jeff Bailey:
Getting Started with SAS® and Hadoop
Topics include:
SAS® Integration with Hadoop: Part II
Topics include:
Two papers with general overviews of how SAS works with Hadoop:
SAS® and Hadoop Technology Overview
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.