From 8a2a9ae764b38369d252c57eaaa77b0dcf0061c3 Mon Sep 17 00:00:00 2001 From: prazanna Date: Thu, 2 Mar 2017 11:35:09 -0800 Subject: [PATCH] Making minor documentation fixes --- docs/index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index f7fc045f3..c4ba5bee3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,12 +18,9 @@ Hoodie manages storage of large analytical datasets on [HDFS](http://hadoop.apac {% include image.html file="hoodie_intro_1.png" alt="hoodie_intro_1.png" %} -By carefully managing how data is laid out on storage & how its exposed to queries, Hoodie is able to power a rich data ecosystem where external sources can be ingested into Hadoop in near-real time. -The ingested data is then available for interactive SQL Engines like [Presto](https://prestodb.io) & [Spark](https://spark.apache.org/sql/), -while at the same time capable of being consumed incrementally from processing/ETL frameoworks like [Hive](https://hive.apache.org/) & [Spark](https://spark.apache.org/docs/latest/) to build derived (hoodie) datasets. +By carefully managing how data is laid out in storage & how it’s exposed to queries, Hoodie is able to power a rich data ecosystem where external sources can be ingested into Hadoop in near real-time. The ingested data is then available for interactive SQL Engines like [Presto](https://prestodb.io) & [Spark](https://spark.apache.org/sql/), while at the same time capable of being consumed incrementally from processing/ETL frameworks like [Hive](https://hive.apache.org/) & [Spark](https://spark.apache.org/docs/latest/) to build derived (Hoodie) datasets. Hoodie broadly consists of a self contained Spark library to build datasets and integrations with existing query engines for data access. - -{% include callout.html content="Hoodie is a young project. Near-Real time Table implementation is currently underway. Get involved [here](https://github.com/uber/hoodie/projects/1)" type="info" %} +{% include callout.html content="Hoodie is a new project. Near Real-Time Table implementation is currently underway. Get involved [here](https://github.com/uber/hoodie/projects/1)" type="info" %}