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