smali

четверг, 26 февраля 2015 г.

hadoop java example

MapReduce Tutorial
http://hadoop.apache.org/docs/r1.2.1/mapred_tutorial.html'
http://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html

Hadoop Basics - Creating a MapReduce Program
http://java.dzone.com/articles/hadoop-basics-creating

Writing a Hadoop MapReduce task in Java
http://www.javacodegeeks.com/2013/08/writing-a-hadoop-mapreduce-task-in-java.html

!
Hadoop: Writing and Running Your First Project
http://www.drdobbs.com/database/hadoop-writing-and-running-your-first-pr/240153197

MapReduce programming with Apache Hadoop
http://www.javaworld.com/article/2077907/open-source-tools/mapreduce-programming-with-apache-hadoop.html



-
Community Tutorial 09: Write and Run Your Own MapReduce Java Program - Poll Result Analysis Using Hadoop, Java and Eclipse
This tutorial is from the Community part of tutorial for Hortonworks Sandbox - a single-node Hadoop cluster running in a virtual machine.
https://github.com/hortonworks/hadoop-tutorials/blob/master/Community/T09_Write_And_Run_Your_Own_MapReduce_Java_Program_Poll_Result_Analysis.md

-
Hello World! on Hadoop @ TACC
https://sites.google.com/site/tacchadoop/home/hello-world-on-hadoop-tacc

-
Building Hadoop MapReduce Jobs In Java
http://www.higherpass.com/java/tutorials/building-hadoop-mapreduce-jobs-in-java/

-
Hadoop Map-Reduce Example in Java
https://github.com/umermansoor/hadoop-java-example

-
Hadoop Example Program in Java
http://www.cs.brandeis.edu/~cs147a/lab/hadoop-example-java/

4 комментария:

  1. Hadoop libs
    D:\Hadoop.6.h\hadoop-2.6.0\hadoop-2.6.0\share\hadoop\
    https://github.com/hortonworks/hadoop-tutorials/blob/master/Community/T09_Write_And_Run_Your_Own_MapReduce_Java_Program_Poll_Result_Analysis.md

    ОтветитьУдалить
  2. D:\lib.Hadoop\hadoop-common-2.6.0.jar;D:\lib.Hadoop\hadoop-mapreduce-client-core-2.6.0.jar;D:\lib.Hadoop\hadoop-mapreduce-client-jobclient-2.6.0.jar;
    D:\lib.Hadoop\commons-cli-1.2.jar;
    jar cf wc.jar WordCount*.class
    hadoop jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar wordcount elephant/shakespeare elephant/output3
    hadoop jar wc.jar WordCount /user/joe/wordcount/input /user/joe/wordcount/output
    /home/cloudera
    $ hadoop fs -mkdir input
    $ hadoop fs -put shakespeare.txt input
    $ hadoop fs -ls /user
    $ hadoop fs -ls input
    $ hadoop fs -tail input/shakespeare.txt

    ОтветитьУдалить
  3. Этот комментарий был удален автором.

    ОтветитьУдалить