<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JDBC to Clickhouse? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341408#M109364</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is it OK with you when you locate your clickhouse-jdbc-0.1.54.jar in local machine?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2019 08:17:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-31T08:17:44Z</dc:date>
    <item>
      <title>JDBC to Clickhouse?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341402#M109358</link>
      <description>&lt;P&gt;Hi friends,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Has anyone of you guys tried to connect Talend Open Studio 7.1.1 (for Data Integration) to ClickHouse before?&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;I tried connecting from Repository &amp;gt; Metadata &amp;gt; Db Connection &amp;gt; Right Click &amp;gt; Add New Connection &amp;gt; Give it a name &amp;gt; Next &amp;gt; and then key in details provided here&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://github.com/yandex/clickhouse-jdbc" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://github.com/yandex/clickhouse-jdbc&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;but no luck. When "Test Connection" button is clicked, i could see incoming connection in clickhouse log but Talend Open Studio "Finish" button is still disabled&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also, tried using tDBInput component and basically configure as above, give a little nice query "SELECT 1", and then run the job. I got this exception :&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Error Line: 474
Detail Message: ru.yandex.clickhouse.ClickHouseDriver cannot be resolved to a variable
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.

	at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:338)

	at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:510)

	at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:316)

	at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:820)

	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:601)

	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1861)

	at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:601)

	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)

	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)

	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:527)

	at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:284)

	at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1190)

	at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:548)

	at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1401)

	at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:701)

	at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:58)

	at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1.run(JobLaunchConfigurationDelegate.java:84)

	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)

	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)

	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)

	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)

	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)

	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)

	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)

	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)

	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)

	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)

	at org.talend.rcp.intro.Application.start(Application.java:265)

	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)

	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)

	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)

	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)

	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

	at java.lang.reflect.Method.invoke(Unknown Source)

	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)

	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)

	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)&lt;/FONT&gt;&lt;/PRE&gt; 
&lt;P&gt;When trying to connect directly (from cmd or terminal), it succeeded.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How can I connect ClickHouse to Talend Open Studio?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341402#M109358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC to Clickhouse?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341403#M109359</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you show job and tDBInput components configuration screenshots? Please mask your sensitive data.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 08:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341403#M109359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T08:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC to Clickhouse?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341404#M109360</link>
      <description>&lt;P&gt;As simple as it could be, this is the job when i tried to connect from tDBInput.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5IM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132922i57EBA779B415032F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5IM.png" alt="0683p000009M5IM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I downloaded the whole clickhouse jars and its dependencies from&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;https://jar-download.com/?search_box=clickhouse-jdbc&lt;/PRE&gt; 
&lt;P&gt;and then follow their instruction on how to input driver class from&lt;/P&gt; 
&lt;PRE&gt;https://github.com/yandex/clickhouse-jdbc&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Blank User Id and Password? Yes. I did not set user and password for clickhouse database.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Clickhouse client and server are installed on "remote machine"&lt;/P&gt; 
&lt;P&gt;On local machine browser, it connects successfully to clickhouse-server on remote machine.&lt;/P&gt; 
&lt;P&gt;On remote machine itself, clickhouse-client is connected successfully to the database without username and password.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This picture below might explain better :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5IR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149314iCDE06FD7DFE1A4D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5IR.png" alt="0683p000009M5IR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But, this is what i got when the above job is run :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5IW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135330i778CE7146F716C8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5IW.png" alt="0683p000009M5IW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Am I missing something obvious?&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 11:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341404#M109360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T11:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC to Clickhouse?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341405#M109361</link>
      <description>&lt;P&gt;(It's weird, this is my second time replying to this, hope my reply could show up because the first time it just did not although i clicked "Post" already)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As simple as it is, here is the job config :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5IM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132922i57EBA779B415032F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5IM.png" alt="0683p000009M5IM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So, clickhouse is installed in "remote machine"&lt;/P&gt; 
&lt;P&gt;When i tried accessing it from other machine (via browser) or from the remote machine itself, it works as shown below :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Iq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147136iF74D11C14786DDB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Iq.png" alt="0683p000009M5Iq.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Unfortunately, found no luck accessing it from the above job configuration. When I run the job, it shows me this :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5IW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135330i778CE7146F716C8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5IW.png" alt="0683p000009M5IW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Am I missing something obvious?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 03:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341405#M109361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T03:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC to Clickhouse?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341406#M109362</link>
      <description>&lt;P&gt;Finally, I am able to connect.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For future reference to others visiting this topic,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;although it is automatically filled in by TOS, &lt;STRONG&gt;the "Driver Class" should be wrapped in double-quote.&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks to this topic :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqj2CAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Error-compiling-quot-cannot-be-resolved-to-a-variable-quot/td-p/45212&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am now able to connect to clickhouse via jdbc.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Remember to put all dependencies found here :&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://jar-download.com/artifact-search/clickhouse-jdbc" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jar-download.com/artifact-search/clickhouse-jdbc&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 06:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341406#M109362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T06:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC to Clickhouse?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341407#M109363</link>
      <description>Finally, I am able to connect. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;For future reference to others visiting this topic,&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;although it is automatically filled in by TOS, the "Driver Class" should be wrapped in double-quote. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks to this topic :&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqj2CAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Error-compiling-quot-cannot-be-resolved-to-a-variable-quot/td-p/45212&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I am now able to connect to clickhouse via jdbc. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Remember to put all dependencies found here : 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://jar-download.com/artifact-search/clickhouse-jdbc" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jar-download.com/artifact-search/clickhouse-jdbc&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 31 May 2019 06:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341407#M109363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T06:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC to Clickhouse?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341408#M109364</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is it OK with you when you locate your clickhouse-jdbc-0.1.54.jar in local machine?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 08:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341408#M109364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T08:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC to Clickhouse?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341409#M109365</link>
      <description>hi xdshi,
&lt;BR /&gt;
&lt;BR /&gt;Yes, it was ok when i locate clickhouse-jdbc-0.1.54.jar
&lt;BR /&gt;What I did was :
&lt;BR /&gt;1. in TOS, go to Windows &amp;gt; Preference &amp;gt; Java &amp;gt; Build Path &amp;gt; User Libraries &amp;gt; import the jar file with all its dependencies
&lt;BR /&gt;2. in tDBInput component &amp;gt; Component Tab &amp;gt; Drivers &amp;gt; locate all necessary jar files
&lt;BR /&gt;
&lt;BR /&gt;That worked for me!
&lt;BR /&gt;
&lt;BR /&gt;Thank you for your support</description>
      <pubDate>Tue, 04 Jun 2019 07:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-to-Clickhouse/m-p/2341409#M109365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-04T07:05:55Z</dc:date>
    </item>
  </channel>
</rss>

