This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
How to compile mxnet 1.8 with HDFS supported? #20154
Answered
by
leezu
Xiaoxiong-Liu
asked this question in
Q&A
-
There is no option for hdfs support in cmake file? |
Beta Was this translation helpful? Give feedback.
Answered by
leezu
Apr 12, 2021
Replies: 1 comment
-
It's not an option of mxnet, but HDFS support is provided by the dmlc-core library. You can just set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leezu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not an option of mxnet, but HDFS support is provided by the dmlc-core library. You can just set
-DUSE_HDFS=1
when compiling MXNet and the option will be correctly set at https://github.com/dmlc/dmlc-core/blob/4cabfeafb4f8f8e574de89cea0780c993c20c2d8/CMakeLists.txt#L16 as dmlc-core is compiled during the mxnet compilation.