Updated readme avro example. Reflecting namespace change from Avro to ApacheAvro
This commit is contained in:
Родитель
70ab327144
Коммит
b8eabe2398
|
@ -176,7 +176,7 @@ DECLARE @output_file string = @"\output\twitter.csv";
|
||||||
partitionid long,
|
partitionid long,
|
||||||
eventenqueuedutctime string
|
eventenqueuedutctime string
|
||||||
FROM @input_file
|
FROM @input_file
|
||||||
USING new Microsoft.Analytics.Samples.Formats.Avro.AvroExtractor(@"
|
USING new Microsoft.Analytics.Samples.Formats.ApacheAvro.AvroExtractor(@"
|
||||||
{
|
{
|
||||||
""type"" : ""record"",
|
""type"" : ""record"",
|
||||||
""name"" : ""GenericFromIRecord0"",
|
""name"" : ""GenericFromIRecord0"",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче