Alex2242 / hadoop-io-extensions

Hadoop I/O Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ODE Hadoop IO Extensions

Library providing Hadoop InputFormats for file types of interest for the ODE project.

Pre-requisites

Make sure you have java 8 and maven installed.

Debian / Unbuntu

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install openjdk-8-jdk maven

Usage

In the hadoop-io-extensions directory, use maven to compile and test:

mvn compile
mvn test

First run can be long as it will download all needed dependencies.

About

Hadoop I/O Extensions

License:Apache License 2.0


Languages

Language:Java 100.0%