jahstreet commented on pull request #167:
URL: https://github.com/apache/incubator-livy/pull/167#issuecomment-653860581


   Hi @JagadeeshNagella , the issue you've describe is cause by the 
incompatibility of Jackson libs.Fabric8 Java Kubernetes client `v4.9.2` is 
compiled with `jackson-core-2.10.3` (see [Maven Compile 
Dependencies](https://mvnrepository.com/artifact/io.fabric8/kubernetes-client/4.9.2)).
 Livy is bundled with `jackson-core-v2.9.9`, which has no 
`com/fasterxml/jackson/core/TSFBuilder` class. We need to upgrade Livy to 
`Jackson v2.10.3`.
   Once the version is upgraded it works well for both K8s API `v1.17.6` and 
`v1.18.1`. Please let me know if it fixes the issue for you.


----------------------------------------------------------------
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.

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


Reply via email to