Skip to content

Commit

Permalink
Merge pull request #53 from rangadi/readme_update_for_maven
Browse files Browse the repository at this point in the history
update readme with maven repo info
  • Loading branch information
traviscrawford committed Jul 20, 2012
2 parents cdf9ab8 + 6421ac7 commit 710cc50
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -81,6 +81,20 @@ Header files are not available in all Java installs. Double-check you are using
$ ls -d /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include $ ls -d /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include
ls: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include: No such file or directory ls: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include: No such file or directory


### Maven repository

The hadoop-lzo package is available at `http://maven.twttr.com/`.

For example, if you are using `ivy`, add the repository in `ivysettings.xml`:
```xml
<ibiblio name="twttr.com" m2compatible="true" root="http://maven.twttr.com/"/>
```

And include hadoop-lzo as a dependency:
```xml
<dependency org="com.hadoop.gplcompression" name="hadoop-lzo" rev="0.4.15"/>
```

### Using Hadoop and LZO ### Using Hadoop and LZO


#### Reading and Writing LZO Data #### Reading and Writing LZO Data
Expand Down

0 comments on commit 710cc50

Please sign in to comment.