From 71a6c0b71263cba8562c4d6a0d06239b39549acd Mon Sep 17 00:00:00 2001 From: boshen-dev <68277460+boshen-dev@users.noreply.github.com> Date: Wed, 2 Dec 2020 18:04:43 +0800 Subject: [PATCH] Updated Run Presto on SeaweedFS (markdown) --- Run-Presto-on-SeaweedFS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run-Presto-on-SeaweedFS.md b/Run-Presto-on-SeaweedFS.md index 41a6a92..2595ca8 100644 --- a/Run-Presto-on-SeaweedFS.md +++ b/Run-Presto-on-SeaweedFS.md @@ -51,5 +51,5 @@ Follow instructions for installation of Presto: ### Configure Presto to support SeaweedFS 1. Copy the seaweedfs-hadoop2-client-1.5.6.jar to Presto directory,for example: ``` -cp seaweedfs-hadoop2-client-1.5.6.jar presto-server-344/plugin/hive-hadoop2 +cp seaweedfs-hadoop2-client-1.5.6.jar /opt/presto-server-344/plugin/hive-hadoop2 ```