Skip to content

Commit b0e221b

Browse files
committed
Be explicit about ci cdh version.
1 parent bc226aa commit b0e221b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/ci

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22

3+
HADOOP_VERSION=cdh5; export HADOOP_VERSION
34

4-
JVM_OPTS="-Dfile.encoding=UTF8 -XX:MaxPermSize=512m -Xms512m -Xmx6g -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC"; export JVM_OPTS
5+
JVM_OPTS="-Dfile.encoding=UTF8 -XX:MaxPermSize=512m -Xms512m -Xmx2g -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC"; export JVM_OPTS
56

67
./sbt -Dsbt.log.noformat=true "; clean; update; test-only -- console junitxml html; publish; project cli; set credentials := Seq(Credentials(realm=\"Amazon S3\", host=\"ambiata-dist.s3.amazonaws.com\", userName=\"$AWS_ACCESS_KEY\", passwd=\"$AWS_SECRET_KEY\")); s3Upload; project ivory; echo-version"

0 commit comments

Comments
 (0)