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:53 -0700
commitc65c810c83e352f5b7198ce74f8f5561617a55bd (patch)
tree0e5a06080882f98224eb804d3bf61451605cc6ab /bin/spark-sql
parentf705c1d5664b137fbd03a286c86d7c543c73ebe8 (diff)
downloadspark-c65c810c83e352f5b7198ce74f8f5561617a55bd.tar.gz
spark-c65c810c83e352f5b7198ce74f8f5561617a55bd.tar.bz2
spark-c65c810c83e352f5b7198ce74f8f5561617a55bd.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 (cherry picked from commit 80ec5bad1311651fe56e1d5178090dc63753233b) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
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"