I am using HDP 2.6 hbase and pheonix. I created a play rest service using hbase as the backend. However, I have trouble to get a working pheonix client.
I tried the pheonix-client.jar given by HDP but its logging dependency conflicts with play's. Then I tried: libraryDependencies += "org.apache.phoenix" % "phoenix-core" % "4.13.1-HBase-1.1" libraryDependencies += "org.apache.phoenix" % "phoenix-server-client" % "4.7.0-HBase-1.1" libraryDependencies += "org.apache.phoenix" % "phoenix-queryserver-client" % "4.13.1-HBase-1.1" None of them worked: "No suitable driver found". Any idea will be highly appreciated!
