Skip to content

Commit

Permalink
missed some of these importFolderPaths to add /standard (moved /home/…
Browse files Browse the repository at this point in the history
…0xdiag/datasets files)
  • Loading branch information
Kevin Normoyle committed May 25, 2013
1 parent f30c7e7 commit ad7d33d
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion py/testdir_hosts/test_rf_311M_rows_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_RF_poker_311M(self):
# since we'll be waiting, pop a browser
h2b.browseTheCloud()

importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)

csvFilename = 'new-poker-hand.full.311M.txt.gz'
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_hosts/test_rf_kddcup_1999.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_rf_kddcup_1999(self):
# since we'll be waiting, pop a browser
h2b.browseTheCloud()

importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)
csvFilename = 'kddcup_1999.data'

Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_GLM_100Mx70_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_GLM_100Mx70_hosts(self):
### h2b.browseTheCloud()
lenNodes = len(h2o.nodes)

importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)
for csvFilename, timeoutSecs, key2 in csvFilenameList:
# creates csvFilename.hex from file in importFolder dir
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_GLM_covtype20x_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_GLM_covtype20x(self):
# a browser window too, just because we can
h2b.browseTheCloud()

importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)
for csvFilename, timeoutSecs, key2 in csvFilenameList:
csvPathname = importFolderPath + "/" + csvFilename
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_GLM_from_import_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_GLM_from_import_hosts(self):
# a browser window too, just because we can
h2b.browseTheCloud()

importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)
validations1= {}
coefficients1= {}
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_GLM_import_YearPredictionMSD.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_GLM_from_import_hosts(self):
# a browser window too, just because we can
h2b.browseTheCloud()

importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)
validations1= {}
coefficients1= {}
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_KMeans_covtype20x.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_KMeans_covtype20x(self):
# ('covtype200x.data', 1000,'cE'),
]

importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)
for csvFilename, timeoutSecs, key2 in csvFilenameList:
csvPathname = importFolderPath + "/" + csvFilename
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_KMeans_params_rand2.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_KMeans_params_rand2(self):
('covtype200x.data', 2000),
]

importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)
for csvFilename, timeoutSecs in csvFilenameList:
# creates csvFilename.hex from file in importFolder dir
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_benchmark_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_benchmark_import(self):
# ("manyfiles-nflx/file_[5-9][0-9].dat", "file_50.dat", 50 * avgMichalSizeUncompressed, 700),
]
if 1==0:
importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
print "Using .gz'ed files in", importFolderPath
# all exactly the same prior to gzip!
# could use this, but remember import folder -> import folder s3 for jenkins?
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_import_multi_syn_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def tearDownClass(cls):

def test_import_multi_syn_datasets(self):
# just do the import folder once
importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'

print "This imports a folder of csv files..i.e points to syn_datasets with no regex"
print "Doesn't put anything in syn_datasets. When run with import folder redirected"
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_poisson_covtype20x_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_GLM_covtype20x(self):
# a browser window too, just because we can
h2b.browseTheCloud()

importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)
for csvFilename,timeoutSecs in csvFilenameList:
# creates csvFilename.hex from file in importFolder dir
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_multi_jvm/test_rf_allyears2k_oobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def tearDownClass(cls):
h2o.tear_down_cloud()

def test_rf_allyears2k_oobe(self):
importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
csvFilename = 'allyears2k.csv'
csvPathname = importFolderPath + "/" + csvFilename
h2i.setupImportFolder(None, importFolderPath)
Expand Down
2 changes: 1 addition & 1 deletion py/testdir_single_jvm/test_from_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def tearDownClass(cls):
h2o.tear_down_cloud()

def test_from_import(self):
importFolderPath = '/home/0xdiag/datasets'
importFolderPath = '/home/0xdiag/datasets/standard'
h2i.setupImportFolder(None, importFolderPath)
timeoutSecs = 500
csvFilenameAll = [
Expand Down

0 comments on commit ad7d33d

Please sign in to comment.