Skip to content

JVM operator for Apache Airflow. We can run JVM languages like Java, Scala, Kotlin, Clojure etc..,

License

Notifications You must be signed in to change notification settings

sann3/apache-airflow-jvm-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

apache-airflow-jvm-operator

Helps to run JVM languages like Java, Scala, Kotlin, Clojure in Apache Airflow

Example usage:

jvm_task = JVMOperator(
    task_id='jvm_task',
    correlation_id='123456',
    jar='GCS_PATH/JAR_NAME.jar',
    options={
        'option1': 'value1',
         'option2': 'value2',
    })

About

JVM operator for Apache Airflow. We can run JVM languages like Java, Scala, Kotlin, Clojure etc..,

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages