mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
IMPALA-12618: Update README.md to reduce emphasis on Hadoop
The README.md file is displayed on the github home page https://github.com/apache/impala Change this so that the opening line mentions “data stored in open data and table formats” instead of “data stored in Apache Hadoop clusters“. Also add Iceberg as the first mentioned place where data can be stored. Change-Id: I35e91611374f20ec6a540d4c3bf5ae375ac38bce Reviewed-on: http://gerrit.cloudera.org:8080/20783 Reviewed-by: Quanlong Huang <huangquanlong@gmail.com> Tested-by: Michael Smith <michael.smith@cloudera.com>
This commit is contained in:
committed by
Michael Smith
parent
9bc4d38eb9
commit
1789866db1
@@ -1,13 +1,13 @@
|
||||
# Welcome to Impala
|
||||
|
||||
Lightning-fast, distributed [SQL](https://en.wikipedia.org/wiki/SQL) queries for petabytes
|
||||
of data stored in Apache Hadoop clusters.
|
||||
of data stored in open data and table formats.
|
||||
|
||||
Impala is a modern, massively-distributed, massively-parallel, C++ query engine that lets
|
||||
you analyze, transform and combine data from a variety of data sources:
|
||||
|
||||
* Best of breed performance and scalability.
|
||||
* Support for data stored in [HDFS](https://hadoop.apache.org/),
|
||||
* Support for data stored in [Apache Iceberg](https://iceberg.apache.org/), [HDFS](https://hadoop.apache.org/),
|
||||
[Apache HBase](https://hbase.apache.org/), [Apache Kudu](https://kudu.apache.org/),
|
||||
[Amazon S3](https://aws.amazon.com/s3/),
|
||||
[Azure Data Lake Storage](https://azure.microsoft.com/en-us/services/storage/data-lake-storage/),
|
||||
|
||||
Reference in New Issue
Block a user