Skip to content

myheritage/StreamingQueryListenerGateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamingQueryListenerGateway

This project creates bridge for PySpark to use StreamQueryListener class from java in python.
In this article we explain and show examples of how to use this jar with PySpark project: Medium article

Dependencies

Tested it Spark 3.1.2 version, should also work for other Spark versions.

Copyrights

This project is based on this Stackoverflow comment: Stackoverflow link

Setup

Building command:

mvn clean install

After Building the project jar, we can use it like this with PySpark:

pyspark --jars StreamingQueryListenerGateway-{version}.jar

About

Java gateway to use StreamingQueryListener class in PySpark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages