Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] missing sql-plugin-api databricks artifacts in the nightly CI #9194

Closed
gerashegalov opened this issue Sep 6, 2023 · 0 comments · Fixed by #9195
Closed

[BUG] missing sql-plugin-api databricks artifacts in the nightly CI #9194

gerashegalov opened this issue Sep 6, 2023 · 0 comments · Fixed by #9195
Assignees
Labels
bug Something isn't working

Comments

@gerashegalov
Copy link
Collaborator

gerashegalov commented Sep 6, 2023

Describe the bug
Introduced by #9138

2023-09-06T12:41:01.200Z] [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:
[2023-09-06T12:41:01.200Z] [ERROR] /home/jenkins/agent/workspace/jenkins-rapids_nightly-dev-github-922/dist/maven-antrun/build-parallel-worlds.xml:80: Traceback (most recent call last):
[2023-09-06T12:41:01.200Z] [ERROR]   File "<script>", line 72, in <module>
[2023-09-06T12:41:01.200Z] [ERROR]   File "<script>", line 26, in shell_exec
[2023-09-06T12:41:01.200Z] [ERROR] 	at org.apache.tools.ant.taskdefs.optional.script.ScriptDefBase.fail(ScriptDefBase.java:129)
[2023-09-06T12:41:01.200Z] [ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-09-06T12:41:01.200Z] [ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-09-06T12:41:01.200Z] [ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-09-06T12:41:01.200Z] [ERROR] 	at java.lang.reflect.Method.invoke(Method.java:498)
[2023-09-06T12:41:01.200Z] [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/jenkins/agent/workspace/jenkins-rapids_nightly-dev-github-922/dist/target/deps', '-DgroupId=com.nvidia', u'-DartifactId=rapids-4-spark-sql-plugin-api_2.12', u'-Dversion=23.10.0-SNAPSHOT', '-Dpackaging=jar', u'-Dclassifier=spark321db', '-Dtransitive=false', '-s', u'/home/jenkins/agent/workspace/jenkins-rapids_nightly-dev-github-922/jenkins/settings.xml', u'-Dmaven.repo.local=/home/jenkins/agent/workspace/jenkins-rapids_nightly-dev-github-922/.m2']

h/t @tgravescs

@gerashegalov gerashegalov added bug Something isn't working ? - Needs Triage Need team to review and classify labels Sep 6, 2023
@gerashegalov gerashegalov self-assigned this Sep 6, 2023
@gerashegalov gerashegalov removed the ? - Needs Triage Need team to review and classify label Sep 6, 2023
gerashegalov added a commit to gerashegalov/spark-rapids that referenced this issue Sep 6, 2023
gerashegalov added a commit that referenced this issue Sep 6, 2023
Fixes #9194

Addendum to #9148 that forgot to add a manual deploy

Testing:
```bash
$ BASE_SPARK_VERSION_TO_INSTALL_DATABRICKS_JARS=3.3.0 URM_URL=file:/tmp/m2-local ./jenkins/databricks/deploy.sh 

$ find /tmp/m2-local-local/ -name \*jar -ls
  2379641     36 -rw-rw-r--   1 ubuntu   ubuntu      33438 Sep  6 21:37 /tmp/m2-local-local/com/nvidia/rapids-4-spark-sql-plugin-api_2.12/23.10.0-SNAPSHOT/rapids-4-spark-sql-plugin-api_2.12-23.10.0-20230906.213759-1-spark330db.jar
  2379668    128 -rw-rw-r--   1 ubuntu   ubuntu     129243 Sep  6 21:38 /tmp/m2-local-local/com/nvidia/rapids-4-spark-integration-tests_2.12/23.10.0-SNAPSHOT/rapids-4-spark-integration-tests_2.12-23.10.0-20230906.213801-1-spark330db.jar
  2379612     24 -rw-rw-r--   1 ubuntu   ubuntu      24123 Sep  6 21:37 /tmp/m2-local-local/com/nvidia/rapids-4-spark-aggregator_2.12/23.10.0-SNAPSHOT/rapids-4-spark-aggregator_2.12-23.10.0-20230906.213758-1-spark330db.jar
```

Signed-off-by: Gera Shegalov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant