Julian Peeters
Julian Peeters
Ok, that looks promising. Thanks for the help.
Wonderful, that worked. However that gets me here: ``` Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): Permission denied: user=cloudera, access=WRITE, inode="/":hdfs:supergroup:drwxr-xr-x ``` Using something like `sudo -u hdfs` results in `Error: Could not find...
Thank you very much for the notes On Apr 10, 2017 2:05 PM, "Geoff Sindel" wrote: > One other note, IntelliJ also has serious problems with the default > scalaSource...
I'm afraid I'm not sure what is going on there. If you have a minimal runnable example, I may have some time to take a look this weekend. Re: deleting...
Thanks for the example project @chuwy Your solution seems to be an improvement, regardless. I don't recall why [I left the path ending empty](https://github.com/julianpeeters/sbt-avrohugger/blob/master/src/main/scala/sbtavrohugger/SbtAvrohugger.scala#L28), but now I think it should...
Thanks for reporting. Glad you found a solution, unfortunately it'll probably be quite a while before there's a fix in avrohugger itself.
Thanks for the heads up, @barambani! Apologies, only `JavaEnum` and `EnumAsScalaString` are [supported](https://github.com/julianpeeters/avrohugger#supports-generating-case-classes-with-arbitrary-fields-of-the-following-datatypes) for the `SpecificRecord` format, plus, it looks like I missed bubbling up the error. ETA of the...
Nothing like exactly like that currently. However there's [a way to customize how case classes are generated](https://github.com/julianpeeters/avrohugger#customizable-type-mapping). It uses [these models](https://github.com/julianpeeters/avrohugger/blob/master/avrohugger-core/src/main/scala/types/ComplexAvroScalaTypes.scala#L9). Maybe there's a way to adapt that to get...
Hi @kosii You're a hero for providing a runnable example :) That class cast exception seems to be common in avro, since seeing a GenericRecord when using the Specific API...
Thanks for the report, @oliviertoupin. I'm happy to fix this, but do you happen to have an example avdl that fails for you? Many of the current tests are in...