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

work.peel-extensions.1.1.2.source-code.reference.spark-1.5.2.conf Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
# include common spark configuration
include "reference.spark.conf"

system {
    spark {
        path {
            archive.url = "http://archive.apache.org/dist/spark/spark-1.5.2/spark-1.5.2-bin-hadoop2.4.tgz"
            archive.md5 = "963CB2CB56DEE4C72B7E1135CA3E614C"
            archive.src = ${app.path.downloads}"/spark-1.5.2-bin-hadoop2.4.tgz"
            home = ${system.spark.path.archive.dst}"/spark-1.5.2-bin-hadoop2.4"
        }
        config {
            # spark-env.sh entries
            env {
                # directory where process IDs are stored
                SPARK_PID_DIR = "/tmp/spark-1.5.2-pid"
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy