From ffb5d1d1fb54b141bd5cabb1f157b90f6704d4d5 Mon Sep 17 00:00:00 2001 From: boshen-dev <68277460+boshen-dev@users.noreply.github.com> Date: Wed, 2 Dec 2020 17:33:39 +0800 Subject: [PATCH] Updated Run Presto on SeaweedFS (markdown) --- Run-Presto-on-SeaweedFS.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Run-Presto-on-SeaweedFS.md b/Run-Presto-on-SeaweedFS.md index 3b75213..e6880b9 100644 --- a/Run-Presto-on-SeaweedFS.md +++ b/Run-Presto-on-SeaweedFS.md @@ -4,14 +4,15 @@ The installation steps are divided into 2 steps: ### Follow instructions for installation of Hive Metastore * https://cwiki.apache.org/confluence/display/Hive/AdminManual+Metastore+Administration -### Configure Hive Metastore to support Seaweedfs +### Configure Hive Metastore to support SeaweedFS Copy the seaweedfs-hadoop2-client-1.5.6.jar to hive lib directory,for example: - -`cp seaweedfs-hadoop2-client-1.5.6.jar /opt/hadoop/share/hadoop/common/lib/` - -`cp seaweedfs-hadoop2-client-1.5.6.jar /opt/hive-metastore/lib/` - -` +``` +cp seaweedfs-hadoop2-client-1.5.6.jar /opt/hadoop/share/hadoop/common/lib/ +cp seaweedfs-hadoop2-client-1.5.6.jar /opt/hive-metastore/lib/ +``` +### Modify hive-site.xml +``` + fs.defaultFS seaweedfs://10.0.100.51:30888 @@ -29,6 +30,5 @@ Copy the seaweedfs-hadoop2-client-1.5.6.jar to hive lib directory,for example: 4194304 -` - +``` ## install Presto \ No newline at end of file