I remember that too, and it has been fixed already in master, but maybe it was not included in 0.9.1:
https://github.com/apache/spark/blob/master/project/SparkBuild.scala#L367 -- Sean Owen | Director, Data Science | London On Thu, Apr 17, 2014 at 8:03 PM, Dmitriy Lyubimov <dlie...@gmail.com> wrote: > Not sure if I am seeing double. > > SparkBuild.scala for 0.9.1 has dobule hbase declaration > > "org.apache.hbase" % "hbase" % "0.94.6" > excludeAll(excludeNetty, excludeAsm), > "org.apache.hbase" % "hbase" % HBASE_VERSION excludeAll(excludeNetty, > excludeAsm), > > > as a result i am not getting the right version of hbase here. Perhaps the > old declaration crept in during a merge at some point? > > -d