Hadoop, MapReduce and Hive: How to Use Non-Java Languages, Such as R
Join the DZone community and get the full member experience.
Join For FreeThis recent tutorial from Tom Hanlon at Hortonworks demonstrates how to use non-Java languages - R, in particular - to work with Hadoop data through MapReduce and Hive. Hanlon begins with a brief overview of Hadoop, and then divides his tutorial into two sections covering different approaches: Streaming (a MapReduce job from the command line) and Hive (passing data through a script).
Though the tutorial focuses on R, it is also meant to open doors for users working with other languages, such as Python, Ruby, and Linux commands or Shell scripts. To get started with Hadoop data using languages other than Java, take a look at Hanlon's full tutorial on Hortonworks.
Opinions expressed by DZone contributors are their own.
Trending
-
What ChatGPT Needs Is Context
-
A Complete Guide to AWS File Handling and How It Is Revolutionizing Cloud Storage
-
The SPACE Framework for Developer Productivity
-
Implementing a Serverless DevOps Pipeline With AWS Lambda and CodePipeline
Comments