Repository: incubator-hawq Updated Branches: refs/heads/master 49fd529aa -> 804b0b601
HAWQ-868. README.md needs to update Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/804b0b60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/804b0b60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/804b0b60 Branch: refs/heads/master Commit: 804b0b6017c36291a6f80c6ad6cf591279ad356d Parents: 49fd529 Author: Paul Guo <[email protected]> Authored: Mon Jul 4 18:03:24 2016 +0800 Committer: ivan <[email protected]> Committed: Tue Jul 5 10:26:37 2016 +0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/804b0b60/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9f0123d..86a6cf5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Apache HAWQ is a Hadoop native SQL query engine that combines the key technologi - Dynamic data flow engine through high speed UDP based interconnect - Elastic execution engine based on virtual segment & data locality - Support multiple level partitioning and List/Range based partitioned tables - - Multiple compression method support: snappy, gzip, quicklz, RLE + - Multiple compression method support: snappy, gzip, zlib - Multi-language user defined function support: Python, Perl, Java, C/C++, R - Advanced machine learning and data mining functionalities through MADLib - Dynamic node expansion: in seconds
