Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-915

OutOfMemoryError in EigenVerificationJob

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.7
    • None
    • None

    Description

      I'm getting an OutOfMemoryError in EigenVerificationJob that seems to come from the following lines (200 - 204) that try to print the complete eigenvector to the console.

       
      EigenVector ev = ...
      log.info("appending {} to {}", ev, path);
      

      Am I doing something wrong here? Or should we handle this somehow else? I don't want to use another loglevel because of this.

      Attachments

        Activity

          People

            ssc Sebastian Schelter
            ssc Sebastian Schelter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: