The Microsoft HDInsight Preview is available for download and install via the Web Platform Installer, which bundles Hadoop on Azure installer.
As part of the process, it installs something that listens on port 8080 and serves up an interactive JavaScript console for doing MapReduce, Hive, and Pig queries.
This blocks my default port for IIS development on my deployment target, and uninstallation of both products doesn't seem to remove this console.
Looking in IIS, there is nothing hosted on port 8080. There is no add-on in Internet Explorer to remove and nothing listening on port 8080 if I use SysInternals TCPView or Netstat on console.
Where did this get hijacked into my system, and how do I remove or reconfigure it?