Skip to content

Installation

Inno Fang edited this page Jun 3, 2019 · 1 revision

Download the jar files

You can download jar files in release page directly.

Beside, you can compile the project by yourself. Clone this project to your local first, enter the project folder and use maven order compile it.

git clone https://github.com/InnoFang/subgraph-isomorphism.git
cd subgraph-isomorphism
mvn clean package -DskipTests

Then it will generate a subgraph-isomorphism-1.0.jar file under the target folder. Generation of mapreduce-1.0.jar is similar.

cd mapreduce
mvn clean package -DskipTests

After a while, mapreduce-1.0.jar will generated under the mapreduce/target folder.

If you want to use subgraph-isomorphism-1.0.jar on your project, you are suppose to load it depends on IDE. But mapreduce-1.0.jar can used directly on Hadoop.