Which dev API(s) in particular are you looking at ? hbase-spark module currently depends on hbase-server module (since LoadIncrementalHFiles is in hbase-server module).
For the time being, add dependency of hbase-server to your sbt On Fri, Feb 10, 2017 at 1:32 PM, Lopez Sandoval, Everardo < [email protected]> wrote: > Hi, > > I am starting with HBase on spark , If I am asking something very basic an > apologize > > > I am trying to do a BulkLoad using base on spark, I am managing the > dependencies with sbt. My problem is that I need some clases that are in > the devapi not in the user api > > > I am adding the dependency in sbt like this: > > "org.apache.hbase" % "hbase-spark" % "2.0.0-SNAPSHOT", > "org.apache.hbase" % "hbase-common" % "2.0.0-SNAPSHOT” > > DevAPI: https://hbase.apache.org/devapidocs/index.html > UserAPI: https://hbase.apache.org/apidocs/index.html > > > Is there a wat to use hbase DevAPI instead of UserAPI with sbt? > > > Regards, > Ever >
