Ejemplo n.º 1
0
 def write(self, file):
     with hadoop_write(file) as f:
         f.write(self.formatted() + "\n")
Ejemplo n.º 2
0
 def write(self, file):
     with hadoop_write(file) as f:
         f.write(self.formatted() + "\n")
Ejemplo n.º 3
0
 def write(self, file):
     from hail.utils import hadoop_write
     with hadoop_write(file) as f:
         f.write(self.formatted() + "\n")