Skip to content

Commit

Permalink
ISSUE-8 Implement OODT Crawler for injecting staged products into Fil…
Browse files Browse the repository at this point in the history
…e Manager
  • Loading branch information
lewismc committed Oct 19, 2018
1 parent 2359fc7 commit 34fc612
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion crawler/src/main/resources/bin/crawlctl
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@
# under the License.
##########################################################################

java -Djava.util.logging.config.file=../etc/logging.properties -classpath "../lib/*" org.apache.oodt.cas.crawl.daemon.CrawlDaemonController $@
#java -Djava.util.logging.config.file=../etc/logging.properties -classpath "../lib/*" org.apache.oodt.cas.crawl.daemon.CrawlDaemonController $@
./crawler_launcher --filemgrUrl http://localhost:9000 \
--operation --launchMetCrawler \
--clientTransferer org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory \
--productPath /usr/local/coal-sds-deploy/data/staging \
--metExtractor org.apache.oodt.cas.metadata.extractors.TikaCmdLineMetExtractor \
--metExtractorConfig /usr/local/coal-sds-deploy/data/met/tika.conf \
--failureDir /usr/local/coal-sds-deploy/data/failure \
--daemonPort 9003 \
--daemonWait 2 \
--successDir /usr/local/coal-sds-deploy/data/archive \
--actionIds DeleteDataFile

0 comments on commit 34fc612

Please sign in to comment.