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.