greymatter-io / nifi-sdk

Custom processors, scripts, and templates for using Grey Matter Data with Apache NiFi
Apache License 2.0
4 stars 2 forks source link

Change backpressure size threshold for connections between processors in retry loops within templates (#33) #34

Closed ghost closed 4 years ago

lucasmoten commented 4 years ago

I'm running into a problem attempting to load either template Screenshot from 2020-10-19 18-44-32

What I did ..

# Setup for Java 8
export PATH=$JAVA_HOME/bin:$PATH
# goto project path
# - this is an alias
cdgithub
cd greymatter-io/nifi-sdk/gmd-sdk
docker-compose up -d
mvn clean install

And then in browser http://localhost:9443, choose Add Template from menubar

lucasmoten commented 4 years ago

I forgot that I need to build it, then launch docker... If doing mvn clean install, the tests depend on docker, so after run through that successfully, I kill docker, remove containers, and relaunch. Im testing the templates now

lucasmoten commented 4 years ago

These labels are now inconsistent with the loop parameters in File System to GM Data Screenshot from 2020-10-19 19-03-49