2013/03/22 09:54:56 cbgb - 0.2.0-6-g4f2787a
2013/03/22 09:54:56 addr=:11211
2013/03/22 09:54:56 data=./tmp
2013/03/22 09:54:56 default-bucket-name=default
2013/03/22 09:54:56 default-persistence=2
2013/03/22 09:54:56 default-quota=100MB
2013/03/22 09:54:56 num-partitions=1[ Launch: Tributary inlet ] 5351259 by scalabl3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ brew uninstall libcouchbase && brew install libcouchbase | |
| Uninstalling /usr/local/Cellar/libcouchbase/2.0.3... | |
| ==> Downloading http://packages.couchbase.com/clients/c/libcouchbase-2.0.5.tar.gz | |
| ######################################################################## 100.0% | |
| ==> ./configure --prefix=/usr/local/Cellar/libcouchbase/2.0.5 --disable-examples --disable-tests --disable-couchbasemock | |
| ==> make install | |
| 🍺 /usr/local/Cellar/libcouchbase/2.0.5: 105 files, 912K, built in 47 seconds | |
| jasdeep @JumboJet : /Dropbox/AmazonServer/rockstrs_com/vertx-api [master] $ gem install couchbase | |
| Fetching: couchbase-1.2.3.gem (100%) | |
| Building native extensions. This could take a while... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jasdeep @JumboJet : ~/rvm/gems/ruby-1.9.3-p194/gems/couchbase-1.2.3/ext/couchbase_ext $ cat mkmf.log | |
| "gcc-4.2 -o conftest -I/Users/jasdeep/rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1/x86_64-darwin12.0.0 -I/Users/jasdeep/rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1/ruby/backward -I/Users/jasdeep/rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1 -I. -I/usr/local/opt/libevent/include -I/usr/local/include -I/Users/jasdeep/rvm/rubies/ruby-1.9.3-p194/include -I/Users/jasdeep/rvm/usr/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe -std=c99 -Wall -Wextra conftest.c -L. -L/Users/jasdeep/rvm/rubies/ruby-1.9.3-p194/lib -L/usr/local/opt/libevent/lib -L/usr/local/lib -L/Users/jasdeep/rvm/rubies/ruby-1.9.3-p194/lib -L/usr/lib -L/Users/jasdeep/rvm/usr/lib -L. -lruby.1.9.1 -lpthread -ld |
Notification Document
KEY: 10/31/2013::20:00
{
"email": [
{ "uid": 1029, "content_id": "c::2822020", "type": "halloween" }
{ "uid": 2058, "content_id": "c::2822020", "type": "halloween" }
],These instructions are on Mac OS X, but it can easily be translated for any linux os too. The only differences will be to use default in elasticsearch.yml for vbuckets of 1024 (comment or take that line out). Also the paths to plugins, config, bin, etc. might be different as far as copying the couchbase_template.json over to config/templates.
On Mac I highly recommend just permanently increasing the max number of file descriptors allowed (unlimited is no longer a valid parameter):
$ cd /etc
$ vi launchd.conf
$ limit maxfiles 1000000 1000000
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <dependencies> | |
| <dependency> | |
| <groupId>com.couchbase.client</groupId> | |
| <artifactId>couchbase-client</artifactId> | |
| <version>1.3.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>junit</groupId> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Resolving Dependencies | |
| --> Running transaction check | |
| ---> Package libcouchbase-devel.x86_64 0:2.2.0-1 will be updated | |
| ---> Package libcouchbase-devel.x86_64 0:2.3.0-1 will be an update | |
| ---> Package libcouchbase2-core.x86_64 0:2.2.0-1 will be updated | |
| ---> Package libcouchbase2-core.x86_64 0:2.3.0-1 will be an update | |
| ---> Package libcouchbase2-libevent.x86_64 0:2.2.0-1 will be updated | |
| ---> Package libcouchbase2-libevent.x86_64 0:2.3.0-1 will be an update | |
| --> Finished Dependency Resolution | |
| Error: Multilib version problems found. This often means that the root |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Redis configuration file example | |
| # Note on units: when memory size is needed, it is possible to specify | |
| # it in the usual form of 1k 5GB 4M and so forth: | |
| # | |
| # 1k => 1000 bytes | |
| # 1kb => 1024 bytes | |
| # 1m => 1000000 bytes | |
| # 1mb => 1024*1024 bytes | |
| # 1g => 1000000000 bytes |