Skip to content

Instantly share code, notes, and snippets.

@binnyg
Last active October 9, 2015 11:48
Show Gist options
  • Save binnyg/3499829 to your computer and use it in GitHub Desktop.
Save binnyg/3499829 to your computer and use it in GitHub Desktop.
CREATE EXTERNAL TABLE domain_name_export_hdfs (
dn string, td string, h int, r bigint, g string
)
ROW FORMAT DELIMITED
FIELDS TERMINATED BY '|'
location 'hdfs://namenode:9001/hadoop/data/201204/';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment