对系统行为进行日志分析
发布时间
阅读量:
阅读量
外部表创建方法
首先需要开启gpfdist服务:
nohup gpfdist -d /home/dyt/PJ4 -p 9058 -l /home/dyt/PJ4/gpfdist.log &
检查系统是否已成功启动:
ps -ef | grep gpfdist

构建外部表格
1,123432423,2019-03-15 23:12:25,zsl
2,123657567,2019-03-15 23:12:26,sdf
3,123482825,2019-03-15 23:12:27,fgd
接入云端数据库系统
psql -U dyt -h udw.lurymd.m0.service.ucloud.cn -p 5432 -d db_dyt -W
建立外部表时需注意,系统在端口号确认后将自动跳转至先前设定的目录位置,即/home/dyt/PJ4
drop external table te
全部评论 (0)
还没有任何评论哟~
