forked from h2oai/h2o-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
50 lines (39 loc) · 1.17 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
version=3.26.0
# Default build profile
profile=Java
# Branch codename (filled by releases)
codename=yau
# Run findbugs
doFindbugs=false
# Run animal sniffer to verify compatibility of API with actual Java version
doAnimalSniffer=false
# The flag to include ORC support inside default h2o.jar.
doIncludeOrc=false
# The flag to include MOJO Pipeline support inside default h2o.jar.
doIncludeMojoPipeline=false
#
# Gradle arguments
#
org.gradle.jvmargs='-XX:MaxPermSize=384m'
# Used for h2o-bindings generation, to allow us to use an extended h2o.jar
h2oJarfile='build/h2o.jar'
##
# Include micro benchmarks
doUBench=true
# Upload micro bench results into shared bucket hosted in S3
# It needs AWS credentials to be configured in environment
doUploadUBenchResults=false
#
# Internal Nexus location
#
localNexusLocation=http://nexus:8081/nexus/repository
##
# Version of libraries used inside H2O
##
# Version of Apache Parquet dependency (should be kept in sync with the version used in current Spark releases)
defaultParquetVersion=1.8.1
# Default Hadoop client version
defaultHadoopClientVersion=2.8.4
# Default Hive version
defaultHiveExecVersion=1.1.0
defaultWebserverModule=h2o-jetty-8