Uploaded image for project: 'Apache MADlib'
  1. Apache MADlib
  2. MADLIB-858

madlib apriori algorithm

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      SELECT * FROM madlib.assoc_rules( .25,
      .5,
      'trans_id',
      'product',
      'test_data',
      'myschema',
      TRUE
      );
      I got the output as follows.

      ERROR: plpy.Error: the output schema does not exist (plpython.c:4648)
      CONTEXT: Traceback (most recent call last):
      PL/Python function "assoc_rules", line 36, in <module>
      verbose
      PL/Python function "assoc_rules", line 110, in assoc_rules
      PL/Python function "assoc_rules", line 20, in __assert
      PL/Python function "assoc_rules"

                        • Error **********

      ERROR: plpy.Error: the output schema does not exist (plpython.c:4648)
      SQL state: XX000
      Context: Traceback (most recent call last):
      PL/Python function "assoc_rules", line 36, in <module>
      verbose
      PL/Python function "assoc_rules", line 110, in assoc_rules
      PL/Python function "assoc_rules", line 20, in __assert
      PL/Python function "assoc_rules"

      Attachments

        Activity

          People

            riyer Rahul Iyer
            georgechao George
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: