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
+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
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
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