You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better yet, use the Java version of the CLI (under metadata-ingestion-examples/mce-cli), which consumes a json file rather than avro. Much easier to use.
I should've moved the old python version to contrib as part of #1871, not sure why I didn't. Let me move it.
in bootstrap_mce.dat :
"type": {
"type": {
"com.linkedin.pegasus2avro.schema.StringType": {}
}
the "varchar" type in mysql map the "String" type of pegasus2avro,so, I want to know what data types does the "pegasus2avro" supports?
The text was updated successfully, but these errors were encountered: