spark-examples icon indicating copy to clipboard operation
spark-examples copied to clipboard

[ARCHIVED] Moved to github.com/NVIDIA/spark-xgboost-examples

Results 7 spark-examples issues
Sort by recently updated
recently updated
newest added

We have had a few people confused trying to use this repository. We should do what we can to make this repository either redirect to the new one automatically or...

On support spark3.0 branch,The MVN building get an error like : [ERROR] Failed to execute goal on project sample_xgboost_apps: Could not resolve dependencies for project ai.rapids:sample_xgboost_apps:jar:0.2.2-SNAPSHOT: Failed to collect dependencies...

Hello There, I was following the guide mentioned [here](https://github.com/rapidsai/spark-examples/blob/master/getting-started-guides/on-prem-cluster/kubernetes.md). The Maven build was done for both cuda10-0 & 10-1 with their respective images CUDA10 & 10.1 and both error out...

2020-05-30 19:33:31 WARN TaskSetManager:66 - Lost task 0.0 in stage 0.0 (TID 0, 192.168.1.200, executor 0): java.lang.UnsatisfiedLinkError: ai.rapids.cudf.Table.gdfReadCSV([Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;JJIBBB[Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)[J at ai.rapids.cudf.Table.gdfReadCSV(Native Method) at ai.rapids.cudf.Table.readCSV(Table.java:314) at ml.dmlc.xgboost4j.scala.spark.rapids.CSVPartitionReader.readToTable(GpuCSVScan.scala:214) at ml.dmlc.xgboost4j.scala.spark.rapids.CSVPartitionReader.readBatch(GpuCSVScan.scala:194) at ml.dmlc.xgboost4j.scala.spark.rapids.CSVPartitionReader.next(GpuCSVScan.scala:230) at...

dear author, I came across this article "https://github.com/rapidsai/spark-examples/blob/master/getting-started-guides/on-prem-cluster/standalone-scala.md". When i launch distributed training without GPUs (tree method hist), the parameters setting by following: "--num-executors 1 --executor-cores 19 --conf spark.cores.max=19 --conf...

I followed the steps that is illustrated in the page of https://github.com/rapidsai/spark-examples/blob/master/getting-started-guides/building-sample-apps/scala.md and built the scala project. Then I used spark-submit to submit the application to the cluster and I...

Hello nice people, I came across this article https://medium.com/rapids-ai/nvidia-gpus-and-apache-spark-one-step-closer-2d99e37ac8fd (and that's why I create an issue) I am very excited to start using. It took some time to learn which...