[ 
https://issues.apache.org/jira/browse/SOLR-16779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17727208#comment-17727208
 ] 

Eric Pugh commented on SOLR-16779:
----------------------------------

Could you try on main [~senthh]?

Here is what I get:

{{{
(base) ➜  dev git:(main) pwd
/Users/epugh/Documents/projects/solr-epugh/solr/packaging/build/dev
(base) ➜  dev git:(main) bin/solr cp
Failed to parse command-line arguments due to: Missing required options: src, 
dst
usage: cp
 -dst <dst>           Destination of copy, may be local or a Znode.
 -help                Print this message
 -recurse <recurse>   Recurse (true|false), default is false.
 -src <src>           Source file or directory, may be local or a Znode.
 -verbose             Enable more verbose command output.
 -z,--zkHost <HOST>   Address of the ZooKeeper ensemble; defaults to:
                      localhost:9983

Usage: solr COMMAND OPTIONS
       where COMMAND is one of: start, stop, restart, status, healthcheck, 
create, create_core, create_collection, delete, version, zk, auth, assert, 
config, export, api, package

  Standalone server example (start Solr running in the background on port 8984):

    ./solr start -p 8984

  SolrCloud example (start Solr running in SolrCloud mode using localhost:2181 
to connect to Zookeeper, with 1g max heap size and remote Java debug options 
enabled):

    ./solr start -c -m 1g -z localhost:2181 -a "-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"

  Omit '-z localhost:2181' from the above command if you have defined ZK_HOST 
in solr.in.sh.

Pass -help or -h after any COMMAND to see command-specific usage information,
  such as:    ./solr start -help or ./solr stop -h


}}}

> Umm...  what is bin/solr cp ???   
> ----------------------------------
>
>                 Key: SOLR-16779
>                 URL: https://issues.apache.org/jira/browse/SOLR-16779
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Eric Pugh
>            Priority: Major
>
> Investigate the undocumented bin/solr cp...  is that actually bin/solr zk cp?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to