If we use F5 or other tools for load balancing then how DMSDK will
distribute the load across all the hosts? Because F5 will have only one URL
which is connected to multiple nodes..

On Jan 29, 2018 2:07 PM, "Sam Mefford" <sam.meff...@marklogic.com> wrote:

> You normally don't have to specify the hosts.  When you connect to a
> specific host/port/database, DMSDK figures out what hosts also have a REST
> server available on that port and forests for that database.  So DMSDK will
> connect directly to all appropriate hosts.  Does that answer your question?
>
>
> Sam Mefford
> Senior Engineer
> MarkLogic Corporation
> sam.meff...@marklogic.com
> Cell: +1 801 706 9731 <(801)%20706-9731>
> www.marklogic.com
>
> This e-mail and any accompanying attachments are confidential. The
> information is intended solely for the use of the individual to whom it is
> addressed. Any review, disclosure, copying, distribution, or use of this
> e-mail communication by others is strictly prohibited. If you are not the
> intended recipient, please notify us immediately by returning this message
> to the sender and delete all copies. Thank you for your cooperation.
> ------------------------------
> *From:* general-boun...@developer.marklogic.com <
> general-boun...@developer.marklogic.com> on behalf of C. Yaswanth <
> rocking...@gmail.com>
> *Sent:* Monday, January 29, 2018 11:38:21 AM
> *To:* MarkLogic Developer Discussion
> *Subject:* [MarkLogic Dev General] Regarding DMSDK
>
> I want to run the Marklogic Data Movement SDK for transformation in
> distributed mode on my Marklogic cluster which is running on 3Nodes.
> Usually in the mlcp we will use the `-host` parameter to specify our
> hostnames and have `-mode` parameter to define our mode type. Is it
> possible here in DMSDK to mention all the hostnames of our nodes in ML
> cluster like this
>
>     newClient("host1,host2,host3", port, username, password,
> authentication)
>
> So that it will distribute the task efficiently. But i didnt seen any
> documentation of DMSDK with multiple hosts.
>
>  1. If i am not giving my all the hostnames then how it gonna distribute
> the work in parallel fashion.
>
> Any help is appreciated.
>
> Thanks
>
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at:
> http://developer.marklogic.com/mailman/listinfo/general
>
>
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to