From 3c647a99cf50a8148aeabc950d7d33dbc080e226 Mon Sep 17 00:00:00 2001 From: Bhavani Sudha Saktheeswaran Date: Fri, 8 Mar 2019 10:16:22 -0800 Subject: [PATCH] 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 bb7be6edd..70848d099 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 ```