Versions Compared

Key

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

...

...

...

...

...

...

...

Prerequisites

...

Prerequisites

Once you are in the analytics server (see Command 1 below), make sure JAVA-environment is setup properly. Run this command "java -version"

...

It's best to set this up once and for all in your startup configuration file - run "nano .my.cshrc". Set Java environment, look at snapshot for exact location to place it.


Code Block
titleTiger environment
use Java-1.8
setenv EDITOR nano
setenv TIGER_HOME "/home/unix/analytics/TigerETL3"
setenv RUN3 "/home/unix/analytics/TigerETL3/runEtlAgent.sh"


  • Image Modifiedopen a new ssh-connection and run "java -version" (see above)

Commands

  1. ssh-connect to "analytics" server using your favorite SSH tool. For Windows SecureCRT is offered as standard ssh-software to Broadies. For Mac you can connect through the command line in Terminal.
  2. You will be asked for username/password but interface is pretty straightforward

  3. run etl-commands as you see fit

...