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
After #527, it appears kvikio does not build with the KvikIO_REMOTE_SUPPORT set to OFF. The RAPIDS Accelerator for Apache Spark uses libcudf, which in turn depends on kvikio. However we cannot guarantee the new runtime dependencies required when kvikio is compiled with remote support are available at runtime in the Spark environment. Currently we do not use kvikio at all in our setup (we use Spark's filesystems to access remote files), so we disabled kvikio remote support to avoid the dependency issue. However this fails to compile in our most recent builds, see NVIDIA/spark-rapids-jni#2576 for details.
The text was updated successfully, but these errors were encountered:
After #527, it appears kvikio does not build with the KvikIO_REMOTE_SUPPORT set to OFF. The RAPIDS Accelerator for Apache Spark uses libcudf, which in turn depends on kvikio. However we cannot guarantee the new runtime dependencies required when kvikio is compiled with remote support are available at runtime in the Spark environment. Currently we do not use kvikio at all in our setup (we use Spark's filesystems to access remote files), so we disabled kvikio remote support to avoid the dependency issue. However this fails to compile in our most recent builds, see NVIDIA/spark-rapids-jni#2576 for details.
The text was updated successfully, but these errors were encountered: