Vijay_Shinde
Vijay_Shinde

Reputation: 1352

Where mahout logs are stored

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?

Upvotes: -1

Views: 224

Answers (1)

Abhiroop Sarkar
Abhiroop Sarkar

Reputation: 2311

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

Upvotes: 0

Related Questions