-
I wanted to run the qualification tool with the spark event log stored on the local file system. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It sounds like your jar is not in the class path. What command did you use and what is your jar named? You should run something like this, but note to replace with the actual version of the jar you downloaded. Also make sure $SPARK_HOME is set to your installation of Spark.
|
Beta Was this translation helpful? Give feedback.
-
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:
|
Beta Was this translation helpful? Give feedback.
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: