Description
Jstack'ed a tserver and caught it in the middle of doing a bunch of URLClassloader and Jar stuff when creating a Hadoop Configuration. Obviously, this struck me as odd (given that I know those aren't "fast" methods).
Looking at it some more, when I created the Configuration objects, I didn't pass in false so the defaults were getting loaded. Regardless of how expensive it actually is, it's unnecessary.