After getting the code from git using clone https://github.com/twitter/scalding.git and executing the ./sbt update I get:
:::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: com.hadoop.gplcompression#hadoop-lzo;0.4.16: not found
And later:
sbt.ResolveException: unresolved dependency: com.hadoop.gplcompression#hadoop-lzo;0.4.16: not found at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:213) at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:122) at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:121) at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:116)
I deleted the ~/.sbt , installed the latest Scala and the cloned repository again. The problem remains.
My configuration:
[ dk@localhost scalding]$ scala -version Scala code runner version 2.10.3 -- Copyright 2002-2013, LAMP/EPFL [ dk@localhost scalding]$ uname -a Linux localhost.localdomain 2.6.32-431.3.1.el6.x86_64
What could be wrong with ./sbt update ? Should I install hadoop-lzo separately and install CLASSPATH to install Scalding? Any other solutions?
Here is the complete installation log:
[ dk@localhost wks]$ cd scalding [ dk@localhost scalding]$ ./sbt update Downloading sbt launcher for 0.13.0: From http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.0/sbt-launch.jar To /home/dk/.sbt/launchers/0.13.0/sbt-launch.jar Getting org.scala-sbt sbt 0.13.0 ... :: retrieving :: org.scala-sbt
scala sbt scalding
Anton Ashanin
source share