How does Hadoop help in analyzing big data? Does SAS has any software similar to Hadoop?
Answers (2)
Vyacheslav V.
Team leader at ELEKS Software
Best Answers in: Web Development (4), Databases (2), Computers and Software (1), Software Development (1)
Hadoop like solutions allow parallelism => i.e. speed of processing depends on number of nodes you are able to allocate for your task.
Key idea of the analyzing is based on two functions: Map & Reduce, defined by developer basing on business task criteria.
Each stage has key-value pair as input and output, types of those are defined by developer.
Function is usually written in java, but there is a number of solutions that allow using of other languages.
I would recommend to review Google Code University materials on the link below prior to starting the Hadoop studying - to become more familiar with concept and techniques.
Links:
The SAS/ACCESS Interface to Hadoop product provides a connection between SAS and Hadoop:
http://www.sas.com/software/data-management/access/hadoop.html
http://blogs.sas.com/content/datamanagement/2012/03/06/sas-hadoop-a-peek-at-the-technology/
http://support.sas.com/documentation/cdl/en/achadoop/65227/PDF/default/achadoop.pdf