Browse Source

Fix scalatra and spark tests (see #941)

Hamilton Turner 11 years ago
parent
commit
017bcb0af8
2 changed files with 4 additions and 0 deletions
  1. 2 0
      scalatra/bash_profile.sh
  2. 2 0
      spark/bash_profile.sh

+ 2 - 0
scalatra/bash_profile.sh

@@ -0,0 +1,2 @@
+export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
+export RESIN_HOME=${IROOT}/resin-4.0.36

+ 2 - 0
spark/bash_profile.sh

@@ -0,0 +1,2 @@
+export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
+export RESIN_HOME=${IROOT}/resin-4.0.36