Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: reorg met dir, work dir, archiving, staging and failed_ingest_files

...

Code Block
/$DEPLOYMENT_BASE_DIR
  /data
     /archive
     /staging
     /work
     /met
     /failed_ingest_files
  /bin
  /components
    /crawler
      /bin
      /conf
      /policy
    /filemgr
      /bin
      /conf
      /policy
    /workflow
      /bin
      /conf
      /policy
  /conf
  /staging
  /work

Deployment Path Details

/$DEPLOYMENT_BASE_DIR/bin- This will contain scripts that will manipulate the underlying components. For example all 3 components can be started, stopped and restarted from this directory. At the same time you can also manipulate a single component at a time from this dir also.

...