Reputation: 1352
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
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