elasticsearch-jdbc
elasticsearch-jdbc copied to clipboard
JDBC importer for Elasticsearch
example: CREATE TABLE `product_info` ( `item_id` bigint(20) NOT NULL DEFAULT '0' , ); whene item_id too long , use jdbc insert es from mysql will error; also, we can test...
I run a scheduler with "schedule" : "0/5 0-59 0-23 ? \* *", But,after about 20 hours,OOM error happened .... [04:11:11,016][INFO ][importer.jdbc ][pool-3-thread-2] already scheduled [04:11:11,017][ERROR][importer.jdbc ][pool-3-thread-2] unable to create...
java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) ~[?:1.8.0_91] at java.lang.Thread.start(Thread.java:714) ~[?:1.8.0_91] at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:950) ~[?:1.8.0_91] at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1357) ~[?:1.8.0_91] at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) ~[?:1.8.0_91] at org.xbib.pipeline.SimplePipelineExecutor.execute(SimplePipelineExecutor.java:105) ~[elasticsearch-jdbc-2.2.1.0.jar:?] at org.xbib.pipeline.MetricSimplePipelineExecutor.execute(MetricSimplePipelineExecutor.java:52) ~[elasticsearch-jdbc-2.2.1.0.jar:?] at...
Hello, I am new with elasticsearch and when trying to install this plugin from the URL referred in https://github.com/jprante/elasticsearch-jdbc/blob/river-1.5/README.md I am getting error: ``` Downloading ......DONE Verifying file:/e:/Download/elasticsearch-river-jdbc-1.5.0.5-plugin.zip checksums if...
Hi i'm having problems with the jdbc importer version 2.2.0.0. This is my config file `myscript.sh`: ``` #!/bin/sh export JDBC_IMPORTER_HOME=/opt/elasticsearch-jdbc/elasticsearch-jdbc-2.2.0.0 bin=$JDBC_IMPORTER_HOME/bin lib=$JDBC_IMPORTER_HOME/lib echo ' { "type" : "jdbc", "jdbc" :...
the part of code in statefile.json "index": "iptv_think", "type": "data_think", "type_mapping": { "data_think": { "properties": { "namepy": { "type": "string", "analyzer": "whitespace" }, "name": { "type": "string", "index": "not_analyzed" }...
I have several batch jobs (*.sh scripts) to pull data from mssql server. It seems like schedules I`ve cobfigured are not working. I have one job set to "schedule" :...
Hello, I am using jdbc importer for importing large data which is near about 38000 records from mysql by performing some joins.The data is imported and index into elasticsearch but...
Can you please explain this logging message: [11:47:09,154][DEBUG][org.xbib.elasticsearch.helper.client.BulkTransportClient][elasticsearch[importer][bulk_processor][T#1]] before bulk [1] [actions=74] [bytes=202825] [concurrent requests=1] What are the bytes from? Are they bytes read from the DB and being stored...
string is too long to be intercepted when synchronizing data into ES by plugin jdbc with using mysql "group_concat" function : Version: ES 2.3 Operating System: centos7 Steps to Reproduce:...