From 936c7bef48c277ee9ea032d8d156cac8b0a7f976 Mon Sep 17 00:00:00 2001 From: Kevin Normoyle Date: Thu, 27 Jun 2013 17:30:08 -0700 Subject: [PATCH] typo --- py/testdir_0xdata_only/test_hdfs_3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/testdir_0xdata_only/test_hdfs_3.py b/py/testdir_0xdata_only/test_hdfs_3.py index 6872123bcb..fada6bdba9 100644 --- a/py/testdir_0xdata_only/test_hdfs_3.py +++ b/py/testdir_0xdata_only/test_hdfs_3.py @@ -87,7 +87,7 @@ def test_B_hdfs_files(self): h2b.browseJsonHistoryAsUrlLastMatch("RFView") # we should be able to export the model to hdfs - e = h2o.nodes.export_hdfs(source_key="rfmodel.hex", path="/datasets/rfmodel.hex") + e = h2o.nodes[0].export_hdfs(source_key="rfmodel.hex", path="/datasets/rfmodel.hex") # wait in case it recomputes it time.sleep(10)