Skip to content

Commit

Permalink
just wanted to add the note again on why all the python tests changed…
Browse files Browse the repository at this point in the history
… (hundreds)

I did run on my kevin1 branch using mr-0xd10 jenkins and it looks pretty good.
this merges everything from kevin1 into master (not this last commit but the prior ones)

i.e.
  change the boilerplate
if localhost:
    build_cloud()
else:
    build_cloud_with_hosts()
to be just
h2o.init()

kind of like R. goes with new usecloud= param in h2o.init() or in config json file (with -cj) or on command line as -uc <ip:port>/--usecloud <ip:port> cleaneded old h2o_hosts imports and some other things while at it. seems to work. will do a full run on this branch before pushing to master
  • Loading branch information
Kevin Normoyle committed Nov 7, 2014
1 parent 76b0aca commit c8ce6d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/h2o.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,3 @@ def init(*args, **kwargs):
nodes = h2o_hosts.build_cloud_with_hosts(*args, **kwargs)
print "kevin:", len(nodes)


0 comments on commit c8ce6d2

Please sign in to comment.