Versions Compared

Key

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

...

  • Postgres:
    • on OSX double click the installer package
    • on Redhat / CentOS run the following as root:

      Code Block
      yum install <madlib_package> --nogpgcheck
  • Greenplum Database:
    • on Redhat / CentOS run the following as gpadmin:

      Code Block
      languagebash
      gppkg -i <madlib_package>

      Please note:  For installation of MADlib on GPDB 4.3.10, an additional step is required after running gppkg and before running the madpack utility.  See here for details or refer to the readme file with the Pivotal Network package download.

  • HDB/HAWQ:
    • on Redhat / CentOS run the following as gpadmin:

      Code Block
      languagebash
      gppkg -i <madlib_package>

      Please note that for  For installation of MADlib on HDB/HAWQ 2.0.1, an additional step is required after running gppkg and before running the madpack utility.  See here for details or refer to the readme file with the Pivotal Network package download.

...