Alex Cozzi
Alex Cozzi
Running lightgbm on a Mac with apple silicon (M1 chip, aarch64 architecture) fails because of missing native library for the architecture: ``` 22/02/16 10:51:32 ERROR LightGBMRanker: {"uid":"LightGBMRanker_7c727e2d1c9e","className":"class com.microsoft.azure.synapse.ml.lightgbm.LightGBMRanker","method":"train","buildVersion":"0.9.5"} org.apache.spark.SparkException: Job...
when no values in f triggers the generation of "Other" then a warning message is emitted. This is particularly troublesome on very large grouped datasets because you get a warning...
when I quit the scoobi "launcher" program in the CLI gateway machine I quit the launcher but the hadoop job keeps running and I need to go and kill it...
I have a simple multi project configuration in sbt: ``` lazy val core = project .in(file(".")) .settings(commonSettings) lazy val benchmarks = project .dependsOn(core) .settings(commonSettings) .enablePlugins(JmhPlugin) ``` and I have a...
I tried the plugin on a project of mine (sbt.version=1.3.3) and it fails with these errors: > missinglinkCheck Could not load META-INF/versions/11/org/roaringbitmap/ArraysShim.class from /Users/acozzi/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/roaringbitmap/shims/0.7.45/shims-0.7.45.jar Could not load akka/stream/javadsl/JavaFlowSupport$Flow$1.class from /Users/acozzi/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-stream_2.12/2.5.26/akka-stream_2.12-2.5.26.jar...
The problem exists with jdk > 11, but in jdk 17 the workaround also stops working: [error] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0...
I have an simple multi project configuration ``` lazy val core = project .in(file(".")) .settings(commonSettings) lazy val benchmarks = project .dependsOn(core) .settings(commonSettings) .enablePlugins(JmhPlugin) ``` and I have a dependency where...