Code Monkey home page Code Monkey logo

ubuntu_bigdata's Introduction

Hadoop Stack on ubuntu using Vagrant

This vagrant setup would help you to spin up a ubuntu linux virtual machine and pull necessary hadoop stack for your quick development.

Hadoop, Yarn, Spark, Hbase are going to be standalone mode in this setup.

Vagrant setup uses 3GB memory and 2 cores in your machine. Please make sure sufficient computing resources are available in your laptop/desktop.

Vagrantfile has following host directories synced into virtual machine. If you bring up vagrant as is, it would fail due to that. Please add/delete/update and make necessary change according to your needs.

master.vm.synced_folder "../../projects", "/projects"
master.vm.synced_folder "../../data", "/data"
master.vm.synced_folder "../../temp_dir", "/temp_dir"
master.vm.synced_folder "../../softwares", "/softwares"
master.vm.synced_folder "../../eclipse_workspace", "/eclipse_workspace"

Once virutal machine image is up and running, 'vagrant ssh' would help you to login into the virtual machine. Please run following command to bring up all necessary hadoop yarn and hbase daemons. It is mandatory. Otherwise, you would not be able to run any hadoop hdfs commands and pig,hive would not work properly.

Please run the following command once you login into the image.

/vagrant/post_process.sh

ubuntu_bigdata's People

Contributors

njvijay avatar

Watchers

 avatar  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.