forked from h2oai/h2o-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kevin
committed
Sep 5, 2013
1 parent
13f5ffa
commit c181a63
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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", | ||
"use_home_for_ice": true, | ||
|
||
"h2o_per_host": 1, | ||
"sigar": true, | ||
"java_heap_GB": 200, | ||
|
||
"hdfs_name_node": "192.168.1.176", | ||
"hdfs_version": "cdh3", | ||
"use_hdfs": false, | ||
|
||
"use_flatfile": true, | ||
|
||
"ip": [ | ||
"192.168.1.164" | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters