Hey guys, I having trouble connecting to pinot thr...
# troubleshooting
a
Hey guys, I having trouble connecting to pinot through jdbc, I tried from jmeter and DataGrip from jmeter I get
java.lang.NoClassDefFoundError: org/apache/pinot/client/JsonAsyncHttpPinotClientTransportFactory
and from DataGrip, when I try to add a datasource I get
Driver class 'org.slf4j.LoggerFactory' not found
if anyone has a working jdbc configuration, could you please share
k
@Kartik Khare ^^
k
Hi, please include pinot java client along with jdbc client in the classpath. From 0.8.0 onwards, the jdbc doesn’t require any other dependencies
a
Thanks, now I included both but still the same error
this is from datagrip driver setup
@Kartik Khare are you aware of any working setup of pinot with jdbc, even with older set of jars will work
Hi Kartik, the jar that you gave me works with jmeter, I am continuing with that. Thanks a lot