aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-shell.cmd
diff options
context:
space:
mode:
authorshane-huang <shengsheng.huang@intel.com>2013-09-23 16:13:46 +0800
committershane-huang <shengsheng.huang@intel.com>2013-09-23 16:13:46 +0800
commit1d53792a0a48695824c29274be84b74d8d6a2e6a (patch)
treeb4949d671593b2b37b839fcb96bbb0e5c997d0ea /bin/spark-shell.cmd
parent1d1a6258008fa6d0e3aeeee35169315e441ec2c5 (diff)
downloadspark-1d53792a0a48695824c29274be84b74d8d6a2e6a.tar.gz
spark-1d53792a0a48695824c29274be84b74d8d6a2e6a.tar.bz2
spark-1d53792a0a48695824c29274be84b74d8d6a2e6a.zip
add scripts in bin
Signed-off-by: shane-huang <shengsheng.huang@intel.com>
Diffstat (limited to 'bin/spark-shell.cmd')
-rw-r--r--bin/spark-shell.cmd5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/spark-shell.cmd b/bin/spark-shell.cmd
index 3e52bf835e..23973e3e3d 100644
--- a/bin/spark-shell.cmd
+++ b/bin/spark-shell.cmd
@@ -17,6 +17,7 @@ rem See the License for the specific language governing permissions and
rem limitations under the License.
rem
-set FWDIR=%~dp0
+rem Find the path of sbin
+set SBIN=%~dp0..\sbin\
-cmd /V /E /C %FWDIR%spark-class2.cmd org.apache.spark.repl.Main %*
+cmd /V /E /C %SBIN%spark-class2.cmd org.apache.spark.repl.Main %*