Bulk loading files into MarkLogic using MLCP fails

151 views Asked by At

I am trying to use MLCP to bulk load files into MarkLogic. Command line and error are below. I followed the instructions in one of the tutorials. I dont know why its doing anything with hadoop if my mode is local. Any ideas what I'm doing wrong?

T:\temp\gs>mlcp.bat import -mode local -host localhost -port 8000 -username admin -password admin -input_file_path T:\temp\gs\import -input_file_type documents -document_type xml

The error is:

java.lang.RuntimeException: java.io.IOException: failure to login: No LoginModules configured for hadoop_simple

1

There are 1 answers

0
rjrudin On

You may have downloaded the MapR version - I just tried a minimal import with the MapR version and got the same error. Make sure you get the non-MapR version (I'm assuming you don't need MapR here) - it's the first Download link at developer.marklogic.com/products/mlcp