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