Skip to content

Commit

Permalink
Update readme formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nong Li committed Oct 17, 2013
1 parent 627adf9 commit e858a60
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
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.

0 comments on commit e858a60

Please sign in to comment.