Remove additional "/" in external memory doc (#3131)

This commit is contained in:
Yuan (Terry) Tang
2018-02-24 14:27:03 -05:00
committed by GitHub
parent 5d4cc49080
commit cf89fa7139

View File

@@ -28,7 +28,7 @@ Distributed Version
------------------- -------------------
The external memory mode naturally works on distributed version, you can simply set path like 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 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. so that you can directly use ```dtrain.cache``` to cache to current folder.