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
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
FixesNVIDIA#704
The AutoTuner could show an old version if the list directory is not
updated.
This change is to make sure that the AutoTuner can find the latest
version by parsing maven-metadata.xml
…711)
* AutoTuner should poll maven-meta to retrieve the latest jar version
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
Fixes#704
The AutoTuner could show an old version if the list directory is not
updated.
This change is to make sure that the AutoTuner can find the latest
version by parsing maven-metadata.xml
---------
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
Describe the bug
The AutoTuner parses the HTML of https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/ to get the latest Spark RAPIDS jar to do a recommendation about updating the plugin jars.
Similar to #702 , that directory list may have some delays not showing the latest releases.
We need to fix the implementation to parse https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark_2.12/ maven-metadata.xml instead. This guarantees that the AutoTuner always finds the latest version.
The text was updated successfully, but these errors were encountered: