From 9b533b4156b79b12c7dc8de695673ed5b1267a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20Mari=C3=A9?= Date: Fri, 24 Oct 2025 17:15:03 +0200 Subject: [PATCH 1/3] fix(reports): description and notes --- content/reports/251003-contributors.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/reports/251003-contributors.md b/content/reports/251003-contributors.md index 1debd457..06c6d6a4 100644 --- a/content/reports/251003-contributors.md +++ b/content/reports/251003-contributors.md @@ -1,13 +1,12 @@ --- type: contributors description: | - Investigation of changes in Spark behaviour between TDP1 and TDP2 + tdp-lib: a problem between Spark and YARN has been detected --- # Notes from October 3rd, 2025 -Iceberg tables created with Hive and Spark do not have the same default properties. For example, with the following properties: -table-override.external.table.purge and table-override.iceberg.orc.files.only. +In the tdp-lib YARN wants to create a symbolic link to the Spark3 JAR, but it cannot because Spark3 is deployed after YARN. ## Pull Requests From f75958ac70a8a753ac84bf81663769b58c2aacaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20Mari=C3=A9?= Date: Fri, 24 Oct 2025 17:43:39 +0200 Subject: [PATCH 2/3] feat(reports): contributors report of the October 24th of 2025 --- content/reports/251024-contributors.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/reports/251024-contributors.md diff --git a/content/reports/251024-contributors.md b/content/reports/251024-contributors.md new file mode 100644 index 00000000..20bfe3e3 --- /dev/null +++ b/content/reports/251024-contributors.md @@ -0,0 +1,26 @@ +--- +type: contributors +description: | + Accessing the spark ui through the resourceManager proxy requires double kerberos authentication when displaying an html file +--- + +# Notes from October 17th, 2025 + +Accessing the spark ui through the resourceManager proxy requires double kerberos authentication when displaying an html file. + +## Pull Requests + +Weekly review of open PRs (in chronological order): + +- [tdp-observability#146](https://github.com/TOSIT-IO/tdp-observability/pull/146): status of "feat: do not send stats" PR Merged. +- [tdp-observability#147](https://github.com/TOSIT-IO/tdp-observability/pull/147): status of "fix: hide passwords in ansible logs" PR Merged. +- [tdp-observability#148](https://github.com/TOSIT-IO/tdp-observability/pull/148): status of "feat(playbooks): added start, restart and stop meta" PR Merged. +- [tdp-collection#988](https://github.com/TOSIT-IO/tdp-collection/pull/988): status of "correctly configure jhs and spark_hs in ha mode" Ongoing Investigations. +- [tdp-collection-extras#235](https://github.com/TOSIT-IO/tdp-collection-extras/pull/235): status of "feat(hue): add jhs and spark_hs in ha mode in hue" Ongoing Investigations. +- [tdp-collection-extras#237](https://github.com/TOSIT-IO/tdp-collection-extras/pull/237): status of "fix(hue): remove access_fqdn for phoenix_queryserver in commentary" PR Merged. +- [tdp-collection-extras#238](https://github.com/TOSIT-IO/tdp-collection-extras/pull/238): status of "fix: hide passwords in ansible logs" PR Merged. +- [tdp-lib#677](https://github.com/TOSIT-IO/tdp-lib/pull/677): status of "feat(deployment_model): added the option to plan a dag with components from only one host" PR Merged. + +## Open Topics + +Accessing the spark ui through the resourceManager proxy requires double kerberos authentication when displaying an html file. An investigation is underway. From 977ab7a9f4c85095adb3999edecdd9812ffc0113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20Mari=C3=A9?= Date: Fri, 31 Oct 2025 14:07:19 +0100 Subject: [PATCH 3/3] fix(reports): date of the report --- content/reports/251024-contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reports/251024-contributors.md b/content/reports/251024-contributors.md index 20bfe3e3..dd24abde 100644 --- a/content/reports/251024-contributors.md +++ b/content/reports/251024-contributors.md @@ -4,7 +4,7 @@ description: | Accessing the spark ui through the resourceManager proxy requires double kerberos authentication when displaying an html file --- -# Notes from October 17th, 2025 +# Notes from October 24th, 2025 Accessing the spark ui through the resourceManager proxy requires double kerberos authentication when displaying an html file.