Skip to content

Instantly share code, notes, and snippets.

@sankars
Created March 13, 2013 13:36
Show Gist options
  • Save sankars/5152097 to your computer and use it in GitHub Desktop.
Save sankars/5152097 to your computer and use it in GitHub Desktop.
CREATE EXTERNAL TABLE GameDataAvro (
)
ROW FORMAT SERDE ‘com.linkedin.haivvreo.AvroSerDe’
STORED AS INPUTFORMAT ‘com.linkedin.haivvreo.AvroContainerInputFormat’
OUTPUTFORMAT
‘com.linkedin.haivvreo.AvroContainerOutputFormat’
LOCATION ‘asv://container/folder’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment