We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de867bb commit 52e6e11Copy full SHA for 52e6e11
DATA/tools/epn/gen_topo_o2dpg.sh
@@ -2,7 +2,6 @@
2
3
# Some defaults
4
[[ -z "$GEN_TOPO_STDERR_LOGGING" ]] && export GEN_TOPO_STDERR_LOGGING=1 # Enable logging of stderr messages
5
-[[ -z "$IS_SIMULATED_DATA" ]] && export IS_SIMULATED_DATA=0 # by default we are processing raw data
6
7
# Check settings coming from AliECS via env variables
8
if [[ -z "$GEN_TOPO_HASH" ]]; then echo \$GEN_TOPO_HASH missing; exit 1; fi # Flag whether source is a hash or a folder
0 commit comments