You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E py4j.protocol.Py4JJavaError: An error occurred while calling o195.load.
E : org.apache.spark.SparkClassNotFoundException: [DATA_SOURCE_NOT_FOUND] Failed to find data source: com.nvidia.spark.rapids.tests.datasourcev2.parquet.ArrowColumnarDataSourceV2. Please find packages at `https://spark.apache.org/third-party-projects.html`. SQLSTATE: 42K02
E at org.apache.spark.sql.errors.QueryExecutionErrors$.dataSourceNotFoundError(QueryExecutionErrors.scala:913)
E at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSource(DataSource.scala:789)
E at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSourceV2(DataSource.scala:857)
E at org.apache.spark.sql.DataFrameReader.load(DataFrameReader.scala:342)
E at org.apache.spark.sql.DataFrameReader.load(DataFrameReader.scala:231)
E at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
E at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
E at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
E at java.lang.reflect.Method.invoke(Method.java:498)
E at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244)
E at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:397)
E at py4j.Gateway.invoke(Gateway.java:306)
E at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)
E at py4j.commands.CallCommand.execute(CallCommand.java:79)
E at py4j.ClientServerConnection.waitForCommands(ClientServerConnection.java:199)
E at py4j.ClientServerConnection.run(ClientServerConnection.java:119)
E at java.lang.Thread.run(Thread.java:750)
E Caused by: java.lang.ClassNotFoundException: com.nvidia.spark.rapids.tests.datasourcev2.parquet.ArrowColumnarDataSourceV2.DefaultSource
E at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
E at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
E at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
E at org.apache.spark.sql.execution.datasources.DataSource$.$anonfun$lookupDataSource$6(DataSource.scala:773)
E at scala.util.Try$.apply(Try.scala:213)
E at org.apache.spark.sql.execution.datasources.DataSource$.$anonfun$lookupDataSource$5(DataSource.scala:773)
E at scala.util.Failure.orElse(Try.scala:224)
E at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSource(DataSource.scala:773)
E ... 15 more
The text was updated successfully, but these errors were encountered:
Resolves#11988Resolves#11990Resolves#12020
and related issues
- Consolidate DBR-specific logic in jenkins/databricks/common_vars.sh
- Add DBR versions suffix when necessary
---------
Signed-off-by: Gera Shegalov <[email protected]>
On https://github.com/razajafri/spark-rapids/tree/SP-10661-db-14.3-deletion-vectors branch which is pointing to commit at the time of writing this fails to execute datasourcev2_read_test when you run it by executing the following lines after building spark-rapids on Databricks 14.3
WITH_DEFAULT_UPSTREAM_SHIM=0 SPARK_SUBMIT_FLAGS="--conf spark.rapids.sql.detectDeltaLogQueries=false --conf spark.rapids.sql.format.parquet.reader.type=PERFILE" TEST_PARALLEL=0 TESTS=datasourcev2_read_test.py ./jenkins/databricks/test.sh
The following exception is thrown
The text was updated successfully, but these errors were encountered: