1
0

Fix quickstart documentation for querying via Presto

This commit is contained in:
Bhavani Sudha Saktheeswaran
2019-03-08 10:16:22 -08:00
committed by vinoth chandar
parent 4a8bec7ea5
commit 3c647a99cf

View File

@@ -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
```