美文网首页
ERROR: Positional arguments not

ERROR: Positional arguments not

作者: Depro | 来源:发表于2019-12-22 12:58 被阅读0次

问题:指定多个参数启动elasticsearch实例,提示异常

RROR: Positional arguments not allowed, found [‐d, ‐E, node.name=vip-node‐1,

Option Description

-E <KeyValuePair>    Configure a setting

-V, --version        Prints elasticsearch version information and exits

-d, --daemonize      Starts Elasticsearch in the background

-h, --help            show help

-p, --pidfile <Path>  Creates a pid file in the specified path on start

-q, --quiet          Turns off standard output/error streams logging in console

-s, --silent          show minimal output

-v, --verbose        show verbose output


解决:

看提示是写指定参数是不被允许,看教程是可以的,是我写法不对?

经过几番折腾,实在没办法,拿出了cv大法,去官网复制了一份,经过精确对比,发下个巨坑,-E这个前面得“-”和官网的不一样,官网的是"-Epath.data=data2",这里的两个-是不一样的,我在sublime对比 是不一样长的。开发,还是老老实实cv,确实可以减少很多坑.

至于这2个横杠的区别,就不去深究了,每次都可以不一样,自己认真比对就行。

相关文章

网友评论

      本文标题:ERROR: Positional arguments not

      本文链接:https://www.haomeiwen.com/subject/cdkonctx.html