I'm having a hadoop job which sources data from multiple DocumentDB collection. While configuring the connection with DocumentDB I can set INOUT_COLLECTION_NAMES
using the following comand
conf.set(ConfigurationUtil.INPUT_COLLECTION_NAMES, inputCollName);
My question is what if I have more than just one collection?What if I don't know how many collections I have in advance?