<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hadoop on Infinite Script</title><link>https://www.infinitescript.com/tags/hadoop/</link><description>Recent content in Hadoop on Infinite Script</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 08 Aug 2014 13:30:34 +0000</lastBuildDate><atom:link href="https://www.infinitescript.com/tags/hadoop/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started with Hadoop 2.0</title><link>https://www.infinitescript.com/2014/08/getting-started-with-hadoop-2-0/</link><pubDate>Fri, 08 Aug 2014 13:30:34 +0000</pubDate><guid>https://www.infinitescript.com/2014/08/getting-started-with-hadoop-2-0/</guid><description>&lt;p&gt;Apache™ &lt;strong&gt;Hadoop&lt;/strong&gt;® is an open source software project that enables the distributed processing of large data sets across clusters of commodity servers. It is designed to scale up from a single server to thousands of machines, with a very high degree of fault tolerance. Rather than relying on high-end hardware, the resiliency of these clusters comes from the software’s ability to detect and handle failures at the application layer.&lt;/p&gt;&#10;&lt;p&gt;Hadoop 1 popularized MapReduce programming for batch jobs and demonstrated the potential value of large scale, distributed processing. MapReduce, as implemented in Hadoop 1, can be I/O intensive, not suitable for interactive analysis, and constrained in support for graph, machine learning and on other memory intensive algorithms. Hadoop developers rewrote major components of the file system to produce Hadoop 2. To get started with the new version, it helps to understand the major differences between Hadoop 1 and 2.&lt;/p&gt;</description></item><item><title>Running Hadoop 1.1.2 on Ubuntu Linux (Single-Node Cluster)</title><link>https://www.infinitescript.com/2013/06/running-hadoop-1-1-2-on-ubuntu-linux-single-node-cluster/</link><pubDate>Fri, 14 Jun 2013 13:15:21 +0000</pubDate><guid>https://www.infinitescript.com/2013/06/running-hadoop-1-1-2-on-ubuntu-linux-single-node-cluster/</guid><description>&lt;p&gt;In this tutorial I will describe the required steps for setting up a &lt;em&gt;pseudo-distributed, single-node&lt;/em&gt; Hadoop cluster backed by the Hadoop Distributed File System, running on Ubuntu Linux.&lt;/p&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This walkthrough targets &lt;strong&gt;Hadoop 1.1.2&lt;/strong&gt; (2013) on Ubuntu 13.04, both long past end-of-life. Hadoop 1.x predates YARN, so the JobTracker/TaskTracker daemons, the &lt;code&gt;conf/&lt;/code&gt; layout, and config keys such as &lt;code&gt;fs.default.name&lt;/code&gt; and &lt;code&gt;mapred.job.tracker&lt;/code&gt; no longer apply to current releases (3.x uses &lt;code&gt;etc/hadoop/&lt;/code&gt;, &lt;code&gt;fs.defaultFS&lt;/code&gt;, and different web-UI ports). It is kept here as a historical reference; if you are setting up Hadoop today, follow the official &lt;a href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html"&gt;Single Node Cluster&lt;/a&gt; guide instead.&lt;/p&gt;</description></item></channel></rss>