CARVIEW |
- Trending Topics:
- iphone
- actionscript
- android
- development
- mobile
- xslt
- mac
- More...
Earn Rewards, Reputation, and Badges
Redeem the reputation points you've earned from participating in O'Reilly Answers for O'Reilly ebooks, videos, courses, and conferences.
Learn more »
Recommended for You
Topics: hadoop
hadoop Feed
hadoop Open Questions Feed
hadoop Email
Open Questions via Email

Please sign in or register to post.

Please sign in or register to post.
-
How to Install Hadoop HBase
By chco: 31 October 2010 - 08:08 AM
The following excerpt from Hadoop: The Definitive Guide, Second Edition gives a step by step guide to installing HBase.Download a stable release from an Apache Download Mirror and unpack it on your lo...
-
An Example Hadoop Implementation
By chco: 27 October 2010 - 07:16 AM
In the following excerpt from Hadoop: The Definitive Guide, Second Edition we take a look at an example for implementing Hadoop in a step by step process.Let’s look at a simple example by writing th...
-
How to Run Hadoop in the Cloud
By chco: 21 October 2010 - 04:33 AM
In this excerpt from the O'Reilly publication Hadoop: The Definitive Guide, Second Edition, we look at running Hadoop on Amazon EC2, which is a great way to try out your own Hadoop cluster on a lo...
-
How MapReduce Works with Hadoop
By chco: 14 October 2010 - 05:57 PM
In this excerpt from Hadoop: The Definitive Guide, Second Edition, we look at how MapReduce in Hadoop works in detail. This knowledge provides a good foundation for writing more advanced MapReduce pro...
-
Practical Techniques for Developing with Pig and Hadoop
By tomwhite: 28 October 2009 - 12:46 PM
There are some practical techniques that are worth knowing about when you are developing and running Pig programs. This section covers some of them.ParallelismWhen running in Hadoop mode...
-
How to Benchmark a Hadoop Cluster
By tomwhite: 28 October 2009 - 12:24 PM
Is the cluster set up correctly? The best way to answer this question is empirically: run some jobs and confirm that you get the expected results. Benchmarks make good tests, as you also...
-
Anatomy of a MapReduce Job Run with Hadoop
By tomwhite: 28 October 2009 - 12:16 PM
You can run a MapReduce job with a single line of code: JobClient.runJob(conf). It’s very short, but it conceals a great deal of processing behind the scenes. This section uncov...
-
Introduction to MapReduce Workflows
By tomwhite: 28 October 2009 - 11:47 AM
So far in this chapter, you have seen the mechanics of writing a program using MapReduce. We haven’t yet considered how to turn a data processing problem into the MapReduce mode...
-
Get to Know Hadoop Filesystems
By tomwhite: 28 October 2009 - 11:33 AM
Hadoop has an abstract notion of filesystem, of which HDFS is just one implementation. The Java abstract class org.apache.hadoop.fs.FileSystem represents a filesystem in Hadoop, and ther...
-
Get Started Analyzing Data with Hadoop
By tomwhite: 28 October 2009 - 11:14 AM
To take advantage of the parallel processing that Hadoop provides, we need to express our query as a MapReduce job. After some local, small-scale testing, we will be able to run it on a ...
- 1
![]() ©2011, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
|