Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • RTR is formed from this query:

    Code Block
    -data="EN|EN|ActionType;EXTRACT;StreamName;eagle_ml-2-0_default_out_q;FeedType;ENTITYEXTRACT;maxrows;10;"


  • Metrics are have additional logging in metricsDir folder

  • Extracted data is saved to results folder
  • All necessary libraries required for the process are in the lib folder
  • o To start execution we create runapitestSync.cmd file with the following contents:

    Code Block
    languagejava
    set EAGLEAPIPASS=[PASS]
    java -jar lib/eaglemlapiclient-2.1.9.jar -data="EN|EN|ActionType;EXTRACT;StreamName;eagle_ml-2-0_default_out_q;FeedType;ENTITYEXTRACT;maxrows;10;" -execution=sync -endpoint=https://[REGION]/EagleMLWebService20 -login=[LOGIN] -resultsdir=results -csvmetricsdir=metricsdir


  • To set IP address to receive response use (port is optional, any available port is used if value is not set):

    Code Block
    languagejava
    -callback-address=clientipaddress[:port]


This is how a working folder for such parameters should look like:

...