Versions Compared

Key

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

...

Sometimes there are release specific variations of the installation procedures.  These exceptions are listed in this section.

01/11/18 - Upgrading MADlib to 1.13

The upgrade to v1.13 has a minor problem with some leftover functions. The issue can be fixed with the following commands.

Code Block
languagebash
psql $DB_NAME -c "DROP FUNCTION IF EXISTS ${SCHEMA}.knn(VARCHAR)"
psql $DB_NAME -c "DROP FUNCTION IF EXISTS ${SCHEMA}.knn()"



11/30/16 - Installation of MADlib 1.9.1 on GPDB 4.3.11

...