Ejemplo n.º 1
0
 def stop(self):
     warnings.warn(
         "Stopping H2OContext. (Restarting H2O is not yet fully supported...) "
     )
     Initializer.clean_temp_dir()
     self._jhc.stop(False)
Ejemplo n.º 2
0
 def stop_with_jvm(self):
     Initializer.clean_temp_dir()
     h2o.cluster().shutdown()
     self.stop()