Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am chrisgrill on github.
  • I am crgpgh (https://keybase.io/crgpgh) on keybase.
  • I have a public key whose fingerprint is 2D3D 17DB 30AA FC48 3549 75B9 ACB5 B0B2 0C02 E212

To claim this, I am signing this object:

-- This is a Hive program. Hive is an SQL-like language that compiles
-- into Hadoop Map/Reduce jobs. It's very popular among analysts at
-- Facebook, because it allows them to query enormous Hadoop data
-- stores using a language much like SQL.
-- Our logs are stored on the Hadoop Distributed File System, in the
-- directory /logs/randomhacks.net/access. They're ordinary Apache
-- logs in *.gz format.
--
-- We want to pretend that these gzipped log files are a database table,