java - Saving wordCount to MongoDB server -


i trying write single program counts words in large file(file wikidumps can in format such xml , having size of around 14gb) , saves counts mongodb server.i trying implement in local machine, not in cluster. please suggest me best approach achieve following

1.the program need support execution on multiple servers communicate via common means (for example: mongodb collection) , work break down workload.  2 .it should capable of being executed jar on number of servers , program can run using simple command line arguments. 

thanks in advance


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -