Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 688 Bytes

README.MD

File metadata and controls

18 lines (17 loc) · 688 Bytes

Giraph-Lab

This project is a simple lab to test Giraph graph computation. It is based on the Giraph Quick Start tutorial.

Pre-requisites

You must have docker running on your machine. If you don't have it, you can install it from here.

How to run

  1. Clone the repository
  2. Update the code as you wish
  3. Update the input graph with graph.txt
  4. Update the FILE environment variable in docker-compse.yml to point to the file you want to run
    environment:
      FILE: "example.DummyComputation"
  1. Run the container to build and execute the code
docker compose up --build