Skip to content

A starter project for Hadoop and Giraph with Maven and Docker

Notifications You must be signed in to change notification settings

Vinetos/giraph-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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