General Java Variables:

VariableValuesDescriptionExample
logging.level.root
  • ERROR
  • WARN
  • INFO
  • DEBUG

Sets the Log level output in IntelliJ

INFO is the default value if the variable is not set up.

logging.level.root=DEBUG


StreamPipes Variables:

VariableValuesDescription
SP_HOST

IP

If autodiscovery is not working, this variable has to be set up to connect IntelliJ with StreamPipes CLI containers

SP_PORT



SP_DEBUG



SP_COUCHDB_HOST



SP_DATA_LAKE_HOST



SP_DATA_LAKE_PORT



SP_DATA_LOCATION



SP_IMAGE_STORAGE_LOCATION



SP_JMS_HOST



SP_JMS_PORT



SP_DATA_LOCATION



SP_DEBUG_CONNECT



SP_BACKEND_HOST



SP_BACKEND_PORT



SP_FLINK_DEBUG




Default Values for each runConfiguration:

https://github.com/apache/streampipes/tree/dev/.idea/runConfigurations


all-extensions-jvmall-pipeline-elements-flinkall-pipeline-elements-jvmconnect-adaptersconnect-adapters-iiotsinks-internal-jvm
SP_HOST=SP_HOST
SP_COUCHDB_HOST=localhost;SP_DEBUG=trueSP_COUCHDB_HOST=localhost;SP_COUCHDB_HOST=localhost;
SP_DATA_LAKE_HOST=localhost;SP_FLINK_DEBUG=trueSP_DATA_LAKE_HOST=localhost;SP_DATA_LAKE_HOST=localhost;
SP_DATA_LAKE_PORT=8086;SP_DATA_LAKE_PORT=8086;SP_DATA_LAKE_PORT=8086;
SP_DEBUG=true;SP_DEBUG=true;SP_DEBUG=trueSP_DEBUG=trueSP_DEBUG=true;
SP_IMAGE_STORAGE_LOCATION=.streampipes/spImages/;SP_IMAGE_STORAGE_LOCATION=.streampipes/spImages/SP_IMAGE_STORAGE_LOCATION=.streampipes/spImages/
SP_JMS_HOST=localhost;SP_JMS_HOST=localhost;SP_JMS_HOST=localhost;
SP_JMS_PORT=61616;SP_JMS_PORT=61616;SP_JMS_PORT=61616;
SP_PORT=7023;SP_PORT=8005SP_PORT=7023;SP_PORT=8001;SP_PORT=8002SP_PORT=7020;
SP_BACKEND_HOST=localhost;SP_BACKEND_HOST=localhost;
SP_BACKEND_PORT=8030;SP_BACKEND_PORT=8030;
SP_DATA_LOCATION=./test_data/SP_DATA_LOCATION=./test_data/
SP_DEBUG_CONNECT=falseSP_DEBUG_CONNECT=false
SP_FLINK_DEBUG=true





  • No labels