Archive for November, 2014

Elasticsearch – the river with jdbc (for mysql).

First of all you cannot block automapping, so: # elasticsearch.yml index.mapper.dynamic: true Pre-mapping of your river doesn’t resolve the problem. # part of the river configuration: “type_mapping”: { “mytype” : { “properties” : { “location” : { “type” : “geo_point” } } } Tip: If your node does not work after installation of the plugin […]

Read more...

Yum. Find a file in repository…

How to find the given program w/o knowledge about the package it belongs to? I need to install the program iostat but i have no idea which package to choose. [root@localhost ~]# yum provides iostat Loaded plugins: langpacks, refresh-packagekit sysstat-10.1.6-1.fc20.x86_64 : Collection of performance monitoring tools for Linux Repo : fedora Matched from: Filename : […]

Read more...