-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: log when loadArchives opens and closes warc files in a dir #156
Comments
One quick solution might be passing
in Spark-shell, which gives you very verbose logging. It does include input information like this:
No file close information, but I have used it to debug things before (such as finding bad W/ARCs). |
Just re pinging on this @dportabella, is this something you want above and beyond the Spark logging options? |
No. Your solution But I would need file close information also. |
@dportabella, my recent commit addresses your request. If you set the log level to "INFO", you will see messages like this:
Is this satisfactory? |
Great, thanks! |
Is it possible to add a log showing when a warc file is open and closed?
The text was updated successfully, but these errors were encountered: