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
hey YunHee,
I've submitted the patch, so you can instead of having to patch the code you
can just resync your pushpull code and rebuild it and swap the jar out in your
deployment
-brian
On Aug 1, 2012, at 8:28 AM, YunHee Kang wrote:
> Hi Chris and Brian,
>
> I am reading source codes for ha
Hey YunHee,
Okay, found another bug... lol... you're on a roll dude!
I've attached the fix to issue:
https://issues.apache.org/jira/browse/OODT-481
Just patch the fix into the trunk pushpull and download with communication to
filemgr should work now.
-brian
On Aug 1, 2012, at 8:28 AM, YunHe
Hi Chris and Brian,
I am reading source codes for handling "Catalog exception" related the
runtime error described below.
org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException:
Failure writing request
at
org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient.hasProduct(XmlRpcFil