Skip to content

Commit

Permalink
Moved SCALA_VERSION from shark-env.sh to run.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Oct 15, 2012
1 parent d9d88c6 commit 7c1fe6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion conf/shark-env.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export SPARK_MEM=1g
export SHARK_MASTER_MEM=1g

# (Required) Point to your Scala installation.
export SCALA_VERSION=2.9.2
export SCALA_HOME=""

# (Required) Point to the patched Hive binary distribution
Expand Down
1 change: 1 addition & 0 deletions run
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

# This file is used to launch Shark on the master.
export SCALA_VERSION=2.9.2

# Figure out where the framework is installed
FWDIR="$(cd `dirname $0`; pwd)"
Expand Down

0 comments on commit 7c1fe6f

Please sign in to comment.