-
Hadoop Pig: Map Reduce the Easy Way @ FOSDEM 2011
My presentation about Hadoop and Pig during the Fosdem 2011 Data Dev Room.
-
Doctrine Column Aggregation & Relations
Solving a SQL STATE access violation error, when generating doctrine table structures.
-
Passing a PHP session between subdomains
Sometimes you need to have access to the same session between multiple subdomains. Eg. a user logs in at the main website, but should also have access to the forums subdomain. Ideally you implement a check from the subdomain to the main domain, but this isn’t always possible. However, sharing a session between multiple domains is not possible.