This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 3c647a9 Fix quickstart documentation for querying via Presto
3c647a9 is described below
commit 3c647a99cf50a8148aeabc950d7d33dbc080e226
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Fri Mar 8 10:16:22 2019 -0800
Fix quickstart documentation for querying via Presto
---
docs/quickstart.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/quickstart.md b/docs/quickstart.md
index bb7be6e..70848d0 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -261,7 +261,7 @@ You can also use the sample queries in
__hoodie-utilities/src/test/java/HoodieSp
Checkout the 'master' branch on OSS Presto, build it, and place your
installation somewhere.
-* Copy the hoodie-hadoop-mr-* jar into $PRESTO_INSTALL/plugin/hive-hadoop2/
+* Copy the
hudi/packaging/hoodie-presto-bundle/target/hoodie-presto-bundle-*.jar into
$PRESTO_INSTALL/plugin/hive-hadoop2/
* Startup your server and you should be able to query the same Hive table via
Presto
```