ablog

不器用で落着きのない技術者のメモ

2018-05-17から1日間の記事一覧

MongoDB メモ

データベースを削除する $ mongo MongoDB shell version: 2.6.12 connecting to: test Welcome to the MongoDB shell. For interactive help, type "help". For more comprehensive documentation, see http://docs.mongodb.org/ Questions? Try the support…

MongoDB に YCSB でベンチマークをかけてみる

インストール MongoDB $ sudo vi /etc/yum.repos.d/mongodb.repo [mongodb] name=MongoDB repo baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/ gpgcheck=0 enabled=1 $ sudo yum -y install git mongodb-org JDK 1.8 $ sudo yum -y in…

YCSB をビルドしようとすると "invalid target release: 1.8" と怒られる

事象 YCSB をビルドしようとすると "invalid target release: 1.8" と怒られる。 $ git clone https://github.com/brianfrankcooper/YCSB.git $ mvn clean package Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (def…