And thank you for your reply. I've only been coding with Scala for about two years now and
the most confounding thing about it is the library system. It is very frustrating to try to use.
That said, I'm not sure what to do with the information that you sent. I'm using sbt to build
and I'm using what came in the BigDL repo which contains:
libraryDependencies ++= Seq(
"org.apache.spark" % "spark-core_2.11" % "2.4.3" % "compile",
"org.apache.spark" % "spark-mllib_2.11" % "2.4.3" % "compile",
"com.intel.analytics.bigdl" % "bigdl-dllib-spark_2.4.6" % "0.14.0-SNAPSHOT"
)
I tried "bigdl-assembly-spark_2.4.6" % "2.4.0-SNAPSHOT" which is the link of the latest version,
but sbt did not like that.
I've looked for documentation for weeks trying to get BigDL to work before even posting here
but nothing seems to work.
Can you (or someone) tell me what I'm missing?
Thanks again,
Tim