Closed okram closed 12 years ago
I added this to my local version.
aCounter = 0;
for (file in fileList){
fileName = file.toString()
System.out.println('[' + aCounter++ + ':' + fileList.size() + '] ' + fileName)
...
Fixed by Vadas.
For example:
[501:5761] home/ubuntu/githubarchive/2012-07-06-5.json.gz
...so we know how many files are left.