Skip to content

Commit 8102d6e

Browse files
committed
Fix bug in Jenkins test
1 parent fde1213 commit 8102d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function run_streaming_tests() {
102102

103103
KAFKA_ASSEMBLY_DIR="$FWDIR"/external/kafka-assembly
104104
JAR_PATH="${KAFKA_ASSEMBLY_DIR}/target/scala-${SPARK_SCALA_VERSION}"
105-
for f in "${JAR_PATH}"/spark-streaming-kafka-assembly-*.jar; do
105+
for f in "${JAR_PATH}"/spark-streaming-kafka-assembly*.jar; do
106106
if [[ ! -e "$f" ]]; then
107107
echo "Failed to find Spark Streaming Kafka assembly jar in $KAFKA_ASSEMBLY_DIR" 1>&2
108108
echo "You need to build Spark before running this program" 1>&2

0 commit comments

Comments
 (0)