In a previous post I illustrated the use of Hadoop to analyze Apache Tomcat log files (catalina.out). Below I perform the same......
Continue Reading
Share
I read that Hadoop supports scripts written in various languages other than Java, such as Python. Since I’m a fan of python,......
Continue Reading
Share
One of the Java applications I develop deploys in Tomcat and is load-balanced across a couple dozen servers. Each server can produce......
Continue Reading
Share
I’ve been working on generating analytics based on a collection containing statistical data. My previous attempt involved using Map Reduce in MongoDB.......
Continue Reading
Share
I have a RESTful SaaS service I created which uses MongoDB. Each REST call creates a new record in a statistics collection.......
Continue Reading