GithubHelp home page GithubHelp logo

davidmr001 / gobblin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/gobblin

0.0 1.0 0.0 165.1 MB

Universal data ingestion framework for Hadoop.

Home Page: https://github.com/linkedin/gobblin/wiki

License: Apache License 2.0

Shell 0.65% Java 98.51% CSS 0.14% HTML 0.17% JavaScript 0.42% Groff 0.01% Python 0.05% XSLT 0.06% C++ 0.01%

gobblin's Introduction

Gobblin Build Status Documentation Status

Gobblin is a universal data ingestion framework for extracting, transforming, and loading large volume of data from a variety of data sources, e.g., databases, rest APIs, FTP/SFTP servers, filers, etc., onto Hadoop. Gobblin handles the common routine tasks required for all data ingestion ETLs, including job/task scheduling, task partitioning, error handling, state management, data quality checking, data publishing, etc. Gobblin ingests data from different data sources in the same execution framework, and manages metadata of different sources all in one place. This, combined with other features such as auto scalability, fault tolerance, data quality assurance, extensibility, and the ability of handling data model evolution, makes Gobblin an easy-to-use, self-serving, and efficient data ingestion framework.

Documentation

Check out the Gobblin documentation at http://gobblin.readthedocs.org/en/latest/. Note the Gobblin Wiki documentation has been deprecated! For the most up to date version of the docs please reference the aforementioned link!

Getting Started

Building Gobblin

Download or clone the Gobblin repository (say, into /path/to/gobblin) and run the following command:

$ cd /path/to/gobblin
$ ./gradlew clean build

After Gobblin is successfully built, you will find a tarball named gobblin-dist.tar.gz under the project root directory. Copy the tarball out to somewhere and untar it, and you should see a directory named gobblin-dist, which initially contains three directories: bin, conf, and lib. Once Gobblin starts running, a new subdirectory logs will be created to store logs.

Building against a Specific Hadoop Version

Gobblin uses the Hadoop core libraries to talk to HDFS as well as to run on Hadoop MapReduce. Because the protocols have changed in different versions of Hadoop, you must build Gobblin against the same version that your cluster runs. By default, Gobblin is built against version 2.3.0

To build Gobblin against a different version of Hadoop, e.g., 2.6.0, run the following command:

$ ./gradlew clean build -PhadoopVersion=2.6.0

For more information on the different build options for Gobblin, check out the Gobblin Build Options wiki.

Gobblin is no longer compatible with Hadoop 1.x.x.

Running Gobblin

Out of the box, Gobblin can run either in standalone mode on a single box or on Hadoop MapReduce. Please refer to the page Gobblin Deployment in the documentation for an overview of the deployment modes and how to run Gobblin in different modes.

Running the Examples

Please refer to the page Getting Started in the documentation on how to run the examples.

Configuration

Please refer to the page Configuration Glossaryin the documentation for an overview on the configuration properties of Gobblin.

gobblin's People

Contributors

abti avatar ahollenbach avatar alexshadow007 avatar anandrishabh avatar cairachel9 avatar chavdar avatar dvenkateshappa avatar henrycaihaiying avatar ibuenros avatar jinhyukchang avatar kadaan avatar klyr avatar lbendig avatar liyinan926 avatar lqiao avatar muratoda avatar narasimhareddyv avatar navteniev avatar pcadabam avatar pcadabam-zz avatar rakanalh avatar rayortigas avatar sahiltakiar avatar servis avatar shirshanka avatar suvodeep-pyne avatar tugithub avatar xkrogen avatar ydai1124 avatar zliu41 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.