Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support for MLCP streaming #53

Closed
paxtonhare opened this issue Oct 23, 2015 · 3 comments
Closed

Need support for MLCP streaming #53

paxtonhare opened this issue Oct 23, 2015 · 3 comments

Comments

@paxtonhare
Copy link
Contributor

See here: https://docs.marklogic.com/guide/ingestion/content-pump#id_16000

I need to be able to specify -streaming

I would consider a pull request but I'm not 100% sure how to test it.

@sastafford
Copy link
Contributor

The mlcp task does not support the full list of arguments yet. For those that are missing try adding the following line to your mlcp task.

args = ['-aggregate_record_element', 'Description', '-aggregate_record_namespace', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#']

@rjrudin
Copy link
Contributor

rjrudin commented Oct 23, 2015

Right - the attributes on MlcpTask are just syntactic sugar, and it guesses your host/port/username/password for you. You can always use JavaExec instead, and like Scott mentions, args lets you specify anything you want.

@paxtonhare
Copy link
Contributor Author

I missed the args bit. That's what I need. Sweet.

On Friday, October 23, 2015, rjrudin notifications@github.com wrote:

Right - the attributes on MlcpTask are just syntactic sugar, and it
guesses your host/port/username/password for you. You can always use
JavaExec instead, and like Scott mentions, args lets you specify anything
you want.


Reply to this email directly or view it on GitHub
#53 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants