Esempio n. 1
0
 def runTest(self):
     Interleaved.runTest(self)
     handle = self.runOn(self.masterHost(), [
         'hadoop', 'fs', '-ls', '%s/tables/%s' % (ACCUMULO_DIR,self.getTableId('test_ingest'))
         ])
     out, err = handle.communicate()
     self.assert_(len(out.split('\n')) > 30)
Esempio n. 2
0
 def runTest(self):
     Interleaved.runTest(self)
     handle = self.runOn(self.masterHost(), [
         'hadoop', 'fs', '-ls', '%s/tables/%s' % (ACCUMULO_DIR,self.getTableId('test_ingest'))
         ])
     out, err = handle.communicate()
     self.assert_(len(out.split('\n')) > 30)
Esempio n. 3
0
 def waitTime(self):
     return Interleaved.waitTime(self) * 10
Esempio n. 4
0
 def waitTime(self):
     return Interleaved.waitTime(self) * 10