Support starting Iceberg REST catalog via CRD

オープン
#678 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
kubernetes, rust

調査の方向性

まず、tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2 にある既存の nifi-operator テンプレートと、リンク先の hive-operator issue を確認します。Hive 4.2.0 のスタンドアロン Iceberg REST catalog を調査し、CRD 設定で認証なし、OAuth2、HTTPS をどのようにサポートすべきかを判断します。thrift コンポーネントと REST コンポーネントを同時に起動せずにスタンドアロンモードをサポートし、一覧にある認証および HTTPS に関する疑問が解決されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Part of https://github.com/stackabletech/hive-operator/issues/678

Starting with Hive 4.2.0 it can start a Iceberg REST catalog (4.1.0 one was totally broken).

In nifi-op we alread start a REST catalog in a HMS: https://github.com/stackabletech/nifi-operator/blob/4d02ceb039159bb1d71827d9ffac94d6da5424a3/tests/templates/kuttl/iceberg-rest/30_hive.yaml.j2#L31-L36.
It looks like the REST catalog is also available standalone component, we should research that. In this implementation we should try to use the standalone component and not start a thrift AND a REST catalog simultaneously to reduce complexity and potential miss-use.

It must support

  • No authentication
  • OAuth2 authentication
  • We researched if HTTPS is possible

It should

  • Use standalone mode
主要言語
Rust
スター
29
フォーク
2
平均マージ
1日 19時間
マージ済み PR(30日)
12

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

stackabletech/hive-operator のほかの issue

stackabletech/hive-operator の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。