Created
August 6, 2013 03:13
-
-
Save zsxwing/6161717 to your computer and use it in GitHub Desktop.
Hive - create external table
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 IF NOT EXISTS access ( | |
ip STRING) | |
ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' | |
LOCATION '/user/mstr/access'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment