-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparams.json
113 lines (113 loc) · 4.16 KB
/
params.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"wrap": {
"cluster":{
"host":"localhost",
"clustername":"DPH",
"user":"admin",
"password":"admin",
"queryDir":"/home/hdfs/hive-testbench/sample-queries-tpcds",
"initDir":"/home/hdfs/llap/TandE/llap_settings"
},
"zeppelin":"false",
"notebook":{
"host":"localhost:9995",
"user":"user1",
"password":"user1"
},
"ambariMetrics":{
"collector":{
"host":{"metrics":"mem_free,disk_free,cpu_system,cpu_user,bytes_in,bytes_out,yarn.NodeManagerMetrics.ContainersRunning,yarn.QueueMetrics.Queue=root.AllocatedMB,yarn.QueueMetrics.Queue=root.AllocatedVCore",
"hostname":"dphslave%","dumpfile":"host_stats.csv"},
"service":{"metrics":"yarn.NodeManagerMetrics.ContainersRunning._SUM,yarn.QueueMetrics.Queue=root.AllocatedMB._SUM,yarn.QueueMetrics.Queue=root.AllocatedVCore._SUM"
,"dumpfile":"service_stats.csv"}
},
"metricsHost":"localhost",
"metricsPort":"6188"
},
"numRuns": 1,
"runConf":{"num_sessions":3,"timeout":10},
"database": "tpcds_bin_partitioned_orc_100",
"printer":["hive-interactive-site","tez-interactive-site","hive-interactive-env"],
"enableRollBack":"true",
"rollBackService":{"HIVE":151,"TEZ":150},
"queries":["query12.sql","query13.sql","query14.sql","query1.sql","query2.sql","query3.sql","query4.sql","query5.sql"],
"connection_url":"jdbc:hive2://c01s03.hadoop.local:2181,c01s02.hadoop.local:2181,c01s01.hadoop.local:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2-hive2",
"settings": [
{
"config": {
"ambari": {
"tez-interactive-site": {
"tez.runtime.io.sort.mb": "800"
},
"hive-interactive-site": {
"hive.llap.io.memory.size": "5000",
"hive.llap.io.threadpool.size": "14",
"hive.tez.container.size": "4096",
"hive.auto.convert.join.noconditionaltask.size": "1145044992"
},
"hive-interactive-env": {
"llap_heap_size": "40000"
}
},
"system":[],
"hiveconf": {
"hive.auto.convert.join": "true",
"hive.auto.convert.join.noconditionaltask": "true",
"hive.cbo.enable": "true",
"hive.stats.autogather": "true",
"hive.llap.task.scheduler.locality.delay": "0",
"hive.llap.auto.allow.uber": "true",
"hive.vectorized.execution.enabled": "true",
"hive.vectorized.execution.reduce.enabled": "true",
"hive.vectorized.execution.reduce.groupby.enabled": "true",
"hive.optimize.index.filter": "true"
},
"restart": {
"components": [
"HIVE/components/HIVE_SERVER_INTERACTIVE"
],
"services": []
}
},
"name": "setting1"
},
{
"config": {
"ambari": {
"tez-interactive-site": {
},
"hive-interactive-site": {
"hive.llap.io.memory.size": "15000",
"hive.llap.io.threadpool.size": "14",
"hive.tez.container.size": "2048",
"hive.auto.convert.join.noconditionaltask.size": "605044992"
},
"hive-interactive-env": {
"llap_heap_size": "30000"
}
},
"system":[],
"hiveconf": {
"hive.auto.convert.join": "true",
"hive.auto.convert.join.noconditionaltask": "true",
"hive.cbo.enable": "true",
"hive.stats.autogather": "true",
"hive.llap.task.scheduler.locality.delay": "0",
"hive.llap.auto.allow.uber": "true",
"hive.vectorized.execution.enabled": "true",
"hive.vectorized.execution.reduce.enabled": "true",
"hive.vectorized.execution.reduce.groupby.enabled": "true",
"hive.optimize.index.filter": "true"
},
"restart": {
"components": [
"HIVE/components/HIVE_SERVER_INTERACTIVE"
],
"services": []
}
},
"name": "setting2"
}
]
}
}