gaffer-docker
gaffer-docker copied to clipboard
Gaffer Docker images and associated Helm charts for deploying on Kubernetes
# Overview There appears to be a problem with the Helm deployment to Kind during the gaffer docker CI/CD pipeline. The exact issue is not clear but seems to be...
The PR for updating Gaffer docker to 2.1.0 (#339) contained a hotfix for a problem with the datasketeches JARs not being included in the deploy JAR. This was fixed in...
After reading the documentation, ran ``` cd docker/gaffer-road-traffic-loader docker compose up ``` Encountered error ``` hdfs-namenode | 2023-09-08 17:05:49 INFO StateChange:3122 - DIR* completeFile: /accumulo/tables/!0/table_info/A0000000.rf_tmp is closed by DFSClient_NONMAPREDUCE _1762125948_16...
The ITs were fixed in https://github.com/gchq/gaffer-docker/issues/318 by changing the workflow to use the docker compose ITs rather than kubernetes. These have been failing since the change to the image format,...
Rather than having to manually change Gaffer versions and open a separate PR, it would be nice if the create release branch action automatically changed them for you. If you...
Add a system diagram to show how all the containers interact on a Kubernetes cluster.
A common need will be for users to load in their own data. Add a guide detailing how to do this including: * Loading via REST * Loading via HDFS...
A few issues with the current kerberos entrypoint scripts have been identified under an existing PR these should be addressed to improve the robustness and decrease technical debt. _Originally posted...
After setting up my kind nodes, doing a ``` cd kubernetes/gaffer-road-traffic helm install --debug gaffer . ``` I get the following errors: ``` client.go:796: [debug] Pod gaffer-accumulo-post-install-cmds running Error: INSTALLATION...
The workbook for https://github.com/gchq/gaffer-docker/blob/develop/docker/gremlin-gaffer/gremlin-gaffer-modern-example.ipynb contains useful examples for using the Tinkerpop utility with Gaffer's Accumulo integration. Would it be possible to add examples for adding new nodes and edges to...