This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
[Question] MXNet on Scala Spark and Maven Repository #16911
Open
Description
Hello, MXNet newbie here 👋
I am trying to run a PoC with MXNet using Scala/Spark on AWS EMR, however I cannot find a way to import Spark integration under scala-package
using the distribution on Maven Repository.
I searched it a lot on Google, but could not find any valuable information. I started to believe that I need to compile from source code with USE_DIST_KVSTORE=1
flag and add it to the project. But what is the reason that it is not available on Maven and is there any roadmap item to have it on Maven?
Thanks!