diff --git a/Run-Presto-on-SeaweedFS.md b/Run-Presto-on-SeaweedFS.md new file mode 100644 index 0000000..3b75213 --- /dev/null +++ b/Run-Presto-on-SeaweedFS.md @@ -0,0 +1,34 @@ +# Installation for Presto +The installation steps are divided into 2 steps: +## install Hive Metastore +### Follow instructions for installation of Hive Metastore +* https://cwiki.apache.org/confluence/display/Hive/AdminManual+Metastore+Administration + +### 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/` + +` + + fs.defaultFS + seaweedfs://10.0.100.51:30888 + + + fs.seaweedfs.impl + seaweed.hdfs.SeaweedFileSystem + + + fs.AbstractFileSystem.seaweedfs.impl + seaweed.hdfs.SeaweedAbstractFileSystem + + + fs.seaweed.buffer.size + 4194304 + + +` + +## install Presto \ No newline at end of file diff --git a/run-Presto-on-SeaweedFS.md b/run-Presto-on-SeaweedFS.md deleted file mode 100644 index c82e5ad..0000000 --- a/run-Presto-on-SeaweedFS.md +++ /dev/null @@ -1 +0,0 @@ -# Installation for Presto \ No newline at end of file