Skip to content

Commit

Permalink
#2202: Add release notes for v2.27.2 (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki authored Dec 13, 2023
1 parent 3003e97 commit 746988b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _posts/2023-12-11-release-2.27.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: default
title: Release v2.27.2
tags: ["v2.27.2", "changelog", "hotfix"]
excerpt_separator: <!--more-->
---

As of 11/12 2023 the new version 2.27.2 is out
<!--more-->

## Standardization and Conformance Fixes

- [#2195]({{ site.github.issues_url }}/2195) When using `s3` path, the protocol in the path description is used, instead of hard-coded `s3://` prefix, thus supporting other s3 protocols too.

## Menas Improvements

- [#2199]({{ site.github.issues_url }}/2199) Replaced DB-intensive `documentCount` for `estimatedDocumentCount`. That should improve the load on MongoDB

## Helper Scripts Improvements

- [#2195]({{ site.github.issues_url }}/2195) Added `--jceks-path` option to run scripts that will add `--conf spark.hadoop.fs.s3a.bucket.SOME_NAME=jceks:/path/to/file.jceks`. Use it as `--jceks-path spark.hadoop.fs.s3a.bucket.SOME_NAME=jceks:/path/to/file.jceks`
- [#2195]({{ site.github.issues_url }}/2195) Added `s3a_wrapper.sh` script to auto-detect the jceks file and auto-clean-up temporary versions from S3A

0 comments on commit 746988b

Please sign in to comment.