Created
March 13, 2014 00:51
-
-
Save yuta-imai/9519875 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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