-
Student Name:
Student UT EID:
-
Student Name:
Student UT EID:
...
This is a Java Maven Project Template
We use Apache Maven to compile and run this project.
You need to install Apache Maven (https://maven.apache.org/) on your system.
Type on the command line:
mvn clean compile
mvn clean compile assembly:single
mvn clean compile exec:java@server -Dexec.args="33333"
mvn clean compile exec:java@client -Dexec.args="2000000 localhost 33333"
Change the localhost with the local ip address of your cloud machine.
Data batch size is: 2000000
You can modify the batch size based on available memory.
If you run this over SSH and it takes a lots of time you can run it in background using the following command
nohub mvn clean compile exec:java@client -Dexec.args="2000000 localhost 33333" &
We recommend the above command for running the Main Java executable.