You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run redoer.py using Senzing binaries that are not in the system locations, set the following environment variables:
SENZING_CONFIG_PATH
SENZING_RESOURCE_PATH
SENZING_SUPPORT_PATH
These environment variables are used to craft the JSON that is sent to g2_engine.init(...) Optionally, a user can set SENZING_ENGINE_CONFIGURATION_JSON to a JSON string containing the information sent to g2_engine.init(...).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
To run
redoer.py
using Senzing binaries that are not in the system locations, set the following environment variables:These environment variables are used to craft the JSON that is sent to g2_engine.init(...) Optionally, a user can set
SENZING_ENGINE_CONFIGURATION_JSON
to a JSON string containing the information sent tog2_engine.init(...)
.Details:
https://github.com/Senzing/redoer/blob/034f1d71fc9228fdbbf872a8425315b56e4b8ad2/redoer.py#L3064-L3089
Beta Was this translation helpful? Give feedback.
All reactions