Re: [MarkLogic Dev General] How to get the number of records ingested by a MLCP hit

2017-01-12 Thread Sam Mefford
the Data Movement SDK is also available via the Early Access program or via github: https://github.com/marklogic/java-client-api/tree/4.0.0-EA4 Sam Mefford Senior Engineer MarkLogic Corporation sam.meff...@marklogic.com Cell: +1 801 706 9731 www.marklogic.com This

Re: [MarkLogic Dev General] How to get the number of records ingested by a MLCP hit

2017-01-12 Thread Dave Cassel
An additional thought for the benefit of the list archive: in MarkLogic 9, you should be able to get this functionality through the Data Movement SDK (currently still in development). -- Dave Cassel, @dmcassel Technical Community Manager

Re: [MarkLogic Dev General] How to get the number of records ingested by a MLCP hit

2017-01-12 Thread David Lee
Depending on your use case and scenarios, mlcp is an application layer built on XCC and HDFS libraries, as well as application logic. If you like the feature set of mlcp and just want to call it from java then In would recommend as did Sam to call it as a sub process (Runtime.exec()). I do

Re: [MarkLogic Dev General] How to get the number of records ingested by a MLCP hit

2017-01-11 Thread Sam Mefford
I'm sure you could find a way. But using mlcp in a Java application is not a supported usage. mlcp is designed to run at the command-line. Sam Mefford Senior Engineer MarkLogic Corporation sam.meff...@marklogic.com Cell: +1 801 706 9731 www.marklogic.com This e-mail

Re: [MarkLogic Dev General] How to get the number of records ingested by a MLCP hit

2017-01-11 Thread Yogesh Kumar
Gentle reminder!! On 09-Jan-2017 3:44 PM, "Yogesh Kumar" wrote: > Gentle reminder!! > > On 07-Jan-2017 10:13 PM, "Yogesh Kumar" wrote: > >> Hi Team, >> >> I am using MLCP in my java code to ingest the data into Mark Logic. How >> can I get the

[MarkLogic Dev General] How to get the number of records ingested by a MLCP hit

2017-01-07 Thread Yogesh Kumar
Hi Team, I am using MLCP in my java code to ingest the data into Mark Logic. How can I get the following details in my java application *OUTPUT_RECORDS* *OUTPUT_RECORDS_COMMITTED* *OUTPUT_RECORDS_FAILED* Thanks, Yogesh ___ General mailing list