elasticsearch-jdbc
elasticsearch-jdbc copied to clipboard
JDBC importer for Elasticsearch
@jprante hi,i'm confused about that how to use this program (version above 1.7)with phoenix? And i can use phoenix with hbase in version 1.3.4
Just curious to know - does the latest **elasticsearch-jdbc** release version support **ES 5.2**.
I did a similar solution, but just wrapped Spark SQL into a configuration file. (https://github.com/kohesive/elasticsearch-data-import-handler) Using HOCON is better than JSON because you can use `"""` around SQL statements and...
This is example `file.sh` for sync data from mysql to elasticsearch. ``` DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" bin=${DIR}/../bin lib=${DIR}/../lib echo ' { "type" : "jdbc", "jdbc"...
eg: DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" bin=/usr/local/elasticsearch-jdbc-2.3.4.1/bin lib=/usr/local/elasticsearch-jdbc-2.3.4.1/lib echo '{ "type" : "jdbc", "jdbc" : { "url" : "jdbc:mysql://192.168.30.149:3306/test", "user" : "root", "password" : "root", "sql"...
hello @jprante use elasticsearch-jdbc-2.3.4.0 and elasticsearch-2.3.4 has an error ,java version "1.7.0_25" when I use the below script, then occour an error : Exception in thread "main" java.lang.UnsupportedClassVersionError: org/xbib/tools/Runner :...
mysql5 elsticsearch5.0.1? How to fixthe data synchronization problem?? geopoint??
We are having a problem with array data getting duplicated when other fields (in this case the email address) have more than one value. This is not a problem when...
i find there is not a compiled .zip file for version 5.0, and i download the project,but i don't know how to compile it myself for my elasticsearch 5.0 ,...
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.3.3.0.jar:?] at org.xbib.pipeline.MetricSimplePipelineExecutor.execute(MetricSimplePipelineExecutor.java:52) ~[elasticsearch-jdbc-2.3.3.0.jar:?] at...