Skip to main content
Version: Next

1.24.2 - 2024-11-05

Added

  • Spark: Add Dataproc run facet to include jobType property #3167 @codelixir
    Updates the GCP Dataproc run facet to include jobType property.
  • Add EnvironmentVariablesRunFacet to core spec #3186 @JDarDagran
    Additionally, directly use EnvironmentVariablesRunFacet in Python client.
  • Add assertions for format in test events #3221 @JDarDagran
  • Spark: Add integration tests for EMR #3142 @arturowczarek
    Spark integration has integration tests for EMR.

Changed

  • Move Kinesis to separate module, migrate HTTP transport to httpclient5 #3205 @mobuchowski
    Moves Kinesis integration to a separate module and updates HTTP transport to use HttpClient 5.x.
  • Docs: Upgrade docusaurus to 3.6 #3219 @arturowczarek
  • Spark: Limit the Seq size in RddPathUtils::extract() #3148 @codelixir
    Adds flag to limit the logs in RddPathUtils::extract() to avoid OutOfMemoryError for large jobs.

Fixed