twosigma / flint

A Time Series Library for Apache Spark
Apache License 2.0
995 stars 184 forks source link

Compilation error #4

Closed rcastbergw closed 7 years ago

rcastbergw commented 7 years ago

Running sbt assembly compilation fails due to missing slf, it was resolved by adding :

Adding, "org.slf4j" % "slf4j-simple" % "1.6.4" to libraryDependencies allowed it to compile.

Though i had no problems when i ran make dist.

icexelloss commented 7 years ago

Hi,

I cleared my ivy cache but was not able to reproduce the issue . I will leave this open and see if others have this issue as well.

mforsyth commented 7 years ago

Could not reproduce. I was trying on a completely fresh workstation (I had never even used sbt before), and assembly built successfully.