Closed The-Dub closed 5 years ago
Databricks currently doesn't support extensions, but @falaki is currently looking into it.
Thank you for the quick reply
This also doesn’t work on my local machine, any ideas why?
With the same error?
Yes, same error. The session info is from my desktop
Could you try connecting with sc <- sparklyr::spark_connect(master = "local", config = list(sparklyr.log.console = TRUE))
to see if the xgboost4j-spark
dependency is getting added?
it seems that it's "working". Possibly because I didn't refresh the spark connection... oops
On another hand, i'm now getting the same error as https://github.com/rstudio/sparkxgb/issues/4
Error: ml.dmlc.xgboost4j.java.XGBoostError: XGBoostModel training failed
OK thanks for the report, I think this is happening more consistently on windows. Will investigate....
Closing to track in #4
Hi,
When running the basic iris example (on the mainpage) - or any code, local or Databricks, I get the following error:
Error: java.lang.ClassNotFoundException: ml.dmlc.xgboost4j.scala.spark.XGBoostClassifier
I've tried to run a regression, main issue with
Error: java.lang.ClassNotFoundException: ml.dmlc.xgboost4j.scala.spark.XGBoostRegressor
But in the java/main.scala file, it seems that only the classifier is imported - but not the classifier.
Any ideas? thank you
Session info