diff options
-rw-r--r-- | databases/hbase/Makefile | 2 | ||||
-rw-r--r-- | devel/hadoop2/Makefile | 2 | ||||
-rw-r--r-- | devel/spark/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/hbase/Makefile b/databases/hbase/Makefile index 825e8e03a8cf..52cb5ff1c8c1 100644 --- a/databases/hbase/Makefile +++ b/databases/hbase/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= bash:shells/bash \ USES= cpe CPE_VENDOR= apache USE_JAVA= yes -JAVA_VERSION= 1.7 +JAVA_VERSION= 1.7+ MAKE_ENV+= JAVA_HOME=${JAVA_HOME} MAVEN_OPTS="-XX:MaxPermSize=256m" OPTIONS_DEFINE= DOCS diff --git a/devel/hadoop2/Makefile b/devel/hadoop2/Makefile index d5fb645501e0..4fd330f7fff4 100644 --- a/devel/hadoop2/Makefile +++ b/devel/hadoop2/Makefile @@ -37,7 +37,7 @@ CONFLICTS_INSTALL= hadoop-1* USES= cpe shebangfix CPE_VENDOR= apache USE_JAVA= yes -JAVA_VERSION= 1.7 +JAVA_VERSION= 1.7+ USE_LDCONFIG= yes SHEBANG_FILES= hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/sbin/httpfs.sh hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/libexec/httpfs-config.sh hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/conf/httpfs-env.sh hadoop-common-project/hadoop-kms/src/main/sbin/kms.sh hadoop-common-project/hadoop-kms/src/main/libexec/kms-config.sh hadoop-common-project/hadoop-kms/src/main/conf/kms-env.sh hadoop-tools/hadoop-sls/src/main/bin/rumen2sls.sh hadoop-tools/hadoop-sls/src/main/bin/slsrun.sh MAKE_ENV+= JAVA_HOME=${JAVA_HOME} HADOOP_PROTOC_PATH=${LOCALBASE}/protobuf25/bin/protoc diff --git a/devel/spark/Makefile b/devel/spark/Makefile index becac873daa0..1ab909df3c82 100644 --- a/devel/spark/Makefile +++ b/devel/spark/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= bash:shells/bash \ USES= python:2 USE_JAVA= yes -JAVA_VERSION= 1.7 +JAVA_VERSION= 1.7+ MAKE_ENV+= JAVA_HOME=${JAVA_HOME} MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m" USERS= spark |