Skip to content

Commit

Permalink
add a note about hive udf
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Dec 15, 2014
1 parent 5a7de46 commit 5c0e1a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Try to see useragent's category is 'crawler' or not, by casual(fast) method. Min

### Parsing user-agent in Hive queries

NOTE: **Released jar in Maven Central DOESN'T include UDF classes**. See [here](https://github.com/woothee/woothee-java#build-your-own-wootheejar-with-hive-udfs).

```sql
-- add woothee.jar to classpath
add jar woothee.jar;
Expand Down

0 comments on commit 5c0e1a8

Please sign in to comment.