From cf89fa7139ed080f258126ce18edf69d290d4ead Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Sat, 24 Feb 2018 14:27:03 -0500 Subject: [PATCH] Remove additional "/" in external memory doc (#3131) --- doc/how_to/external_memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how_to/external_memory.md b/doc/how_to/external_memory.md index 72f09a221..909a3d3c0 100644 --- a/doc/how_to/external_memory.md +++ b/doc/how_to/external_memory.md @@ -28,7 +28,7 @@ Distributed Version ------------------- The external memory mode naturally works on distributed version, you can simply set path like ``` -data = "hdfs:///path-to-data/#dtrain.cache" +data = "hdfs://path-to-data/#dtrain.cache" ``` xgboost will cache the data to the local position. When you run on YARN, the current folder is temporal so that you can directly use ```dtrain.cache``` to cache to current folder.