示例#1
0
文件: split.py 项目: Sciumo/Accumulo
 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)
示例#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)
示例#3
0
 def waitTime(self):
     return Interleaved.waitTime(self) * 10
示例#4
0
文件: split.py 项目: Sciumo/Accumulo
 def waitTime(self):
     return Interleaved.waitTime(self) * 10