Project

fog-hadoop

0.0
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
This library can be used as a module for `fog` or as standalone provider to use the Hadoop services in applications..
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0
>= 0
= 0.0.24
~> 0.3.4
>= 0
>= 0

Runtime

 Project Readme

fog-hadoop

Gem VersionBuild Status Code Climate Coverage Status

Fog connector for Hadoop

Installation

Add this line to your application's Gemfile:

gem 'fog-hadoop'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fog-hadoop

Usage

Initial Setup

Require the gem:

require "fog/hadoop"

Connection parameters:

@connection_params = {
  hadoop_yarn_api_url:     "http://<resource_manager_host>:8088/",
  hadoop_hdfs_api_url:     "http://<namenode>:50070/"
}

Support

Check in this link

Contribute

Read the contribute documentation

Development

You can use this Vagrant Hadoop repo to have a environment to dev.