codope commented on issue #3814:
URL: https://github.com/apache/hudi/issues/3814#issuecomment-945572675


   Does the same `create table` statement work with spark-sql? I believe both 
spark thrift server and sql share the same spark context so it may error out 
again. Just to conform, can you run with spark-sql?
   
   If it works, then maybe you could check from jdbc client whether `show 
tables` is listing the table that was created earlier using spark-sql? 
   
   FYI, 
[DefaultSource](https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/DefaultSource.scala)
 is an entrypoint in Hudi, which creates the relation for reading/writing to 
Hudi tables. Most likely, Hudi jar is missing from the classpath.


-- 
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: commits-unsubscr...@hudi.apache.org

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


Reply via email to