Cloudera QuickStart VM and Eclipse

Blog Summary: (AI Summaries by Summarizes)
  • You can create a MapReduce project in Eclipse and debug it.
  • The Cloudera QuickStart VM lets developers get started with writing MapReduce code without having to worry about software installs and configuration.
  • Eclipse is installed on the VM and there is a link on the desktop to start it.
  • When you run MapReduce code in Eclipse, Hadoop runs in a special mode called LocalJobRunner.
  • All of the Hadoop daemons are run in a single JVM instead of several different JVMs.

One of the common questions I get from students and developers relates to IDEs and MapReduce. How you create a MapReduce project in Eclipse and debug it? I have created a short screencast showing you how.

Cloudera QuickStart VM

The Cloudera QuickStart VM lets developers get started with writing MapReduce code without having to worry about software installs and configuration. Everything is installed and ready to go. You can download the image type that corresponds to your preferred virtualization platform.

Eclipse is installed on the VM and there is a link on the desktop to start it.

MapReduce and Eclipse

You can run and debug MapReduce code in Eclipse just like any other Java program. There are a few differences between running MapReduce in a distributed cluster and in an IDE like Eclipse. When you run MapReduce code in Eclipse, Hadoop runs in a special mode called LocalJobRunner. All of the Hadoop daemons are run in a single JVM (Java Virtual Machine) instead of several different JVMs. Another difference is that all file paths default to local file paths and not HDFS file paths.

With those caveats in mind, you can start putting in your breakpoints and debug your MapReduce code like any other Java program.

If you want to clone the same Git project as I do in the screencast, you can find it here. From the terminal type in:

git clone git@github.com:eljefe6a/UnoExample.git

The project will be cloned to the current directory as a subdirectory.

Note that creating Eclipse projects manually is the easy way to get started. If you are going to have Hadoop as part of an automated build process, you will want to do this in Maven. In Maven, you can create Eclipse projects. This blog post tells you how. If you want to compile Hadoop from source using Eclipse, this blog post shows how.

Conclusion

Whether you want to start writing some MapReduce code or debug existing code, the QuickStart VM will help you do it quickly and easily. This screencast walks you through it and gets you coding on your favorite IDE.

Related Posts

The Difference Between Learning and Doing

Blog Summary: (AI Summaries by Summarizes)Learning options trading involves data and programming but is not as technical as data engineering or software engineering.Different types of

The Data Discovery Team

Blog Summary: (AI Summaries by Summarizes)Data discovery team plays a crucial role in searching for data in the IT landscape.Data discovery team must make data