Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Switching to Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
xstevens committed Jul 22, 2011
1 parent 728c83e commit 68b7816
Show file tree
Hide file tree
Showing 70 changed files with 564 additions and 88 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,6 +1,8 @@
build
target
.project
.classpath
.settings

# Compiled source #
###################
Expand All @@ -25,6 +27,7 @@ build

# Logs and databases #
######################
logs
*.log
*.sql
*.sqlite
Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,8 +1,8 @@
# Akela #

Version: 0.1
Version: 0.2

#### A bunch of utility classes for Java, Hadoop, HBase, Pig, etc. ####
#### Mozilla's utility library for Hadoop, HBase, Pig, etc. ####

### Version Compatability ###
This code is built with the following assumptions. You may get mixed results if you deviate from these versions.
Expand All @@ -15,11 +15,11 @@ This code is built with the following assumptions. You may get mixed results if
### Building ###
To make a jar you can do:

`ant jar`
`mvn package`

To make a Hadoop MapReduce job jar with no defined main class in the manifest:

`ant hadoop-jar`
`mvn assembly:assembly`


### License ###
Expand Down
27 changes: 0 additions & 27 deletions build.properties

This file was deleted.

57 changes: 0 additions & 57 deletions build.xml

This file was deleted.

Binary file removed lib/commons-logging-1.1.1.jar
Binary file not shown.
Binary file removed lib/hadoop-core-0.20.2-cdh3u0.jar
Binary file not shown.
Binary file removed lib/hadoop-lzo-0.4.8.jar
Binary file not shown.
Binary file removed lib/hbase-0.90.1-cdh3u0.jar
Binary file not shown.
Binary file removed lib/jackson-core-asl-1.8.1.jar
Binary file not shown.
Binary file removed lib/jackson-mapper-asl-1.8.1.jar
Binary file not shown.
Binary file removed lib/log4j-1.2.16.jar
Binary file not shown.
Binary file removed lib/lucene-analyzers-3.1.0.jar
Binary file not shown.
Binary file removed lib/lucene-core-3.1.0.jar
Binary file not shown.
Binary file removed lib/mahout-collections-1.0.jar
Binary file not shown.
Binary file removed lib/mahout-core-0.5.jar
Binary file not shown.
Binary file removed lib/mahout-math-0.5.jar
Binary file not shown.
Binary file removed lib/mahout-utils-0.5.jar
Binary file not shown.
File renamed without changes.
Binary file removed lib/pig-0.8.0-cdh3u0-core.jar
Binary file not shown.
Binary file removed lib/riak-client-0.14.1-SNAPSHOT.jar
Binary file not shown.
Binary file removed lib/zookeeper-3.3.3-cdh3u0.jar
Binary file not shown.

0 comments on commit 68b7816

Please sign in to comment.