Hey guys, I am trying to get hbase running in a new sbt Scala client but I
am getting all sorts of weird errors with Unresolved Dependencies

Specifically -

[warn] ::          UNRESOLVED DEPENDENCIES         ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.apache.hadoop#hadoop-core;0.20-append-r1056497: not found
[warn] :: org.apache.thrift#thrift;0.2.0: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::

error]
{file:/Users/joestein/Documents/medialets/SymanticManager/scala/hbasetest/}default-080fe8/*:update:
sbt.ResolveException: unresolved dependency:
org.apache.hadoop#hadoop-core;0.20-append-r1056497: not found
[error] unresolved dependency: org.apache.thrift#thrift;0.2.0: not found

seems kind of odd to me (the thrift 0.2.0 error) not sure what maybe I am
doing wrong or can be doing differently to get it up and running?

I am trying to connect this way in my library dependencies

"org.apache.hbase" % "hbase" % "0.90.4" % "test" classifier "tests"

any thoughts or assistance to point me in the right direction would be
agreat, thanks in advance!!!!


/*
Joe Stein
http://www.linkedin.com/in/charmalloc
Twitter: @allthingshadoop <http://twitter.com/#!/allthingshadoop>
*/

Reply via email to