You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently learning Julia and will use it to take a stab at issue #51, i.e. I'll rewrite the parameter generator (currently implemented in Python 2) in Julia.
I understand that Julia is still a niche language, so users might not be able to trivially install it on their systems. To mitigate this, I'll update the Docker image to support Julia.
The current Docker image is based on Alpine Linux which doesn't have a maintainer for recent Julia releases. Alpine uses musl libc, which has only Tier 3 support in Julia, which might include test failures (e.g. see the issue that has only been resolved 11 days ago). Therefore I'd just move from openjdk:8-jdk-alpine to the Debian-based openjdk:8-jdk-stretch. This also has an old Julia version, but it's possible to install with
Since the generated parameters for BI queries have changed since switching to Hadoop 3.2. and parameter tuning comes at a later stage of benchmark design, we can take a bit more relaxed approach with this task: Interactive parameters should be same (or as close as possible) but BI parameters are subject to change.
I am currently learning Julia and will use it to take a stab at issue #51, i.e. I'll rewrite the parameter generator (currently implemented in Python 2) in Julia.
I understand that Julia is still a niche language, so users might not be able to trivially install it on their systems. To mitigate this, I'll update the Docker image to support Julia.
The current Docker image is based on Alpine Linux which doesn't have a maintainer for recent Julia releases. Alpine uses
musl libc
, which has only Tier 3 support in Julia, which might include test failures (e.g. see the issue that has only been resolved 11 days ago). Therefore I'd just move fromopenjdk:8-jdk-alpine
to the Debian-basedopenjdk:8-jdk-stretch
. This also has an old Julia version, but it's possible to install withRevisit BI Q12 substitution parameters have a very high like threshold #69 (BI Q12 substitution parameters have a very high like threshold)The work happens on the
rework-paramgen
branch.The text was updated successfully, but these errors were encountered: