赞
踩
1.因为项目中需要在postgresql和mysql中进行同步数据,所有的数据都需要从postgresql中同步到mysql中,那么这个时候,如果postgresql中有空间类型的数据,这个时候,就需要特殊处理,如何把postgresql中的空间类型数据,转换到mysql和hbase中存储
1.安装PostgreGis
一系列执行命令:
1.首先安装几个工具包
[root@hadoop122 ~]# yum install wget net-tools epel-release -y
2. 安装postgis扩展
[root@hadoop122 ~]# yum install postgis25_11 postgis25_11-client -y
3.安装拓展工具
- [root@hadoop122 ~]# yum install ogr_fdw11 -y
-
- [root@hadoop122 ~]# yum install pgrouting_11 -y
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。