forked from elastic/elasticsearch-hadoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
41 lines (35 loc) · 909 Bytes
/
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
## Dependecies Version
# Logging
log4jVersion = 1.2.17
# Hadoop versions
hadoop10Version = 1.0.4
hadoop11Version = 1.1.2
hadoop12Version = 1.2.1
hadoop2Version = 2.4.1
# Common libraries
hiveVersion = 0.13.1
pigVersion = 0.13.0
# pig 0.11 depends on Joda but doens't declare it in its pom
jodaVersion = 1.6
# note the versions here are tied to the ones in Hadoop distro - 1.8.8
jacksonVersion = 1.8.8
cascadingVersion = 2.5.6
sparkVersion = 1.1.0
# same as Spark's
scalaVersion = 2.10.4
scalaMajorVersion = 2.10
stormVersion = 0.9.2-incubating
# Testing
junitVersion = 4.11
mockitoVersion = 1.8.5
hamcrestVersion = 1.3
# Hive 0.11 finally updated antlr to 3.4 so there are no more conflicts with Pig
antlrVersion = 3.4
thriftVersion = 0.5.0
esVersion = 1.4.1
luceneVersion = 4.10.2
groovyVersion = 2.3.2
# --------------------
# Project wide version
# --------------------
version=2.1.0.BUILD-SNAPSHOT