Hadoop and Ammonite: "illegal cyclic reference involving object InterfaceAudience" #535
Comments
No clue =( Maybe try asking on scala/contributors see if they have any tips? I imagine the compiler people must bump into this every so often and have some feel for what to look out for |
I dug in a little further and it turns out that the failing call is the |
Filed https://issues.scala-lang.org/browse/SI-10129 against Scala project |
Ammonite could avoid the |
Sure let's try that. There's only one If it fixes your problem locally send a PR and we'll merge it |
The change fixes the issue for me PR: #543 |
This should be fixed in the latest unstable version http://www.lihaoyi.com/Ammonite/#UnstableVersions |
I tried to get the Ammonite repl to work with the CDH 5.4 variant of Hadoop. Instantiating classes causes the exception pasted below about
illegal cyclic reference involving object InterfaceAudience
.InterfaceAudience
is an annotation within the Hadoop project. The exception does not occur with the ordinary Scala repl.Any ideas on how to further debug this?
The text was updated successfully, but these errors were encountered: