>>> Cache SQL example started.

>>> Employees with zipcode 94109 (SQL):
>>>     [Name=James Wilson, salary=12500]
>>>     [Name=Allison Mathis, salary=25300]

>>> Employees working for Apache:
>>>     Daniel Adams
>>>     James Wilson
>>>     Cristian Moss

>>> Employees working for Apache (distributed joins enabled):
>>>     James Wilson
>>>     Daniel Adams
>>>     Cristian Moss
