admin管理员组文章数量:1026989
I'm using Databricks Notebooks / Scala to implement a simple test using Guava BloomFilter class. The library is added to the dependencies and everything looks fine. I can create the BloomFilter and "train"! it using the data I want.
When calling bf.writeTo(...)
, I get NoSuchMethodError
, but the irony is that the method is available:
In the 3 command you see the method being available on the object, but in the 4th command the notebook fails telling me there's no such a method at all.
I've been away from Scala/JVM world for a while, and I'm new to this Notebook setting/env, so I'm not quite sure how I can explain this.
Anyone can help me to explain this and fix it?
I'm using Databricks Notebooks / Scala to implement a simple test using Guava BloomFilter class. The library is added to the dependencies and everything looks fine. I can create the BloomFilter and "train"! it using the data I want.
When calling bf.writeTo(...)
, I get NoSuchMethodError
, but the irony is that the method is available:
In the 3 command you see the method being available on the object, but in the 4th command the notebook fails telling me there's no such a method at all.
I've been away from Scala/JVM world for a while, and I'm new to this Notebook setting/env, so I'm not quite sure how I can explain this.
Anyone can help me to explain this and fix it?
本文标签: Databricks Notebooks fails with NoSuchMethodError for a valid methodStack Overflow
版权声明:本文标题:Databricks Notebooks fails with NoSuchMethodError for a valid method - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745660944a2161887.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论