Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upfeature request: log when loadArchives opens and closes warc files in a dir #156
Comments
ruebot
added
the
enhancement
label
Dec 21, 2017
This comment has been minimized.
This comment has been minimized.
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). |
ruebot
added this to Done
in 1.0.0 Release of AUT
Jan 3, 2018
ruebot
moved this from Done
to To Do
in 1.0.0 Release of AUT
Jan 3, 2018
This comment has been minimized.
This comment has been minimized.
Just re pinging on this @dportabella, is this something you want above and beyond the Spark logging options? |
This comment has been minimized.
This comment has been minimized.
No. Your solution But I would need file close information also. |
dportabella
referenced this issue
Jan 21, 2018
Open
feature request: possibility to query about the progress #162
ianmilligan1
added
the
RA-Task
label
Jan 23, 2018
added a commit
that referenced
this issue
Jan 29, 2019
This comment has been minimized.
This comment has been minimized.
@dportabella, my recent commit addresses your request. If you set the log level to "INFO", you will see messages like this:
Is this satisfactory? |
ruebot
moved this from To Do
to In Progress
in 1.0.0 Release of AUT
Jan 31, 2019
This comment has been minimized.
This comment has been minimized.
Great, thanks! |
dportabella commentedDec 18, 2017
Is it possible to add a log showing when a warc file is open and closed?