Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MADlib works with Python 2.6 and 2.7.  Currently, Python 3.x is not supported.

Currently supported database version: postgres 9 and 10, greenplum 4.3 and 5.X.

Anchor
Super Quick Start
Super Quick Start
Super Quick Start

...

  • gcc and g++ (For OSX, Clang will work for compiling the source, but not for documentation.)
  • m4
  • patch
  • cmake
  • pgxn installed
  • PostgreSQL (64-bit) 9.2+ with plpython support enabled. Note: plpython may not be enabled in Postgres by default.

 

Use below commnd to install and load the latest MADlib package uploaded on PGXN.  

Code Block
languagebash
pgxn install madlib
pgxn load madlib 

 

Anchor
Compile From Source
Compile From Source
Compiling From Source

...