cbbrowne/mahout

Scripted run of mahout install fails due to missing .mahout-data directory

cbbrowne opened this issue · 0 comments

mahout init command sets up several .mahout- subdirectories:

  • .mahout-builds
  • .mahout-data
  • .mahout-logs
  • .mahout-temp

A build omits some of these, so that when a build is moved elsewhere, and run, mahout install can fail due to missing subdirectories.

Need to add logic to mahout_install and mahout_capture to ensure that these directories get created if missing.