Enzo90910 commented on issue #22150:
URL: https://github.com/apache/beam/issues/22150#issuecomment-1174331341
Additional notes: I have reproduced this bug without using TFX at all, only
with a python 3.7 container, beam 2.39, and writing text in a big file as in:
`fs =
apache_beam.io.hadoopfilesystem.HadoopFileSystem(apache_beam.options.pipeline_options.PipelineOptions.from_dictionary({"hdfs_host":
"hadoop-hadoop-hdfs-nn.hdfs", "hdfs_port":"50070", "hdfs_user":"root"}))
writer = fs.create("hdfs://myfile.txt")
for i in range(4000000):
writer.write(bytes(str(i) + "\n", 'utf-8'))
writer.close()
`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]