forked from opensearch-project/opensearch-hadoop
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.gradle
More file actions
34 lines (25 loc) · 880 Bytes
/
Copy pathsettings.gradle
File metadata and controls
34 lines (25 loc) · 880 Bytes
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
rootProject.name = "opensearch-hadoop"
include 'thirdparty'
include 'mr'
project(":mr").name = "opensearch-hadoop-mr"
include 'hive'
project(":hive").name = "opensearch-hadoop-hive"
include 'spark-core'
project(":spark-core").projectDir = new File(settingsDir, "spark/core")
project(":spark-core").name = "opensearch-spark"
include 'sql-30'
project(":sql-30").projectDir = new File(settingsDir, "spark/sql-30")
project(":sql-30").name = "opensearch-spark-30"
include 'sql-35'
project(":sql-35").projectDir = new File(settingsDir, "spark/sql-35")
project(":sql-35").name = "opensearch-spark-35"
include 'sql-40'
project(":sql-40").projectDir = new File(settingsDir, "spark/sql-40")
project(":sql-40").name = "opensearch-spark-40"
include 'dist'
include 'test'
include 'test:shared'
include 'test:fixtures'
include 'test:fixtures:minikdc'
include 'qa'
include 'qa:kerberos'