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
The support for building the dist module alone without having to invoke lengthy (re)builds of all aggregated shims is no longer working.
Moreover it means one cannot easily locally the multi-shim assembly build that includes Databricks shims who are not buildable locally at all and require multiple DBR build envs 11.3, 13.3 etc
10:59:40,434 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (create-parallel-world) on project rapids-4-spark_2.12: An Ant BuildException has occured: The following error occurred while executing this line:
10:59:40,435 [ERROR] /home/user/gits/NVIDIA/spark-rapids/dist/maven-antrun/build-parallel-worlds.xml:80: Traceback (most recent call last):
10:59:40,436 [ERROR] File "<script>", line 73, in <module>
10:59:40,437 [ERROR] File "<script>", line 26, in shell_exec
10:59:40,437 [ERROR] at org.apache.tools.ant.taskdefs.optional.script.ScriptDefBase.fail(ScriptDefBase.java:129)
10:59:40,437 [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:59:40,438 [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:59:40,438 [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:59:40,438 [ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
10:59:40,438 [ERROR] org.apache.tools.ant.BuildException: failed to execute [u'/usr/share/maven/bin/mvn', 'org.apache.maven.plugins:maven-dependency-plugin:2.10:get', '-B', u'-Ddest=/home/user/gits/NVIDIA/spark-rapids/dist/target/deps', '-DgroupId=com.nvidia', u'-DartifactId=rapids-4-spark-sql-plugin-api_2.12', u'-Dversion=24.10.0-SNAPSHOT', '-Dpackaging=jar', u'-Dclassifier=spark352', '-Dtransitive=false', '-s', u'/home/user/gits/NVIDIA/spark-rapids/jenkins/settings.xml']
10:59:40,439 [ERROR]
10:59:40,439 [ERROR] around Ant part ...<ant antfile="${spark.rapids.source.basedir}/dist/maven-antrun/build-parallel-worlds.xml" target="remove-dependencies-from-pom" />... @ 9:135 in /home/user/gits/NVIDIA/spark-rapids/dist/target/antrun/build-main.xml
10:59:40,440 [ERROR] -> [Help 1]
Expected behavior
Should work
Environment details (please complete the following information)
local
We can use this issue to fix the WithDatabricks profiles to behave the same way as the explicit buildver list or remove those profiles and
update the doc
Describe the bug
The support for building the dist module alone without having to invoke lengthy (re)builds of all aggregated shims is no longer working.
Moreover it means one cannot easily locally the multi-shim assembly build that includes Databricks shims who are not buildable locally at all and require multiple DBR build envs 11.3, 13.3 etc
According to @NvTimLiu it might be related to #11301
Steps/Code to reproduce bug
Error:
Expected behavior
Should work
Environment details (please complete the following information)
local
Additional context
#11301 , #11308
The text was updated successfully, but these errors were encountered: