This is an automated email from the ASF dual-hosted git repository.

achennaka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new af82a7b5d [doc] update list of Kudu highlights
af82a7b5d is described below

commit af82a7b5d00d9adf429b4217215cff065e49e028
Author: Alexey Serbin <[email protected]>
AuthorDate: Wed Feb 26 16:50:43 2025 -0800

    [doc] update list of Kudu highlights
    
    This changelist updates the list of Kudu highlights on the docs
    page [1] of the official Apache Kudu website:
      * add info on Apache Flink intergration (there is [2] at least)
      * add info on native data-at-rest encryption
    
    [1] https://kudu.apache.org/docs/#introducing-apache-kudu
    [2] https://github.com/apache/flink-connector-kudu
    
    Change-Id: I7f14443f26ee132cd2e5477dc5a63584cba5e365
    Reviewed-on: http://gerrit.cloudera.org:8080/22557
    Tested-by: Kudu Jenkins
    Reviewed-by: Abhishek Chennaka <[email protected]>
---
 docs/index.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/index.adoc b/docs/index.adoc
index 15f5d76e4..76c9ed8f6 100644
--- a/docs/index.adoc
+++ b/docs/index.adoc
@@ -41,7 +41,7 @@ Kudu's design sets it apart. Some of Kudu's benefits include:
 - Strong performance for running sequential and random workloads 
simultaneously.
 - Tight integration with Apache Impala, making it a good, mutable alternative 
to
   using HDFS with Apache Parquet.
-- Integration with Apache NiFi and Apache Spark.
+- Integration with Apache Spark, Apache Flink, and Apache NiFi.
 - Integration with Hive Metastore (HMS) and Apache Ranger to provide
   fine-grain authorization and access control.
 - Authenticated and encrypted RPC communication.
@@ -61,6 +61,8 @@ Kudu's design sets it apart. Some of Kudu's benefits include:
 - Logical backup (full and incremental) and restore.
 - Multi-row transactions (only for INSERT/INSERT_IGNORE operations as of
   Kudu 1.15 release).
+- Native data-at-rest encryption supporting AES-128-CTR, AES-192-CTR, and
+  AES-256-CTR ciphers, integrated with Apache Ranger KMS and Apache Hadoop KMS.
 - Easy to administer and manage.
 
 By combining all of these properties, Kudu targets support for families of

Reply via email to