Skip to content

PhillHenry/IcebergPlayground

Repository files navigation

IcebergPlayground

Katas for Apache Iceberg etc

Creating the logs

You'll need to install ansi2html. On Ubuntu, you'd do it with something like:

sudo apt install colorized-logs

and run with the scenario_docs profile, eg:

mvn clean install -Pscenario_docs -Ddocker.uid=$(id -u) -Ddocker.gid=$(id -g)

See the docs here.

See the BDDs

You can see the output of the BDDs here

Individual tests

They can be run with something like

docker stop $(docker ps | grep polaris | awk '{print $1}') ; mvn -Dtest=ConcurrentWriteSpec test -Ddocker.uid=$(id -u) -Ddocker.gid=$(id -g)

About

Katas for Apache Iceberg etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published