Re: slf4j class files in phoenix-5.0.0-HBase-2.0-client.jar

2018-12-22 Thread Miles Spielberg
Could the classes be shaded into a different package to prevent conflicts with libraries included by applications? HBase client has been doing this for a while: https://www.i-programmer.info/news/197-data-mining/11427-hbase-14-with-new-shaded-client.html Sent from my iPhone > On Dec 22, 2018,

Re: slf4j class files in phoenix-5.0.0-HBase-2.0-client.jar

2018-12-22 Thread Josh Elser
This is as expected. JDBC expects that a database driver provide all of its dependencies in a single jar file. On Mon, Dec 17, 2018 at 4:39 PM Liang Zhao wrote: > Hi, > > > > We found slf4j class files in your phoenix-5.0.0-HBase-2.0-client.jar, > which caused multiple binding of slf4j as the