Created
March 13, 2013 13:36
-
-
Save sankars/5152097 to your computer and use it in GitHub Desktop.
Using Avro with HDInsight on Azure. http://dennyglee.com/2013/03/12/using-avro-with-hdinsight-on-azure-at-343-industries/
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 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