cover-img
avatar

QOOEO Blog

Tech Explorations & Insights

A blog about programming, tech, and software development

luigi install

luigi 安装

官方文档: http://luigi.readthedocs.io/en/latest/
中文: https://github.com/17zuoye/luiti/blob/master/README.zh_CN.markdown
http://blog.kissdata.com/2014/05/28/lugi.html#configuration

安装

系统: centos 6.5 64
python: 2.7
python2.7 安装参考graphite-install-on-centos

#启动luigi服务端
默认端口: 8082
/usr/local/python27/bin/luigid --background

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[root@localhost luigi]# luigid -h
usage: luigid [-h] [--background] [--pidfile PIDFILE] [--logdir LOGDIR]
[--state-path STATE_PATH] [--address ADDRESS]
[--unix-socket UNIX_SOCKET] [--port PORT]

Central luigi server

optional arguments:
-h, --help show this help message and exit
--background Run in background mode
--pidfile PIDFILE Write pidfile
--logdir LOGDIR log directory
--state-path STATE_PATH
Pickled state file
--address ADDRESS Listening interface
--unix-socket UNIX_SOCKET
Unix socket path
--port PORT Listening port

声明: Content created by Jack Yang. Please keep the source link if you want to share.