Last active
October 9, 2015 11:48
-
-
Save binnyg/3499829 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 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