Giter Site home page Giter Site logo

ps's Introduction

SPPU DSBDA Practical

MapReduce Using Cloudera VM

  1. Open eclipse
  2. Create Project
  3. Add code from github ;) according to your problem statement
  4. Add external archives (right click and build path)
      1. hadoop-common.jar from usr/lib/hadoop
      1. hadoop-common-2.6.0-cdh5.4.2.jar from usr/lib/hadoop
      1. hadoop-core-2.6.0-mr1-cdh5.4.2.jar form usr/lib/hadoop-0.20-mapreduce
      1. commons-cli-1.2.jar from usr/lib/hadoop/lib
  5. Create new launch configuration
  6. For that click on Run as and then Run configuration
  7. Click on java application and create new configuration
  8. Select class name that we have created means copy pasted :D
  9. After creation of launch configuration right click on project and click on export
  10. Create runnable jar file
  11. Give path where you want to export it and click finish
  12. Open terminal and go to the path where you have exported jar file
  13. Run Command to Put Data in HDFS hadoop fs -put <file name> <path>
  14. Run command hadoop jar <jar file name> <class name> <input file path> <output file path>
  15. Check output in output file path in HDFS hadoop fs -cat <output file path>

Tableau

Hive and HBase

ps's People

Contributors

ruturaj-jadhav avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.