turboFei commented on issue #7051:
URL: https://github.com/apache/kyuubi/issues/7051#issuecomment-2847722284

   Hi @StephenOTT 
   Kyuubi hive jdbc is decoupled with hadoop lib.
   
   Please involve the hadoop libs into your project.
   ```
           <dependency>
               <groupId>org.apache.hadoop</groupId>
               <artifactId>hadoop-client-runtime</artifactId>
               <version>${hadoop.version}</version>
           </dependency>
   
           <dependency>
               <groupId>org.apache.hadoop</groupId>
               <artifactId>hadoop-client-api</artifactId>
               <version>${hadoop.version}</version>
           </dependency>
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org
For additional commands, e-mail: notifications-h...@kyuubi.apache.org

Reply via email to