/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.ewansilver.com
| | tom-e-white.com
2.5 parsecs away

Travel
| | I've always thought that Hadoop is a great fit for analyzing log files (I even wrote an article about it). The big win is that you can write ad hoc MapReduce queries against huge datasets and get results in minutes or hours. So I was interested to read Stu Hood's recent post about using Hadoop to analyze email log data: Here at Mailtrust, Rackspace's mail division, we are taking advantage of Hadoop to help us wrangle several hundred gigabytes of email log data that our mail servers generate each day. We'...
| | mattfaus.com
10.3 parsecs away

Travel
| | Say you have a string representing a unix timestamp that is stored in scientific notation (e.g. '8.534592E8'), and you want to extract the year from that timestamp. If you are using Hive 0.11, you could use the new decimal data type to handle scientific notation and quickly extract the date you need. select year(from_unixtime(cast(cast('8.534592E8' as...
| | solorpggamer.blogspot.com
23.1 parsecs away

Travel
| | A member of the Mythic Yahoo Group, who goes by "grant_erswell", created this excellent little html page that allows you to perform Mythic F...
| | jakarta.ee
113.2 parsecs away

Travel
| The Jakarta EE Web Profile defines a profile of the Jakarta EE Platform specifically targeted at web applications.