Advertisement
ans4175

copytable_sbt_scala

Jan 9th, 2015
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.25 KB | None | 0 0
  1. // Hbase 0.94 / Hadoop 2.2.0
  2. libraryDependencies ++= Seq(
  3.     //"org.apache.zookeeper" % "zookeeper" % "3.4.6",
  4.     //"org.specs2" %% "specs2" % "2.4.5" % "test",
  5.     "org.apache.hadoop" % "hadoop-core" % "1.2.1",
  6.     "org.apache.hbase" % "hbase" % "0.94.16"
  7. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement