首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Greenplum利用gpload,gpfist兑现数据入库

2012-11-03 
Greenplum利用gpload,gpfist实现数据入库1.python版本要求2.4.4以上Downloads ↓YAML parser and emitter f

Greenplum利用gpload,gpfist实现数据入库
1.python版本要求2.4.4以上

Downloads ↓

YAML parser and emitter for Python

YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python.

PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object.

PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistance.

[root@test bin]# gpload -f gpload.yml2012-10-30 00:06:42|INFO|gpload session started 2012-10-30 00:06:422012-10-30 00:06:43|INFO|started gpfdist -p 55555 -P 55556 -f "/home/tmp/test" -t 302012-10-30 00:06:50|INFO|running time: 7.92 seconds2012-10-30 00:06:50|INFO|rows Inserted          = 2050922012-10-30 00:06:50|INFO|rows Updated           = 02012-10-30 00:06:50|INFO|data formatting errors = 02012-10-30 00:06:50|INFO|gpload succeeded[root@test bin]# 







热点排行