v0.5.0
·
217 commits
to develop
since this release
Enhancements
Bugfixes
- #494 Use the sparkYarnSinkConfig.executablesFolder property
- #490 Use the shellExecutor.executablesFolder property
- #489 Use auth inmemory config properties
- #457 Job status should be updated immediately if the submission failed
Internal tasks
- #496 Remove generic form from details and sensors form
- #487 Upgrade spring version to v2.5.2
- #483 Use JsonB type for Sensor properties
- #477 Drop deprecated database columns
- #481 Add logging for failed futures
Application properties changes
New
spark.submitApi
. Must be eitheryarn
oremr
. Default value:yarn
spark.emr.clusterId
. The Id of the EMR-cluster (e.g. j-2AXXXXXXGAPLF) Mandatory, ifspark.submitApi=emr
spark.emr.filesToDeploy
. Optionalspark.emr.additionalConfs
. Optional. This is just a prefix and works like the counterpartsparkYarnSink.additionalConfs
spark.emr.awsProfile
. Optional. Intended for local developmentspark.emr.region
. Optional. Intended for local development
Renamed
kafkaSource.key.deserializer
tokafkaSource.properties.key.deserializer
kafkaSource.value.deserializer
tokafkaSource.properties.value.deserializer
kafkaSource.max.poll.records
tokafkaSource.properties.max.poll.records