-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |