-
Hello, I am new to Spline and planning to use the spline-spark-agent to extract the lineage and send it to Kafka. Later, use Apache Atlas to view the results. Following the document I used the "build-all.sh" to create a fat JAR and ran into following issue:
Can anyone please help me on the next steps forward |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Make sure you use Java 1.8 for building. |
Beta Was this translation helpful? Give feedback.
-
@wajda, Thank you very much for your response it really helped me a lot. I was able to create the JAR file successfully but just wanted to confirm if I will be able to import that JAR file in AWS Glue to generate the lineage of pyspark jobs. |
Beta Was this translation helpful? Give feedback.
-
We didn't try it with Glue yet, but as long as it's Spark it should work in theory. Try and let us know. We'll happily assist if there's any issue. |
Beta Was this translation helpful? Give feedback.
Make sure you use Java 1.8 for building.
Check
mvn --version