Re: Getting below exception while submitting Jar in task manager

2018-05-10 Thread Rong Rong
Based on a quick search I think it has to do with the way how you use Spring to package your "HikariDataSource". Does this SO link help: https://stackoverflow.com/questions/27440985/unable-to-register-mbean-hikaridatasource-hikaripool-0-with-key-datasource ? On Thu, May 10, 2018 at 8:41 AM, cha

Getting below exception while submitting Jar in task manager

2018-05-10 Thread chandresh pancholi
Hi, I am building data consumer using Flink + Spring boot + Mysql + Kafka + Elasticsearch. I am using mvn clean package command to create a jar and submitting it to task manager on Kubernetes. The same jar works perfectly in local. I am adding the exception shown in task manager logs. Please hel