parsa-epfl / cloudsuite

A Benchmark Suite for Cloud Services.
http://cloudsuite.ch
Other
212 stars 121 forks source link

update mahout to 14.1 #367

Closed aansaarii closed 2 years ago

aansaarii commented 2 years ago

The data-analytics benchmark can no longer be built because Mahout 0.13.0 is moved from https://downloads.apache.org/mahout/ to https://archive.apache.org/dist/mahout/0.13.0/. Instead of referencing the archived version, this PR updates Mahout to the latest available version which is 14.1.

xusine commented 2 years ago

Did you try to run the data-analytics workload after updating the version? I tried to fix the same problem before, but I cannot run it, so I stay at 0.13. https://github.com/parsa-epfl/cloudsuite/pull/361#issuecomment-1162984791

xusine commented 2 years ago

I see, you copy the example.jar into the docker file. Is that file enough to run the whole test?