Skip to content

Commit 4df423c

Browse files
committed
SPARK-2905 Fixed path sbin => bin
1 parent 8d1dec4 commit 4df423c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/spark-sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CLASS="org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver"
2929
FWDIR="$(cd `dirname $0`/..; pwd)"
3030

3131
function usage {
32-
echo "Usage: ./sbin/spark-sql [options] [cli option]"
32+
echo "Usage: ./bin/spark-sql [options] [cli option]"
3333
pattern="usage"
3434
pattern+="\|Spark assembly has been built with Hive"
3535
pattern+="\|NOTE: SPARK_PREPEND_CLASSES is set"

0 commit comments

Comments
 (0)