Other alternatives for analysis

The Hadoop ecosystem has several other specialized tools and projects for data analysis that might be applicable for your use case. I'll mention a few popular open source tools to be considered.

RHadoop

R is a language created for statisticians and has over 2 million users. RHadoop is a set of R packages that run on Hadoop, which are as follows:

  • rmr package provides interface to MapReduce using R code
  • rhdfs package provides interface to HDFS with R
  • rhbase package is required if HBase is used
  • plyrmr package has common data manipulation functions
  • ravro package allows reading and writing to files in an avro format

With RHadoop, data scientists can explore the Data Lake, perform regression analysis to predict the future, identify ...

Get HDInsight Essentials - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.