hortonworks/kite

Name: kite

Owner: Hortonworks Inc

Description: READ-ONLY copy of https://gerrit.eng.hortonworks.com/r/#/admin/projects/kite

Forked from: kite-sdk/kite

Created: 2018-04-12 05:46:49.0

Updated: 2018-04-12 06:17:46.0

Pushed: 2018-04-27 15:48:43.0

Homepage:

Size: 48576

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Kite Build Status Gitter chat

Kite is a set of libraries, tools, examples, and documentation focused on making it easier to build systems on top of the Hadoop ecosystem.

The goals of Kite are:

Eric Sammer recorded a webinar in which he talks about the goals of the project, which was then called CDK (the Cloudera Development Kit).

This project is organized into modules. Modules may be independent or have dependencies on other modules within Kite. When possible, dependencies on external projects are minimized.

Modules

The following modules currently exist.

Kite Data

The data module provides logical abstractions on top of storage subsystems (e.g. HDFS) that let users think and operate in terms of records, datasets, and dataset repositories. If you're looking to read or write records directly to/from a storage system, the data module is for you.

Kite Maven Plugin

The Kite Maven Plugin provides Maven goals for packaging, deploying, and running distributed applications.

Kite Morphlines

The Morphlines module reduces the time and skills necessary to build and change Hadoop ETL stream processing applications that extract, transform and load data into Apache Solr, Enterprise Data Warehouses, HDFS, HBase or Analytic Online Dashboards.

Kite Tools

The tools module provides command-line tools and APIs for performing common tasks with the Kite.

Examples

Example code demonstrating how to use Kite can be found in the separate GitHub repository at https://github.com/kite-sdk/kite-examples

License

Kite is provided under the Apache Software License 2.0. See the file LICENSE.txt for more information.

Building

To build using the default CDH dependencies use

install

For Hadoop 2:

install -Dhadoop.profile=2

For Hadoop 1:

install -Dhadoop.profile=1

By default Java 7 is used. If you want to use Java 6, then add -DjavaVersion=1.6, -DjavaTargetVersion=1.6 e.g.

install -DjavaVersion=1.6 -DjavaTargetVersion=1.6

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.