Giter VIP home page Giter VIP logo

tab_rel's Introduction

1、基础环境要求

操作系统:Linux(CentOS6.5及以上经过了完全的测试,以下安装说明均假定此环境)

Python版本:3.7.x,推荐安装Anaconda3

2、python依赖安装

2.1 安装

所有的第三方依赖均写在根目录下的requirements.txt文件中,根据网络条件,任选以下一种方式进行安装:

  1. 有网络时(推荐),在根目录下执行pip install -r requirements.txt即可批量安装(可能会要求环境中必须安装gcc,如果没有,通过yum install gcc进行安装)。
  2. 无网络时,需要批量下载所有的第三方依赖(链接: https://pan.baidu.com/s/1Gxdw0Dqx6DvtjE5vLDDzBw 提取码: 94sw)并上传至服务器的某个路径(如~/home),进入解压后的目录(~/home/whl)并执行pip install --no-index --find-links=. -r requirements.txt 即可完成批量安装。

2.2 安装后的操作

用于Gbase 8a的驱动需要手动进行安装,步骤如下:

  1. 在解压后的目录执行tar -vf GBaseConnector-1.0.0.tar.gz && cd GBaseConnector
  2. 执行python setup.py install

3、配置修改

根目录下的config.py中包含了所有的配置项,建议用户只需要修改multi_processhive_ip/presto_port,其他保持现状即可。

4、项目启停

执行sh start_app.sh启动项目;执行sh stop_app.sh终止项目。

如果修改了config.py中的配置,需要重启项目。

tab_rel's People

Contributors

zifeiyv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.