Skip to content

Commit

Permalink
Minor fix for previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: Rostyslav Sotnychenko <rsotnychenko@maprtech.com>

(cherry picked from commit 6935a9a)
  • Loading branch information
rsotn-mapr authored and Mikhail Gorbov committed Jan 2, 2018
1 parent bcbf917 commit 4417845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/spark-jars.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

SPARK_INSTALLATION_DIRECTORY="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SPARK_JARS_CLASSPATH="$SPARK_INSTALLATION_DIRECTORY/jars/*.jar"
SPARK_INSTALLATION_DIRECTORY="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/.. && pwd )"
SPARK_JARS_CLASSPATH="${SPARK_INSTALLATION_DIRECTORY}/jars/*"

0 comments on commit 4417845

Please sign in to comment.