From 36adcd3c1ffbe5e50449e1131f8493b7409417d2 Mon Sep 17 00:00:00 2001 From: NeerajUnnikrishnan Date: Tue, 15 Jun 2021 09:11:42 -0400 Subject: [PATCH] Update docs for running server in IDE --- hetu-docs/en/develop/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hetu-docs/en/develop/getting-started.md b/hetu-docs/en/develop/getting-started.md index 3814e2ad5..1eb1dad94 100644 --- a/hetu-docs/en/develop/getting-started.md +++ b/hetu-docs/en/develop/getting-started.md @@ -42,6 +42,10 @@ openLooKeng Core comes with sample configuration that should work out-of-the-box The working directory should be the `presto-main` subdirectory. In IntelliJ, using `$MODULE_DIR$` accomplishes this automatically. +In the config.properties file, replace plugin.bundles with plugin.dir pointing to your plugin folder + + plugin.dir=../hetu-server/target/hetu-server-{VERSION}/plugin + Additionally, the Hive plugin must be configured with location of your Hive metastore Thrift service. Add the following to the list of VM options, replacing `localhost:9083` with the correct host and port (or use the below value if you do not have a Hive metastore): -Dhive.metastore.uri=thrift://localhost:9083