We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
are there examples showing how to convert csv to arvo using u-sql?
The text was updated successfully, but these errors were encountered:
I'm not sure whether this applies for u-sql or not, but you can use Azure Data Lake Analytics. There is a sample Avro extractor at https://github.com/Azure/usql/blob/master/Examples/DataFormats/Microsoft.Analytics.Samples.Formats/Avro/AvroExtractor.cs. You can easily adapt the code into an out putter. Another possibility is to fire up an HDInsight cluster on top of your data lake store and use Pig, Hive or Spark.
Sorry, something went wrong.
No branches or pull requests
are there examples showing how to convert csv to arvo using u-sql?
The text was updated successfully, but these errors were encountered: