forked from cloudera/impala-udf-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nong Li
committed
Oct 17, 2013
1 parent
627adf9
commit e858a60
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
This repo contains sample user defined functions (UDFs) and user defined aggregate functions (UDAs) | ||
built against the Impala UDF/UDA framework. | ||
This repo contains sample user defined functions (UDFs) and user defined aggregate functions (UDAs) built against the Impala UDF/UDA framework. | ||
|
||
To get started: | ||
1) Install the impala udf development package. TODO: link | ||
2) From this folder, run | ||
2a) cmake . | ||
2b) make | ||
|
||
The samples will get built to build/. This contains test executables that you can run locally, without | ||
the impala service installed as well as the shared object artifacts that we can run on impala. | ||
To get started: | ||
|
||
1. Install the impala udf development package: <http://repos.jenkins.cloudera.com/impala-experiment/> | ||
2. cmake . | ||
3. make | ||
|
||
The samples will get built to build/. This contains test executables that you can run locally, without the impala service installed as well as the shared object artifacts that we can run on impala. |