From 2a9a864b11ec6bd350f7e7b667d26c39a92777d6 Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 12 Jan 2015 11:50:18 -0800 Subject: [PATCH] ok --- multi-node/hadoop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-node/hadoop/README.md b/multi-node/hadoop/README.md index 13e68c4f0..d98068fe9 100644 --- a/multi-node/hadoop/README.md +++ b/multi-node/hadoop/README.md @@ -9,7 +9,7 @@ Distributed XGBoost: Hadoop Version Before you run the script ==== * Make sure you have set up the hadoop environment. -* If you want to only use single machine multi-threading, tryout single machine examples in the [demo folder](../../demo). +* If you want to only use single machine multi-threading, try single machine examples in the [demo folder](../../demo). * Build: run ```bash build.sh``` in the root folder, it will automatically download rabit and build xgboost. * Check whether the environment variable $HADOOP_HOME exists (e.g. run ```echo $HADOOP_HOME```). If not, please set up hadoop-streaming.jar path in rabit_hadoop.py.