-1

I'm new to to Mahout. I've run mahout clustering task, but it fails I'm unable get why this task fails, so where are mahout logs stored?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Vijay_Shinde
  • 1,332
  • 2
  • 17
  • 38

1 Answers1

0

Look here:https://svn.apache.org/repos/asf/mahout/trunk/bin/mahout

 # default log directory & file
 if [ "$MAHOUT_LOG_DIR" = "" ]; then
   MAHOUT_LOG_DIR="$MAHOUT_HOME/logs"
 fi

Now depends where you have set your MAHOUT_HOME

Abhiroop Sarkar
  • 2,251
  • 1
  • 26
  • 45