All Downloads are FREE. Search and download functionalities are using the official Maven repository.

work.peel-extensions.1.1.2.source-code.reference.flink-1.0.3.conf Maven / Gradle / Ivy

# include common flink configuration
include "reference.flink.conf"

system {
    flink {
        path {
            archive.url = "http://archive.apache.org/dist/flink/flink-1.0.3/flink-1.0.3-bin-hadoop2-scala_2.10.tgz"
            archive.md5 = "9f6caadf2ed585e972f83baa7f1ee0dd"
            archive.src = ${app.path.downloads}"/flink-1.0.3-bin-hadoop2-scala_2.10.tgz"
            home = ${system.flink.path.archive.dst}"/flink-1.0.3"
        }
        config {
            # flink.yaml entries
            yaml {
                env.pid.dir = "/tmp/flink-1.0.3-pid"
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy