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 96cea1f commit 9439ea3Copy full SHA for 9439ea3
bin/run-example
@@ -34,9 +34,9 @@ else
34
fi
35
36
if [ -f "$FWDIR/RELEASE" ]; then
37
- export SPARK_EXAMPLES_JAR=`ls "$FWDIR"/lib/spark-examples-*hadoop*.jar`
38
-elif [ -e "$EXAMPLES_DIR"/target/scala-$SCALA_VERSION/spark-examples-*hadoop*.jar ]; then
39
- export SPARK_EXAMPLES_JAR=`ls "$EXAMPLES_DIR"/target/scala-$SCALA_VERSION/spark-examples-*hadoop*.jar`
+ export SPARK_EXAMPLES_JAR=`ls "$FWDIR"/lib/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`
40
41
42
if [[ -z $SPARK_EXAMPLES_JAR ]]; then
0 commit comments