-
My hadoop env is 3.3.1
my hive env is 3.1.0
my iceberg is 1.2.1
my spark-3.2.1
my nessie-0.59.0 server
```bash
export HADOOP_CONF_DIR=/etc/hadoop/conf
export HIVE_CONF_DIR=/etc/hive/conf
j…
-
Inspired from Yeoman and https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46 (point 7)
Modern CLIs often propose a dynamic choicelist when they can rather than a traditional prompt. Could w…
-
was doing jbang release for first time with bluesky announcer and hit two things:
error shown was:
`jreleaser.shadow.org.jreleaser.sdk.bluesky.BlueskyException: Bluesky operation failed` which w…
-
Hi there,
I am unsing the liquibase gradle plugin in version 2.1.1 and gradle with 7.4.2. together with Java 17. By starting for example a "snapshot" task I get the following call stack.
Before I wa…
-
It will be very nice to have the possibility to declare a new option on picocli micronaut that will be used a new PropertySource (maybe with [Custom Type Converters](https://picocli.info/#_custom_type…
-
-
IS: if you run a where operator with a clause like '6 months or less on or before day of' you get the following error:
```
The following errors were encountered during evaluation:
org.opencds.cqf.c…
-
IS: if you sort by and only provide the name of the element(s) you are sorting by (and the result is cardinality > 1) you get the following error:
```
The following errors were encountered during e…
-
## Library
[Picocli](https://picocli.info/#_introduction)
## Purpose
Intended to use it to replace in-house command parser. Supports single and double-dashed flags, subcommands, help, usage e…
-
if you run with `JBANG_JAVA_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5555`
an error occurs like:
```
/Users/manderse/code/jbangdev/jbang/build/install/jbang/bin/jba…