DavidAnDavis2021

Results 4 issues of DavidAnDavis2021

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...

bug
Docker

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...

bug
Kubernetes

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...

question
Docker

Went into `docker/gremlin-gaffer` on the develop branch and ran `docker compose up` and got error ``` => ERROR [builder 4/4] RUN ALLFILESDOWNLOADED="TRUE" && if [ ! -f "./tinkerpop-2.0.0-jar-with-dependencies.jar" ] &&...

bug
Docker