Git Product home page Git Product logo

install-vagrant's Introduction

Tessera with Vagrant

Vagrant provides a lightweight mechanism to provision a reproducible portable Tessera environment for testing and development. This is the easiest way to get a local platform-independent single-node VM with the Hadoop-backed Tessera environment installed.

The subdirectories in this repository provide scripts to provision a Tessera Vagrant VM with various versions of Tessera components. The current recommended environment is cdh4mr1-rhipe0.74.

Provisioning a VM


Download and install Vagrant: http://www.vagrantup.com/downloads.html

On a command line, clone this repository:

git clone https://github.com/tesseradata/install-vagrant

Choose the directory in this repository with the environment you would like, for example

cd install-vagrant/cdh4mr1-rhipe0.74

This will put you in an environment with CDH4 running MapReduce version 1 and with RHIPE 0.74.

To provision the environment, simply type the following:

vagrant up

and

vagrant up  | vagrant up --provider=virtualbox | vagrant up --provider=aws

for virtual box or aws.

Once the provisioning has completed

  • To work from command line: SSH into the machine with vagrant ssh
  • To work from RStudio IDE: navigate to localhost:9787 in your web browser with credentials vagrant:vagrant
  • While using cdh5-mr2-Rhipe0.75, to access all HTTP pages on your AWS machine tunnel your traffic the following way ssh -D 10009 -i key ubuntu@hostname or ssh -D 10009 -i key username@hostname

Unless otherwise noted in the README file for a specific installation, the following Hadoop services are available at the following locations:

  • NameNode: http://localhost:60070
  • JobTracker: http://localhost:60030
  • TaskTracker: http://localhost:60060

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.