Skip to content

Instantly share code, notes, and snippets.

@yuta-imai
Created March 13, 2014 00:51
Show Gist options
  • Save yuta-imai/9519875 to your computer and use it in GitHub Desktop.
Save yuta-imai/9519875 to your computer and use it in GitHub Desktop.
CREATE EXTERNAL TABLE cflog (
dt STRING,
tm STRING,
edge STRING,
bytes STRING,
ip STRING,
method STRING,
host STRING,
uri STRING,
status STRING,
referer STRING,
ua STRING,
querySTRING STRING,
cookie STRING,
resultType STRING,
requestId STRING,
hostHeader STRING,
protocol STRING,
csBytes STRING
)
ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t'
LOCATION '/data';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment