예제 #1
0
파일: test_hdfs.py 프로젝트: tlantz/arrow
 def test_write_to_dataset_with_partitions(self):
     tmpdir = pjoin(self.tmp_path, 'write-partitions-' + guid())
     self.hdfs.mkdir(tmpdir)
     test_parquet._test_write_to_dataset_with_partitions(
         tmpdir, filesystem=self.hdfs)
예제 #2
0
 def test_write_to_dataset_with_partitions(self):
     tmpdir = pjoin(self.tmp_path, 'write-partitions-' + guid())
     self.hdfs.mkdir(tmpdir)
     test_parquet._test_write_to_dataset_with_partitions(
         tmpdir, filesystem=self.hdfs)