Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
unable to connect to Clickhouse database
Labels:
- Labels:
-
Apache NiFi
Explorer
Created ‎01-13-2021 06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to connect to the Clickhouse database. I can't fix this error.
NIFI 1.12.1
StandardControllerServiceNode[service=DBCPConnectionPool[id=f73ad0c3-0176-1000-0546-94e4c6c6fe9b],
versionedComponentId=null,
processGroup=StandardProcessGroup[identifier=f73973ae-0176-1000-a421-ff32b5b5cb70,name=NiFi Flow], active=true]
Failed to invoke @OnEnabled method due to java.lang.NoClassDefFoundError:
Could not initialize class ru.yandex.clickhouse.ClickHouseDriver:
Could not initialize class ru.yandex.clickhouse.ClickHouseDriver
1 REPLY 1
New Contributor
Created ‎01-24-2021 08:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used this two jars to connect ClickHouse:
clickhouse-jdbc-0.2.4-shaded.jar
lz4-1.3.0.jar
