Hi, As the thrift sever has concurrency issue, I need to find an alternative. I found out about the embedded mode for the jdbc client. https://cwiki.apache.org/Hive/hiveclient.html
However, I am not sure to understand everything. * Does that mean the datastore should be embedded too? I don't think so but would like a confirmation. * What is exactly an embedded server? Does it simply run the server code synchronically like any code? Would it be safe to share the same jdbc driver among several threads? What if distinct instances are used? Should the embedded server considered as a local standalone server? Regards Bertrand Dechoux