Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-864

Meta data operations after csv frame read w/ unknown size

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • SystemML 0.11
    • SystemML 0.11
    • Runtime
    • None

    Description

      In execution modes singlenode, hadoop, hybrid no reblocks are injected for frames of format "csv". Accordingly, any nrow/ncol after a frame csv read with unknown size fail with the following exception.

      Caused by: org.apache.sysml.runtime.DMLRuntimeException: Invalid meta data returned by 'nrow': -1
              at org.apache.sysml.runtime.instructions.cp.AggregateUnaryCPInstruction.processInstruction(AggregateUnaryCPInstruction.java:122)
              at org.apache.sysml.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:305)
      
      

      We already have a special case for matrices in execution mode singlenode, which reads the matrix and updates the meta data on the fly. This functionality should be extended for frames too.

      Attachments

        Activity

          People

            mboehm7 Matthias Boehm
            mboehm7 Matthias Boehm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: