Skip to content

Instantly share code, notes, and snippets.

@tangyl
Created October 31, 2018 05:15
Show Gist options
  • Save tangyl/ba996239c03c4068040c65f129725fa8 to your computer and use it in GitHub Desktop.
Save tangyl/ba996239c03c4068040c65f129725fa8 to your computer and use it in GitHub Desktop.
create hive external table
drop table if exist reddit_post;
create external table reddit_posts(
post_data string
)
location '<hdfs|s3 path>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment