简体   繁体   English

Mac上的Couchbase Server:未安装cbdocloader

[英]Couchbase Server on Mac: cbdocloader not installed

I have installed Couchbase Server 3.0 on Mac OSX 1.9.5 using the package from couchbase, installed using all defaults, and I am not able to locate cbdocloader in the expected folder 我已经使用Couchbase中的软件包在Mac OSX 1.9.5上安装了Couchbase Server 3.0,并使用所有默认设置安装了该软件,但无法在预期的文件夹中找到cbdocloader。

 /Applications/Couchbase Server.app/Contents/Resources/couchbase-core/bin/tools

The only tools available are: 唯一可用的工具是:

 cbanalyze-core 
 vbucketkeygen  
 vbuckettool

I do not see any information about the deprecation of this tool or an alternative approach to load data. 我看不到有关此工具的弃用或加载数据的替代方法的任何信息。

You are looking in the wrong folder, it's in bin and not tools : 您在错误的文件夹中查找文件,它在bin而不是tools

[user:~] $ /Applications/Couchbase\ Server.app/Contents/Resources/couchbase-core/bin/cbdocloader -h
Usage: cbdocloader [options] <directory>|zipfile

Example: cbdocloader -u Administrator -p password -n 127.0.0.1:8091 -b mybucket -s 100 gamesim-sample.zip

Options:
  -h, --help         show this help message and exit
  -u Administrator   Username
  -p password        Password
  -b mybucket        Bucket
  -n 127.0.0.1:8091  Node address
  -s 100             RAM quota in MB

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM