嘉偉
嘉偉
@jimmy00784 This should work in `debug` mode, but I remember that in the `product` mode all of those scripts will be compiled into one script file (through uglify, digest, and...
I meet the same issue... And also meet this: `AssertionError: Wrong line separators: '...not found)\r\n' at offset 49`
I didn't use it in spark streaming yet. will you try to use it in a normal spark app, will it close the connection? #118 fixes the problem that the...
Did you check that file yet? I think it could be caused by keeping some connection in BUSY state which maybe caused by not calling freeConnection() method on every generated...
I find that this is related with #112 again. And I think maybe it's necessary to add more tests, and unify the access to properties. All the accesses should be...
I realized that it requires more changes. I'm working on this problem.
I hope this time there will be no more paring problems, and I try my best to keep the original structure. In the `com.stratio.datasource.mongodb.client.MongodbClientFactoryTest`, I changed the way to init...