Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
GIRAPH-457: update module names (nitay)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitay Joffe committed Dec 20, 2012
1 parent 196238b commit 4585139
Show file tree
Hide file tree
Showing 460 changed files with 21 additions and 22 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,6 +1,8 @@
Giraph Change Log

Release 0.2.0 - unreleased
GIRAPH-457: update module names (nitay)

GIRAPH-455: Add meta information to built jars (nitay)

GIRAPH-456: Log where master is on every host (nitay)
Expand Down
6 changes: 3 additions & 3 deletions README
Expand Up @@ -113,14 +113,14 @@ Specifically you would do something like:
giraph-root/giraph/ $ mvn clean verify # build from fresh state
giraph-root/giraph/ $ mvn install # install jar to local repository

The giraph-formats-contrib/ module contains hooks to read/write from various
The giraph-formats/ module contains hooks to read/write from various
formats (e.g. Accumulo, HBase, Hive). It depends on the giraph module. This
means if you make local changes to the giraph codebase you will first need to
install the giraph/ jar locally so that giraph-formats-contrib/ will pick it up.
install the giraph/ jar locally so that giraph-formats/ will pick it up.
In other words something like this:

giraph-root/giraph/ $ mvn install
giraph-root/giraph-formats-contrib $ mvn verify
giraph-root/giraph-formats $ mvn verify

To build everything at once you can issue the maven commands at the top level.
Note that we use the "install" target so that if you have any local changes to
Expand Down
4 changes: 2 additions & 2 deletions giraph/pom.xml → giraph-core/pom.xml
Expand Up @@ -23,10 +23,10 @@ under the License.

<parent>
<groupId>org.apache.giraph</groupId>
<artifactId>parent</artifactId>
<artifactId>giraph-parent</artifactId>
<version>0.2-SNAPSHOT</version>
</parent>
<artifactId>giraph</artifactId>
<artifactId>giraph-core</artifactId>
<packaging>jar</packaging>

<name>Apache Giraph</name>
Expand Down
Expand Up @@ -29,9 +29,7 @@
<outputDirectory>/</outputDirectory>
<unpackOptions>
<excludes>
<exclude>
META-INF/LICENSE
</exclude>
<exclude>META-INF/LICENSE</exclude>
</excludes>
</unpackOptions>
<unpack>true</unpack>
Expand Down

0 comments on commit 4585139

Please sign in to comment.