[MarkLogic Dev General] RecordLoader and the Amazon Cloud
Lee, David
dlee at epocrates.com
Fri Jun 25 08:19:25 PDT 2010
One trick is to turn on incremental garbage collection, I've found the
standard GC can cause timeout errors.
java -XX:+UseConcMarkSweepGC ...
Another trick is that I sftp all my data to the MarkLogic EC2 server (on
/mnt where there is lots of empty space)
and run uploads locally which helps also avoid connection errors.
I use the marklogic extension to xmlsh
http://www.xmlsh.org/ModuleMarkLogic
But both this and RecordLoader use xcc.jar under the hood so I suspect
(and have experienced) similar behaviour.
-----Original Message-----
From: general-bounces at developer.marklogic.com
[mailto:general-bounces at developer.marklogic.com] On Behalf Of Frank
Rubino
Sent: Friday, June 25, 2010 10:45 AM
To: General Mark Logic Developer Discussion
Subject: [MarkLogic Dev General] RecordLoader and the Amazon Cloud
Has anyone tried to use RecordLoader to load an Amazon cloud instance? I
keep running into a connection timeout. I can connect to my local ML
instance ok and my load goes fine but I can't get my stuff up into the
cloud.
Happy to provide details if they will help.
Thanks-
Frank
This electronic message transmission contains information from the
Company that may be proprietary, confidential and/or privileged. The
information is intended only for the use of the individual(s) or entity
named above. If you are not the intended recipient, be aware that any
disclosure, copying or distribution or use of the contents of this
information is prohibited. If you have received this electronic
transmission in error, please immediately return it to the sender and
delete it from your system. Thank you
_______________________________________________
General mailing list
General at developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general
More information about the General
mailing list