-
edp.core.exception.ServerException: test source connection fail
at edp.davinci.service.impl.SourceServiceImpl.testSource(SourceServiceImpl.java:403)
at edp.davinci.service.impl.SourceServiceImpl…
rumly updated
2 years ago
-
If i want to change the import format for datetime(yyyy-MM-dd HH:mm:ss) field it will fail to import.
I already write the mapping about date format in sh file, but jdbc seems automatically insert data…
-
Hello,
It seems that a datefield retrieved by opendistro jdbc (opendistro-sql-jdbc-1.2.0.0.jar) from Elasticsearch (7.2.0) is retrieved as local (displayed in JasperServer).
Elasticsearch stores th…
-
```
(base) cuichenxi@cuichenxi-OMEN-Laptop-15-ek0xxx:~/code/metabase-trino$ sudo docker compose up
WARN[0000] The "PWD" variable is not set. Defaulting to a blank string.
WARN[0000] The "PWD" vari…
-
Calcite is a JDBC driver without an underlying data-store. It provides a means to fairly easily create JDBC access to custom data sources.
https://calcite.apache.org
There are currently adapt…
-
I have this script to feed data from mssql to elasticsearch
```
#!/bin/sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
bin=${DIR}/../bin
lib=${DIR}/../lib
echo '
{
"type":"jdbc",
"…
-
Hi - I am using ES2.3.3 and the corresponding latest version of elasticsearch-jdbc. I am trying to import rows from a Postgres 9.5 DB where there are numbers stored as float8. Some of the numbers that…
-
Hey! I'm trying to connect my janusgraph DB as a datasource, but this did not work.
```
version: '2'
services:
arcadeanalytics-app:
image: arcadeanalytics/arcadeanalytics:1.0.3
e…
MayJV updated
3 years ago
-
Comma no longer works in schedule (cron syntax).
java.lang.IllegalArgumentException: invalid cron expression format: Unexpected end of expression
at org.xbib.cron.CronExpression.buildExpressi…
-
Hi!
In my firm , i use ElasticSearch and your jdbc plugin for indexing PostgreSql9.1 Data.
Firstly , i Followed your tutorial and i'm ElasticSearch 1.4.2 installed . Goal with this release, when i pu…