cfbearden

test_multi.sh

Aug 16th, 2011
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.39 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. export CLASSPATH="\
  4. sbmi-ctsa/bin:\
  5. sbmi-ctsa/resources:\
  6. core/resources:\
  7. core/bin:\
  8. core/lib/maxent-2.5.0.jar:\
  9. core/lib/trove.jar:\
  10. core/lib/opennlp-tools-1.4.0.jar:\
  11. chunker/resources:\
  12. chunker/bin:\
  13. context dependent tokenizer/bin:\
  14. core/lib/OpenAI_FSM.jar:\
  15. core/lib/lucene-core-3.0.2.jar:\
  16. dictionary lookup/bin:\
  17. core/lib/jdom.jar:\
  18. NE contexts/bin:\
  19. clinical documents pipeline/bin:\
  20. LVG/resources:\
  21. LVG/bin:\
  22. LVG/lib/lvg2008dist.jar:\
  23. POS tagger/bin:\
  24. POS tagger/resources:\
  25. /usr/share/java/postgresql-jdbc3.jar\
  26. "
  27.  
  28. echo $CLASSPATH
  29.  
  30. # echo "deplyAsyncServide.sh"
  31. echo "one"
  32. screen -S one deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
  33. echo "two"
  34. screen -S two deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
  35. echo "three"
  36. screen -S three deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
  37. echo "four"
  38. screen -S four deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
  39. echo "five"
  40. screen -S five deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
  41.  
  42. date
  43. echo "runRemoteAsyncAE.sh"
  44. runRemoteAsyncAE.sh tcp://localhost:61616 CollectionReader \
  45.   -c sbmi-ctsa/desc/asynchronous_scaleout/SentencesFromDBReader.xml
  46.  
  47. #  -d sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml \
  48. date
Advertisement
Add Comment
Please, Sign In to add comment