How to use hbase with Spring Boot using Java instead of XML?

后端 未结 5 1589
长情又很酷
长情又很酷 2020-12-19 04:09

I have Spring Boot Hadoop and want to take advantage of the Spring HbaseTemplate. My issue is the documentation has only information about the \"xml\" way of the configurati

5条回答
  •  情歌与酒
    2020-12-19 04:37

    you can check out this samples
    https://github.com/trisberg/bostonhadoop
    http://santoshkrsh.blogspot.in/2014/01/spring-restful-service-crud-operation.html
    https://github.com/spring-projects/spring-hadoop-samples/tree/master/hbase

提交回复
热议问题