# 🔍 Description
Improve data lake dependency management by extracting the following Maven properties:
- `delta.artifact`
- `hudi.artifact`
- `iceberg.artifact`
- `paimon.artifact`
It often takes a while for the downstream data lakes to support the new Spark versions, extracting those properties makes it easy to override in the new profile on the Kyuubi project's `pom.xml` to workaround before data lakes jars are available.
One use case is
|
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||
| README.md | ||
Kyuubi Spark AuthZ Extension
Functions
- Column-level fine-grained authorization
- Row-level fine-grained authorization, a.k.a. Row-level filtering
- Data masking
Build
build/mvn clean package -DskipTests -pl :kyuubi-spark-authz_2.12 -am -Dspark.version=3.2.1 -Dranger.version=2.4.0
Supported Apache Spark Versions
-Dspark.version=
- master
- 3.5.x (default)
- 3.4.x
- 3.3.x
- 3.2.x
- 3.1.x
- 3.0.x
- 2.4.x and earlier
Supported Apache Ranger Versions
-Dranger.version=
- 2.4.x (default)
- 2.3.x
- 2.2.x
- 2.1.x
- 2.0.x
- 1.2.x
- 1.1.x
- 1.0.x
- 0.7.x
- 0.6.x