piplinedb 安装配置
piplinedb不能使用root用户操作,提前建好用户
[root@yzh-jkb-privatization /]# useradd steven
[root@yzh-jkb-privatization /]# passwd steven
[root@yzh-jkb-privatization /]# vim /etc/sudoers root ALL=(ALL) ALL
steven ALL=(ALL) ALL
一、下载rpm包 https://github.com/pipelinedb/pipelinedb/releases
二、安装
[root@yzh-jkb-privatization /]# su - steven
[steven@yzh-jkb-privatization ~]$ mkdir pipelinedb
[steven@yzh-jkb-privatization ~]$ cd pipelinedb/
[steven@yzh-jkb-privatization pipelinedb]$ sudo mv /pipelinedb-0.9.9u1-centos7-x86_64.rpm ./pipelinedb/
[steven@yzh-jkb-privatization pipelinedb]$ sudo rpm -ivh pipelinedb-0.9.9u1-centos7-x86_64.rpm
Preparing... ################################# [%]
Updating / installing...
:pipelinedb-0.9.- ################################# [%]
ln: failed to create symbolic link ‘/usr/bin/pipelinedb’: File exists
ln: failed to create symbolic link ‘/usr/bin/pipelinedb-debug’: File exists
ln: failed to create symbolic link ‘/usr/bin/pipeline-ctl’: File exists
ln: failed to create symbolic link ‘/usr/bin/pg_ctl’: File exists
ln: failed to create symbolic link ‘/usr/bin/pipeline-init’: File exists
ln: failed to create symbolic link ‘/usr/bin/psql’: File exists
ln: failed to create symbolic link ‘/usr/bin/pipeline’: File exists
ln: failed to create symbolic link ‘/usr/bin/pg_config’: File exists
ln: failed to create symbolic link ‘/usr/bin/pipeline-dump’: File exists
ln: failed to create symbolic link ‘/usr/bin/pipeline-dumpall’: File exists
ln: failed to create symbolic link ‘/usr/bin/pipeline-restore’: File exists ____ _ ___ ____ ____
/ __ \(_)___ ___ / (_)___ ___ / __ \/ __ )
/ /_/ / / __ \/ _ \/ / / __ \/ _ \/ / / / __ |
/ ____/ / /_/ / __/ / / / / / __/ /_/ / /_/ /
/_/ /_/ .___/\___/_/_/_/ /_/\___/_____/_____/
/_/ PipelineDB successfully installed. To get started, initialize a
database directory: pipeline-init -D <data directory> where <data directory> is a nonexistent directory where you'd
like all of your database files to live. You can find the PipelineDB documentation at: http://docs.pipelinedb.com
三、初始化目录
1. 在当前目录(piplinedb)下创建文件夹
[steven@yzh-jkb-privatization pipelinedb]$ mkdir testdata
mkdir: cannot create directory ‘testdata’: File exists
[steven@yzh-jkb-privatization pipelinedb]$ mkdir log/testdata -p
[steven@yzh-jkb-privatization pipelinedb]$ pipeline-init -D testdata/
四、启停命令
1、启动命令 -D 指定数据目录 -l指定log文件
[steven@yzh-jkb-privatization testdata]$ pipeline-ctl -D /home/steven/pipelinedb/testdata/ -l /home/steven/pipelinedb/log/testdata/pipelinedb.log start
server starting
2、停止服务
五、修改配置文件同postgresql
六、连接数据库两种方法
1、第一种
[steven@steven1 testdata]$ pipeline pipeline
pipeline (9.5.3)
Type "help" for help.
参考:http://blog.sina.com.cn/s/blog_76923bd80102wvl2.html
http://docs.pipelinedb.com/installation.html
piplinedb 安装配置的更多相关文章
- Hive安装配置指北(含Hive Metastore详解)
个人主页: http://www.linbingdong.com 本文介绍Hive安装配置的整个过程,包括MySQL.Hive及Metastore的安装配置,并分析了Metastore三种配置方式的区 ...
- Hive on Spark安装配置详解(都是坑啊)
个人主页:http://www.linbingdong.com 简书地址:http://www.jianshu.com/p/a7f75b868568 简介 本文主要记录如何安装配置Hive on Sp ...
- ADFS3.0与SharePoint2013安装配置(原创)
现在越来越多的企业使用ADFS作为单点登录,我希望今天的内容能帮助大家了解如何配置ADFS和SharePoint 2013.安装配置SharePoint2013这块就不做具体描述了,今天主要讲一下怎么 ...
- Hadoop的学习--安装配置与使用
安装配置 系统:Ubuntu14.04 java:1.7.0_75 相关资料 官网 下载地址 官网文档 安装 我们需要关闭掉防火墙,命令如下: sudo ufw disable 下载2.6.5的版本, ...
- redis的安装配置
主要讲下redis的安装配置,以及以服务的方式启动redis 1.下载最新版本的redis-3.0.7 到http://redis.io/download中下载最新版的redis-3.0.7 下载后 ...
- Windows环境下的NodeJS+NPM+Bower安装配置
npm作为一个NodeJS的模块管理,之前我由于没有系统地看资料所以导致安装配置模块的时候走了一大段弯路,所以现在很有必要列出来记录下.我们要先配置npm的全局模块的存放路径以及cache的路径,例如 ...
- ubuntu kylin 14.04安装配置MongoDB v2.6.1(转)
1.获取最新版本 https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.1.tgz 2.解压并进入bin目录 tar zxvf mongo ...
- Django基础之安装配置
安装配置 一 MVC和MTV模式 著名的MVC模式:所谓MVC就是把web应用分为模型(M),控制器(C),视图(V)三层:他们之间以一种插件似的,松耦合的方式连接在一起. 模型负责业务对象与数据库的 ...
- 【转】Windows平台下的Subversion安装配置新手指南
原文地址:http://developer.51cto.com/art/201005/199628.htm 本文介绍Subversion安装配置快速指南,首先讲Subversion的安装和配置,Uni ...
随机推荐
- How to Start a Business in 10 Days
With an executive staffing venture about to open, a business loan from the in-laws gnawing at her co ...
- Property attributes
There are many attributes for property as follows: atomic: Is default behavior will ensure the prese ...
- (记忆化搜索)Jury Compromise (poj 1015)
http://acm.fzu.edu.cn/problem.php?pid=1005 Description The fastfood chain McBurger owns several rest ...
- POJ3176 Cow Bowling 2017-06-29 14:33 23人阅读 评论(0) 收藏
Cow Bowling Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 19173 Accepted: 12734 Des ...
- QOpenGLFunctions的相关的使用(1)
QOpenGLFunctions的使用 1. QOpenGLFunctions 说明 QOpenGLFunctions 类提供了跨平台的OpenGl ES2.0 API版本. OpenGL 2. ...
- Nutch1.2 的安装与使用
Nutch1.2的安装与使用 1.nutch1.2下载 下载地址 http://archive.apache.org/dist/nutch/ 2.nutch1.2目录 bin:用于命 ...
- oracle数据库 ORA-01017的解决办法
alter user 用户名 identified by 新密码:
- hdu 3910 Liang Guo Sha
题目链接:hdu 3910 Liang Guo Sha 题目大意:Alice和Bob这两个小伙伴又发明了一种新游戏, 叫两国杀, 每个人手上有两张牌,“杀” 和“闪”, 然后有三个数值A,B和C, 当 ...
- CODE FIRST之空数据模型
1.首先添加空Code Firtst模型 2.新建两个实体类,关系一对多 public class UserInfo { public UserInfo() { OrderInfo = new Has ...
- “全栈2019”Java多线程第二十八章:公平锁与非公平锁详解
难度 初级 学习时间 10分钟 适合人群 零基础 开发语言 Java 开发环境 JDK v11 IntelliJ IDEA v2018.3 文章原文链接 "全栈2019"Java多 ...