Skip to content
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
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by leezu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants