Skip to content

Error while running the Qualification tool #5447

Answered by jlowe
SoumyaB57 asked this question in General
Discussion options

You must be logged in to vote

You will need to escape the wildcard from trying to be expanded by the shell. We want the JVM to see the wildcard, not the shell, and zsh is being too eager about trying to expand it and failing if it cannot. For example, you can quote it like this:

java -cp "rapids-4-spark-tools_2.12-22.04.0-javadoc.jar:$SPARK_HOME/jars/*" com.nvidia.spark.rapids.tool.qualification.QualificationMain eventlogs

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@SoumyaB57
Comment options

Comment options

You must be logged in to vote
3 replies
@SoumyaB57
Comment options

@tgravescs
Comment options

@SoumyaB57
Comment options

Answer selected by SoumyaB57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants