谁能帮助解决命令行问题 MarkLogic MLCP

can anyone help to clear up a command line problem MarkLogic MLCP

/home/cent/Desktop/mlcp-1.3-3/bin/mlcp.sh import -mode local \
  -host localhost -port 8046 -username admin -password admin \
  -input_file_path /home/cent/Desktop/mls-developer/unit10/top-songs-source/{songs,images} \
  -output_uri_replace "/home/cent/Desktop/mls-developer/unit10/top-songs-source/{songs,images} ,'/home/cent/Desktop/mls-developer/unit10/top-songs-source/images,'images'"

大家好,

我正在使用 cent os 7 进行 Xquery 的 MarkLogic 大学培训。 我正在按照 windows 的说明进行操作。我转换了上面的行,但出现错误

ERROR contentpump.ContentPump: Unrecognized argument: /home/cent/Desktop/mls-developer/unit10/top-songs-source/images

我对此并不乐观,但我怀疑 Linux 正在扩大这一范围:

-input_file_path /home/cent/Desktop/mls-developer/unit10/top-songs-source/{songs,images}

对此:

-input_file_path /home/cent/Desktop/mls-developer/unit10/top-songs-source/songs /home/cent/Desktop/mls-developer/unit10/top-songs-source/images

也就是说,它将它们拆分成单独的参数,其中第二个参数对 MLCP 没有意义。

我认为最简单的解决办法是 运行 按顺序将两个目录 -- 加载歌曲,然后加载图像。

我得到了 MarkLogic 的一些支持,基本上我使用了错误版本的 MLCP Content Pump。正确的版本是 mlcp-10.0.4.2。我仍然需要重新启动然后它工作。与上面相同的命令: