Alex Cozzi
Alex Cozzi
ok. should I open an issue at https://github.com/microsoft/LightGBM/issues ?
the way I am using it to upload a schema after I generated it from my .idl file, java -jar ~/Downloads/avro-tools-1.8.0.jar idl2schemata src/main/avro-schema/my.idl somedir cp somedir/MainClass.avsc src/main/avro/. and then upload...
Yes, the schema server wants AVSC, that is the reason why it would be really interesting if I could support the transformations via sbt-avrohugger: I edit the .idl sbt converts...
I also implemented a task that converts avro IDL to AVSC and copies the top class to the source directory: ``` def idlToSchemata(input: String, tmpDir: String, mainClass: String) = {...
well, if i decide to hit ctrl-C it means that I just want to stop the computation, so I'd keep ti simple and simply kill all the hadoop jobs. Is...
Ok, it turns out it a doc mistake: 1) I copied the config from https://www.scala-lang.org/2019/10/17/dependency-management.html, where it says `addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.1.0")` This leads to the error: ``` [error]...