dimalabs / scalable-datamining-class

Master course: Scalable Data Analysis and Data Mining
7 stars 4 forks source link

Dependencies missing from first compilation #1

Closed matthieu-vergne closed 11 years ago

matthieu-vergne commented 11 years ago

Hi,

Following the readme and after having cloned the repo, running the Maven command to compile the project fail because of 2 dependencies:

I tried to add them manually by downloading stratosphere, compiling it (everything went well) and using the jars built there (v0.4) but it did not work (wrong version?).

How to fix it?

rmetzger commented 11 years ago

Hello,

it seems that the pom-file of this repository is using an outdated version of Stratosphere.

But I was able to build the project even with this pom. I just cloned the project and entered mvn clean package. What did you do?

I see if it is possible to use the most recent version of stratosphere.

matthieu-vergne commented 11 years ago

I just followed the readme. I already have Maven and git installed, so I just had to clone the repo and run the maven command inside. The readme give a install command by the way (but I tried the package command you use and it gives me the same result, asking for the dependencies). Isn't it working because you already have the dependencies in your maven repo? Does it works on a clean PC?

sscdotopen commented 11 years ago

Hello Matthieu,

The problem is that someone accidentally removed the maven artifacts for stratosphere. We will bring them back online in the next minutes. Sorry for the inconvenience.

Sebastian

sscdotopen commented 11 years ago

Problem should be fixed now.

matthieu-vergne commented 11 years ago

I still have the error: http://pastebin.ca/2461168 (same with the package command)

sscdotopen commented 11 years ago

did you do a git pull ?

matthieu-vergne commented 11 years ago

No I didn't. Now it works {^_^}.