I recently wanted to develop a spark project in Java and interact with Hbase. I found a third party library called spark hbase connector, but it is written in Scala. Can I just use classes from this library in Java directly or should I make a scala-java mixed project?
Thanks for your attention, I am not very familiar with this part.