aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/vm/smoke-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop-deploy/vm/smoke-tests.sh')
-rwxr-xr-xbigtop-deploy/vm/smoke-tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bigtop-deploy/vm/smoke-tests.sh b/bigtop-deploy/vm/smoke-tests.sh
index 9ee111ab..cfb40505 100755
--- a/bigtop-deploy/vm/smoke-tests.sh
+++ b/bigtop-deploy/vm/smoke-tests.sh
@@ -1,6 +1,5 @@
#!/bin/bash
HCFS_USER="hdfs"
-gradle="/usr/local/gradle/bin/gradle"
export HADOOP_CONF_DIR=/etc/hadoop/conf/
export BIGTOP_HOME=/bigtop-home/
@@ -18,4 +17,4 @@ su -s /bin/bash $HCFS_USER -c 'hadoop fs -chmod 777 /user/vagrant'
su -s /bin/bash $HCFS_USER -c 'hadoop fs -chmod 777 /user/root'
yum install -y pig hive flume mahout
-cd /bigtop-home/bigtop-tests/smoke-tests && $gradle compileGroovy test -Dsmoke.tests=pig --info
+cd /bigtop-home/bigtop-tests/smoke-tests && ./gradlew compileGroovy test -Dsmoke.tests=pig --info