We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae51f6 commit e13fab7Copy full SHA for e13fab7
bin/run-example
@@ -36,8 +36,8 @@ fi
36
37
if [ -f "$FWDIR/RELEASE" ]; then
38
export SPARK_EXAMPLES_JAR="`ls "$FWDIR"/lib/spark-examples-*hadoop*.jar`"
39
-elif [ -e "$EXAMPLES_DIR"/target/scala-$SCALA_VERSION/spark-examples-*hadoop*.jar ]; then
40
- export SPARK_EXAMPLES_JAR="`ls "$EXAMPLES_DIR"/target/scala-$SCALA_VERSION/spark-examples-*hadoop*.jar`"
+elif [ -e "$EXAMPLES_DIR"/target/scala-$SCALA_VERSION/spark-examples*hadoop*.jar ]; then
+ export SPARK_EXAMPLES_JAR="`ls "$EXAMPLES_DIR"/target/scala-$SCALA_VERSION/spark-examples*hadoop*.jar`"
41
fi
42
43
if [[ -z "$SPARK_EXAMPLES_JAR" ]]; then
0 commit comments