Spring Hadoop (Hive)

2.4k Views Asked by At

Am I supposed to understand how to implement Spring Hadoop / Hive by reading this quick guide? I don't know where the xml configurations should go (maybe hive.xml)?

https://docs.spring.io/spring-hadoop/docs/2.5.0.RELEASE/reference/htmlsingle/#springandhadoop-hive

Can we have more technical details on how we can proceed with a real implementation using maybe spring boot? The only support I found is a project using release 2.2.0 of Spring Hadoop and it's already outdated.

Thank you for your support!

1

There are 1 best solutions below

2
On

I have a Boot based batch-hive2 example from 2015 SpringOne conference - https://github.com/trisberg/springone-2015

With hiveserver2 you really don't need more than the JDBC driver so you don't need much from the Spring Hadoop project. There is some batch support that can be useful if you use Spring Batch.