forked from h2oai/h2o-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
162
24 lines (17 loc) · 933 Bytes
/
162
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"_comment" : "no password, or None, means none will be used in ssh. Assumes keys have been exchanged. Watch out for common error: last entry in list can't have comma. Only ip is used. Others ignored, saved here for sometime use. Last ip value used if duplicates? Leading _ means not used. First ip/h2o is used for H2O json communication..vary ip list to direct that. See http://docs.python.org/library/json.html for json->python data types. Note lower case for true/false. null is None, but can just not have an entry. Defaults are in h2o_hosts.py",
"username": "0xdiag",
"password": "0xdiag",
"h2o_remote_buckets_root": "/home/0xdiag",
"use_home_for_ice": true,
"h2o_per_host": 1,
"java_heap_GB": 100,
"hdfs_name_node": "192.168.1.176",
"hdfs_version": "cdh3",
"use_hdfs": true,
"use_flatfile": true,
"base_port": 55555,
"ip": [
"192.168.1.162"
]
}