-
Notifications
You must be signed in to change notification settings - Fork 39
/
README.txt
41 lines (35 loc) · 1.46 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
****************************
* Vertica Analytic Database
*
* Apache Hadoop & Pig Connector
*
* Copyright 2012 Vertica Systems, an HP company 2012
****************************
This directory contains jars, examples, doc & source code for
Apache Hadoop & Pig connectors to the Vertica Analytic Database.
IMPORTANT: If you wish to contribute anything to this repository, in
order for us to accept your pull request you MUST sign and send a copy
of the appropriate Contributor License Agreement to Vertica
license/PersonalCLA.pdf: If you are contributing for yourself
license/CorporateCLA.pdf: If you are contributing on behalf of your company
Directory structure:
./hadoop-vertica Hadoop to Vertica Connector
./pig-vertica Pig to Vertica Connector
./hadoop-vertica-example Example for using the Hadoop Connector
./squeal Squeal - a pig to sql translator.
Compile:
Set the following environment variables:
HADOOP_HOME - Directory containing the hadoop installation.
PIG_HOME - Directory containing Apache Pig installation.
PIG_JAR- Name of pig jar.
BUILDDIR - Temporary directory for storing build files.
pig_version- Pig version.
VERTICA_JAR- Path to Vertica JDBC jar.
JAR_DIR - Directory where the new jar files & docs should be stored.
Run - make jar
TODO:
Use Maven to download dependencies.
helpful commands for running examples.
Examples for pig connector.
Examples for Hadoop streaming.