yao
  • 前言
  • Mac环境配置
    • 1.python配置
  • 部署安装
    • 博客blog文档md模板
    • linux安装python3
    • Docker部署
      • Compose-bigdatabase-单组件启动(docker)
      • Compose-Spark组件-单独启动(docker)
      • Docker-通过dockerfile构建镜像(需测试)
      • docker-yaosong5仓库dockerImages汇总
      • Docker基础镜像中-所有home配置
    • gp部署
      • tt
      • 命令和第二次搭建-ok
      • gp搭建遇到的错误
      • gp集群搭建①-下载greenplum
      • gp集群搭建②-新建用户免密登录
      • gp集群搭建③-greenplum系统搭建
  • 实际问题解决
    • kafka异常
    • 数仓-解决hive处理异常json命令行转义字符的问题
  • 数据分析
    • 数据分析总结-pandas
    • 数据分析总结-numpy
  • 应用环境
    • Docker环境启动流程
Powered by GitBook
On this page

Was this helpful?

  1. 部署安装
  2. gp部署

gp搭建遇到的错误

搭建遇到的错误: -gpsegstart.py failed. (Reason='%d format: a number is required, not NoneType') exiting...

vim /etc/sysctl.conf

kernel.sem = 50100 128256000 50100 2560

Previous命令和第二次搭建-okNextgp集群搭建①-下载greenplum

Last updated 6 years ago

Was this helpful?