bbandlamudi
bbandlamudi
Sample code below - TaskFactory may need to set this instance to ExportBatchFileToTask and then may be to corresponding pre/post batch tasks as well. May be the instance needs to...
hello @abidzaveri, You could subscribe to http://developer.marklogic.com/mailman/listinfo/corb2 as it may be easier to discuss over the email or may be open an new issue for this specific topic. Please note...
@hansenmc @vjsaradhi - based on the testing, the current implementation of using a new IO writer for every write and flushing is giving pretty bad performance in windows os. However,...
@hansenmc - The improved batch writer may only be useful to corb running on windows as on mac/linux the results are pretty close for current implementation vs global writer vs...
Good points. I am edging towards the idea of expanding on the disk-queue option and make it a requirement if the job needs to be restartable - well, unless we...
I am thinking of using using a parameter similar to URIS-COMPLETED-FILE (or something a bit more obvious), to which completed URIS will be written by the Monitor class, which is...
@hansenmc @vjsaradhi - Please comment if you have an ideas or find mistakes in my approach. Also, need to think how we should do this for the new loaders we...
@mikeburl - sorry for delay. This is has been a little tricky to implement, though the basic idea is simple i.e, keep track of uris already processed and skip them...
Ahh. I have started organizing this into two classes. Can we change ml-grade to introspect into Constants.java instead? 1. Constants.java - This is an abstract class (does interface help?), which...
Jaspyt is dependency is done a little differently using reflection to avoid including jasypt.jar at build time. I am not sure if we can something similar to JSON, but I...