Skip to content

Fix "EOFError: Ran out of input" in Windows - #263

Closed
dreamingjudith wants to merge 1 commit into
WikiExtractor:masterfrom
dreamingjudith:master
Closed

Fix "EOFError: Ran out of input" in Windows#263
dreamingjudith wants to merge 1 commit into
WikiExtractor:masterfrom
dreamingjudith:master

Conversation

@dreamingjudith

Copy link
Copy Markdown
Contributor

This commit fixes bug #240 #242 which is only occurred in Windows 10.
I made further modification from #238

@ArlanCooper

Copy link
Copy Markdown

all these solutions can't sovle the problem, has someone solved it?

@AngledLuffa

Copy link
Copy Markdown
Collaborator

As I have mentioned on other PRs, the problem of the OutputSplitter not being properly shared between processes is easiest to fix by having the reduce process open and close the OutputSplitter itself, not relying on the mapper process.

For example, I merged this, which puts the OutputSplitter into the reduce process: #368

However, I did give you credit for the encoding change for Windows:

#396

@AngledLuffa AngledLuffa closed this Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants