mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-27 20:59:42 +08:00
Updated Run Presto on SeaweedFS (markdown)
parent
9819e50037
commit
ffb5d1d1fb
@ -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/`
|
||||
|
||||
`<configuration>
|
||||
```
|
||||
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
|
||||
```
|
||||
<configuration>
|
||||
<property>
|
||||
<name>fs.defaultFS</name>
|
||||
<value>seaweedfs://10.0.100.51:30888</value>
|
||||
@ -29,6 +30,5 @@ Copy the seaweedfs-hadoop2-client-1.5.6.jar to hive lib directory,for example:
|
||||
<value>4194304</value>
|
||||
</property>
|
||||
</configuration>
|
||||
`
|
||||
|
||||
```
|
||||
## install Presto
|
Loading…
Reference in New Issue
Block a user