Re: Question about metadata specification for Filemgr and Pushpull

2012-08-02 Thread YunHee Kang
Hi Brian, I overlooked the function of the CAS crawler Framework to ingest download files into the CAS File Manager. I appreciate your explanation about the relationship between Pushpull framework and Crawler Framework. To be honest, I was confused why you only modified two source programs in

Re: Question about metadata specification for Filemgr and Pushpull

2012-08-02 Thread Mattmann, Chris A (388J)
+1 to Brian's comments below. Cheers, Chris On Aug 2, 2012, at 11:59 AM, Brian Foster wrote: > Hey YunHee, > > This is expected behavoir now... pushpull only downloads the files... it > talks to the filemgr to try to determine if it already has a file before it > redownloads it... if you want

Re: Question about metadata specification for Filemgr and Pushpull

2012-08-02 Thread Brian Foster
Hey YunHee,This is expected behavoir now... pushpull only downloads the files... it talks to the filemgr to try to determine if it already has a file before it redownloads it... if you want automated file ingest, you must set up a crawler to crawl your pushpull staging directory... there is documen

Re: Question about metadata specification for Filemgr and Pushpull

2012-08-02 Thread Kang YunHee
Hi Brain, I applied the patch(OODT-481.2012-08-01.txt) to the source of pushpull framework, rebuilt it and swapped its jar out in my deployment according to the following steps: patch -p0 < OODT-481.2012-08-01.txt mvn clean mvn install cd target cp cas-pushpull-0.5-SNAPSHOT.jar ~/oodt-0.5/cas-pu