MINOR: Fix wrong message in `bin/kafka-run-class.sh` (#4682)

To build jar you need to specify `scalaVersion` instead of `scala_version`.

Reviewers: Manikumar Reddy O <manikumar.reddy@gmail.com>, Jason Gustafson <jason@confluent.io>
This commit is contained in:
Jimin Hsieh 2018-03-13 05:34:59 +08:00 committed by Jason Gustafson
parent 8e84961661
commit 596b604862
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ done
shopt -u nullglob
if [ -z "$CLASSPATH" ] ; then
echo "Classpath is empty. Please build the project first e.g. by running './gradlew jar -Pscala_version=$SCALA_VERSION'"
echo "Classpath is empty. Please build the project first e.g. by running './gradlew jar -PscalaVersion=$SCALA_VERSION'"
exit 1
fi