aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-sql
diff options
context:
space:
mode:
authorOleg Danilov <oleg.danilov@wandisco.com>2014-08-07 15:48:44 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-07 15:48:44 -0700
commit80ec5bad1311651fe56e1d5178090dc63753233b (patch)
tree2eb646336e0594ca4be71a9a39155614f82a16fb /bin/spark-sql
parentb9e9e53773a618e4322b845c40deae22f2ba52ac (diff)
downloadspark-80ec5bad1311651fe56e1d5178090dc63753233b.tar.gz
spark-80ec5bad1311651fe56e1d5178090dc63753233b.tar.bz2
spark-80ec5bad1311651fe56e1d5178090dc63753233b.zip
SPARK-2905 Fixed path sbin => bin
Author: Oleg Danilov <oleg.danilov@wandisco.com> Closes #1835 from dosoft/SPARK-2905 and squashes the following commits: 4df423c [Oleg Danilov] SPARK-2905 Fixed path sbin => bin
Diffstat (limited to 'bin/spark-sql')
-rwxr-xr-xbin/spark-sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spark-sql b/bin/spark-sql
index 61ebd8ab6d..7813ccc361 100755
--- a/bin/spark-sql
+++ b/bin/spark-sql
@@ -29,7 +29,7 @@ CLASS="org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver"
FWDIR="$(cd `dirname $0`/..; pwd)"
function usage {
- echo "Usage: ./sbin/spark-sql [options] [cli option]"
+ echo "Usage: ./bin/spark-sql [options] [cli option]"
pattern="usage"
pattern+="\|Spark assembly has been built with Hive"
pattern+="\|NOTE: SPARK_PREPEND_CLASSES is set"