issue on databricks
See original GitHub issueHi,
i run into the following issue when using scalalogging on databricks. any idea what it means and how to fix it?
i use scala_logging version 3.7.2 scala 2.11
java.lang.InstantiationError: com.typesafe.scalalogging.Logger
at com.typesafe.scalalogging.Logger$.apply(Logger.scala:32)
at com.typesafe.scalalogging.LazyLogging$class.logger(Logging.scala:28)
at com.someOrg.Main$.logger$lzycompute(Main.scala:17)
at com.someOrg.Main$.logger(Main.scala:17)
at com.someOrg.Main$.doSpark(Main.scala:39)
at linefc4399efb4de4685ab70d641c74f4ba441.$read$$iw$$iw$$iw$$iw$$iw$$iw.<init>(<console>:66)
at linefc4399efb4de4685ab70d641c74f4ba441.$read$$iw$$iw$$iw$$iw$$iw.<init>(<console>:85)
at linefc4399efb4de4685ab70d641c74f4ba441.$read$$iw$$iw$$iw$$iw.<init>(<console>:87)
at linefc4399efb4de4685ab70d641c74f4ba441.$read$$iw$$iw$$iw.<init>(<console>:89)
at linefc4399efb4de4685ab70d641c74f4ba441.$read$$iw$$iw.<init>(<console>:91)
at linefc4399efb4de4685ab70d641c74f4ba441.$read$$iw.<init>(<console>:93)
at linefc4399efb4de4685ab70d641c74f4ba441.$eval$.$print$lzycompute(<console>:7)
at linefc4399efb4de4685ab70d641c74f4ba441.$eval$.$print(<console>:6)
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
Error conditions in Databricks
This is a bug that has existed before DBR 5.0. To fix this issue, please upgrade your writer jobs to DBR 5.0 and...
Read more >Troubleshoot performance bottlenecks in Azure Databricks
Monitoring and troubleshooting performance issues is a critical when operating production Azure Databricks workloads.
Read more >Issues · databricks/Spark-The-Definitive-Guide - GitHub
Issues : databricks/Spark-The-Definitive-Guide ... Have a question about this project? Sign up for a free GitHub account to open an issue and ...
Read more >Databricks Delta Issues | Stitch Documentation - Stitch Data
The automatic schema evolution feature available for Delta tables can cause issues when loading data to your Databricks Delta destination.
Read more >Newest 'databricks' Questions - Stack Overflow
I've seen many iterations of this question but cannot seem to understand/fix this behavior. I am on Azure Databricks working on DBR 10.4...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Adrian-Sanz-Alstom i ended up to fix it as follows: i changed from:
to:
than i changed from:
to
let me know if the same works for you!?
I could not make the solutions work. So, I explained mine in here: https://github.com/lightbend/scala-logging/issues/68