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

Preconditions.checkArgument in org.apache.mahout.utils.ConcatenateVectorsJob

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.9
    • 0.10.0
    • classic
    • None

    Description

      In org.apache.mahout.utils.ConcatenateVectorsJob line 111
      Preconditions.checkArgument(paths.length == 0, path.getName() + " is a file, should be a directory");
      paths.length == 0 should be paths.length > 0

      Attachments

        Activity

          People

            smarthi Suneel Marthi
            mahaishou Haishou Ma
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: