I'm setting up the Catalog and Archive Crawling Framework as described in
http://oodt.apache.org/components/maven/crawler/user/ . The service started
fine, but when I ran the test command:
./crawler_launcher \
--crawlerId StdProductCrawler \
--productPath /data/test \
--filemgrUrl http://localhost:9000/ \
--failureDir /tmp \
--actionIds DeleteDataFile MoveDataFileToFailureDir Unique \
--metFileExtension met \
--clientTransferer
org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory
I got the following error:
ERROR: Invalid option: 'crawlerId'
Indeed, running "./crawler_launcher -h" makes no reference to crawlerId.
Leaving out that options give the error:
ERROR: Must specify an action option!
I tried reading the help directly, but the options/suboptions were a bit
daunting, so I'm posting to the list.
Thanks again,
Bill Rideout
brideout@haystack,mit.edu