Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 533 Bytes

File metadata and controls

29 lines (16 loc) · 533 Bytes

cse124-project2

CSE 124 Project 2 starter code Copyright (C) George Porter, 2017.

Overview

This is the starter code for the Java implementation of SurfStore.

To build the protocol buffer IDL into auto-generated stubs:

$ mvn protobuf:compile protobuf:compile-custom

To build the code:

$ mvn package

To run the services:

$ target/surfstore/bin/runBlockServer $ target/surfstore/bin/runMetadataStore

To run the client

$ target/surfstore/bin/runClient

To delete all programs and object files

$ mvn clean