forked from h2oai/h2o-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalhost.json
30 lines (30 loc) · 895 Bytes
/
localhost.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
{
"h2o_nodes": [
{
"sandbox_error_was_reported": "false",
"sandbox_ignore_errors": "false",
"http_addr": "127.0.0.1",
"node_id": 0,
"hdfs_name_node": "192.168.1.176",
"use_hdfs": true,
"port": 54321,
"hdfs_version": "cdh3",
"delete_keys_at_teardown": "true",
"redirect_import_folder_to_s3_path": "false",
"remoteH2O": "true",
"username": "0xcustomer",
"java_heap_GB": 4,
"use_maprfs": false,
"redirect_import_folder_to_s3n_path": "false"
}
],
"cloud_start": {
"username": "null",
"ip": "null",
"cwd": "null",
"config_json": "null",
"time": "null",
"python_cmd_line": "null",
"python_test_name": "null"
}
}