python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to set 'charset' for DatumWriter || write avro that contains arabic characters to HDFS
Some of the data contains value in Arabic format, and when the data is written, reader code/hadoop fs -text command shows ?? instead of Arabic characters.
1) Writer
// avro object is provided as Speci...
Bugs Buggy
Votes: 0
Answers: 1
sbt-avro is not generating Scala classes, possible settings issue
I'm trying to use sbt-avro in a Scala project to generate Scala classes from an Avro schema.
Here is the project structure:
multi-tenant/
build.sbt
project/
plugins.sbt
src/
...
Sahand
Votes: 0
Answers: 1
Avrogen strips out logicalType properties when generating C# classes
I'm using apache.avro.tools version 1.11.0 to generate C# types from my avro schema.
Here is a portion of the schema:
"fields": [
{
"name": "ShipDate",
"ty...
NickL
Votes: 0
Answers: 1