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 ...
随机推荐
- python-Django-01基础配置
参考资料地址 http://www.ziqiangxuetang.com/django/django-install.html 官方文档 一: 1先下载Django源码包,下载地址https://ww ...
- activeMq之hello(java)
消息队列activeMq, 节省响应时间,解决了第三方响应时间长的问题让其他客户可以继续访问, 安装activeMq apache-activemq-5.14.0-bin\apache-activ ...
- java实现在图片上编辑文本内容
package com.yin.text; import java.awt.Color; import java.awt.Font; import java.awt.Graphics2D; impor ...
- 5、Makefile基础知识汇总(转自陈皓总述)
一.Makefile里有什么? Makefile里主要包含了五个东西:显式规则.隐晦规则.变量定义.文件指示和注释. 1.显式规则.显式规则说明了,如何生成一个或多的的目标文件.这是由Makefile ...
- hihocoder 二分
题目 一个简单的二分,只是想说明一下,如若要查找一个数组中某个数的下标可以直接用lower_bound()这个函数.只是要考虑到要查找的数不在数组中的这种情况. #include <cstdio ...
- GeneralizedLinearAlgorithm in Spark MLLib
GeneralizedLinearAlgorithm SparkMllib涉及到的算法 Classification Linear Support Vector Machines (SVMs) Log ...
- MySQL--REPALCE INTO操作
REPLACE INTO语法是MySQL数据库独特的扩展语法,可以提供“不存在即插入,存在即更新”的操作,MySQL官方文档解析其算法为: 1.尝试进行INSER 操作 2.如果INSERT 失败,则 ...
- C# winform ListBox实现滚动条自动滚动至底部
效果如图: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data ...
- [C#]Dapper学习笔记
1.安装,直接用nuget搜索Dapper就行,不过只支持框架4.5.1 2.数据库测试表 CREATE TABLE [dbo].[Student]( [ID] [bigint] NULL, ) NU ...
- 重写TreeView,多层级节点下批量显示图片,图片支持缩略图和文件名列表切换,支持调用者动态匹配选中,支持外界拖入图片并添加到对应节点下
1.先看下整体效果 2.前端代码 <UserControl x:Class="iPIS.UI.Base.Tree.ImageTreeControl" xmlns=" ...