This document discusses tuning MapReduce jobs and HBase configurations for a music trending application at Nokia. It provides details on profiling and tuning two MapReduce jobs - Tweets counting and entity ID search. Tuning efforts included applying combiners, optimizing HBase scans, removing unnecessary code, and increasing cache usage. Performance improved from 46 minutes to 20 minutes for Tweets counting and from 1 hour 10 minutes to 6 minutes for entity search after tuning. Refactoring ideas are also proposed like performing entity lookups in a standalone process instead of MapReduce.