hortonworks-spark / spark-atlas-connector

A Spark Atlas connector to track data lineage in Apache Atlas
Apache License 2.0
263 stars 149 forks source link

Rest API is not connecting to Atlas server and no exception thrown #315

Closed kumarmisra closed 2 years ago

kumarmisra commented 3 years ago

Hi , I am running spark on kubernetes using the Google operator and trying to publish spark lineage to Atlas. I am able to debug it before the below line in AtlasBaseClient.java

clientResponse = requestBuilder.method(api.getMethod(), ClientResponse.class, requestObject);

kumarmisra commented 2 years ago

This effort is not being maintained any more