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

apps.spark-java-data-delivery-basic-dev-values.yaml Maven / Gradle / Ivy

Go to download

Contains a barebones model with all features turned off to verify basic MDA generation and compilation

There is a newer version: 1.10.0
Show newest version
sparkApp:
    spec:
      image: "aissemble-root-spark-worker-docker:latest"
      sparkConf:
        spark.eventLog.enabled: "true"
        spark.hadoop.fs.s3a.endpoint: "http://s3-local:4566"
        spark.eventLog.dir: "/opt/spark/spark-events"
        spark.hive.metastore.warehouse.dir: "s3a://spark-infrastructure/warehouse"
      driver:
        cores: 1
        memory: "2048m"
      executor:
        cores: 1
        memory: "2048m"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy