-
Notifications
You must be signed in to change notification settings - Fork 7
/
RetailIoTSample_hdi_settings.json
49 lines (44 loc) · 1.12 KB
/
RetailIoTSample_hdi_settings.json
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
// workspace configuration template of HDInsight extension
{
/* example:
"script_to_cluster": [{
"clusterName": "hdi_cluster_1",
"filePath": "a.hql"
},
{
"clusterName": "hdi_cluster_2",
"filePath": "src/b.py"
}]
*/
"script_to_cluster": [{
}],
/* more details from: https://spark.apache.org/docs/latest/configuration.html
examples:
"spark_conf": {
"spark.driver.memory": "1G",
"spark.driver.cores": "1"
"spark.executor.memory": "2G"
}
*/
"spark_conf": {
},
/* more details from: https://github.com/cloudera/livy
examples:
"livy_conf": {
"driverMemory": "1G",
"driverCores": 2,
"executorMemory": "512M",
"executorCores": 10,
"numExecutors": 5
}
*/
"livy_conf": {
},
/* examples:
"additional_conf": {
azure_environment: AzureChina // Only Azure or AzureChina works here
}
*/
"additional_conf": {
}
}