<?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 Presto JDBC connection configuration in Talend Open Studio for Big Data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273338#M50350</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm trying to configure a JDBC connection to a Presto cluster (v. 0.206) hosted on AWS and accessible from my network.&lt;/P&gt; 
&lt;P&gt;I've download prest-jdbc-0.206.jar from Presto website and added it to Talend Open Studio for Big Data.&lt;/P&gt; 
&lt;P&gt;JDBC driver installation was successful.&lt;/P&gt; 
&lt;P&gt;Then, I've used the following connection properties:&lt;/P&gt; 
&lt;P&gt;JDBC URL --&amp;gt;&amp;nbsp;jdbc&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;resto://&amp;lt;my_hostname&amp;gt;:8889/glue&lt;/P&gt; 
&lt;P&gt;Driver Class --&amp;gt;&amp;nbsp;com.facebook.presto.jdbc.PrestoDriver&lt;/P&gt; 
&lt;P&gt;Username --&amp;gt; &amp;lt;my_username&amp;gt;&lt;/P&gt; 
&lt;P&gt;Password --&amp;gt; &amp;lt;my_password&amp;gt;&lt;/P&gt; 
&lt;P&gt;Mapping file --&amp;gt; Mapping Hive&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I click on Test Connection, I get the following error:&lt;/P&gt; 
&lt;P&gt;"&lt;STRONG&gt;Unrecognized connection property 'allowLocalInfile'&lt;/STRONG&gt;"&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2019-08-06 at 16.04.48.png" style="width: 514px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Rd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142836iAD0F8C0CA6A3B006/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Rd.png" alt="0683p000009M7Rd.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the log file there is not much information..&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;!ENTRY org.talend.platform.logging 4 0 2019-08-06 15:45:08.251
!MESSAGE 2019-08-06 15:45:08,249 ERROR org.talend.components.jdbc.tjdbcinput.TJDBCInputProperties  - failed to retrieve the schema :

!STACK 0
org.talend.components.api.exception.ComponentException: SQL_ERROR:{message=Unrecognized connection property 'allowLocalInfile'}
	at org.talend.components.jdbc.CommonUtils.newComponentException(CommonUtils.java:588)
	at org.talend.components.jdbc.runtime.JDBCSourceOrSink.getSchemaFromQuery(JDBCSourceOrSink.java:207)
	at org.talend.components.jdbc.tjdbcinput.TJDBCInputProperties.afterFetchSchemaFromQuery(TJDBCInputProperties.java:266)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.talend.daikon.properties.PropertiesDynamicMethodHelper.doInvoke(PropertiesDynamicMethodHelper.java:105)
	at org.talend.daikon.properties.PropertiesDynamicMethodHelper.afterProperty(PropertiesDynamicMethodHelper.java:234)
	at org.talend.daikon.properties.service.PropertiesServiceImpl.afterProperty(PropertiesServiceImpl.java:93)
	at org.talend.components.api.service.internal.osgi.ComponentServiceOsgi.afterProperty(ComponentServiceOsgi.java:142)
	at org.talend.designer.core.generic.model.GenericElementParameter$5.doWork(GenericElementParameter.java:324)
	at org.talend.designer.core.generic.model.GenericElementParameter$ComponentServiceCaller.call(GenericElementParameter.java:471)
	at org.talend.designer.core.generic.model.GenericElementParameter.callAfter(GenericElementParameter.java:337)
	at org.talend.designer.core.generic.model.GenericElementParameter.setValue(GenericElementParameter.java:151)
	at org.talend.designer.core.ui.editor.nodes.Node.setPropertyValue(Node.java:1979)
	at org.talend.designer.core.ui.editor.cmd.PropertyChangeCommand.execute(PropertyChangeCommand.java:260)
	at org.eclipse.gef.commands.CommandStack.execute(CommandStack.java:228)
	at org.talend.designer.core.ui.editor.properties.controllers.AbstractElementPropertySectionController.executeCommand(AbstractElementPropertySectionController.java:1191)
	at org.talend.designer.core.generic.controller.ButtonController.access$0(ButtonController.java:1)
	at org.talend.designer.core.generic.controller.ButtonController$1.widgetSelected(ButtonController.java:171)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4319)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4143)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3760)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
	at org.talend.rcp.intro.Application.start(Application.java:277)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
Caused by: java.sql.SQLException: Unrecognized connection property 'allowLocalInfile'
	at com.facebook.presto.jdbc.PrestoDriverUri.validateConnectionProperties(PrestoDriverUri.java:316)
	at com.facebook.presto.jdbc.PrestoDriverUri.&amp;lt;init&amp;gt;(PrestoDriverUri.java:95)
	at com.facebook.presto.jdbc.PrestoDriverUri.&amp;lt;init&amp;gt;(PrestoDriverUri.java:85)
	at com.facebook.presto.jdbc.PrestoDriver.connect(PrestoDriver.java:85)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:208)
	at org.talend.components.jdbc.runtime.JdbcRuntimeUtils.createConnection(JdbcRuntimeUtils.java:77)
	at org.talend.components.jdbc.runtime.JdbcRuntimeUtils.createConnectionOrGetFromSharedConnectionPoolOrDataSource(JdbcRuntimeUtils.java:206)
	at org.talend.components.jdbc.runtime.JDBCSource.connect(JDBCSource.java:68)
	at org.talend.components.jdbc.runtime.JDBCSourceOrSink.getSchemaFromQuery(JDBCSourceOrSink.java:199)
	... 49 more&lt;/PRE&gt; 
&lt;P&gt;Does anyone know what this particular error means?&lt;/P&gt; 
&lt;P&gt;I did not find any useful information on the Community site.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help is much appreciated!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Alessandro&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:03:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T05:03:37Z</dc:date>
    <item>
      <title>Presto JDBC connection configuration in Talend Open Studio for Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273338#M50350</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm trying to configure a JDBC connection to a Presto cluster (v. 0.206) hosted on AWS and accessible from my network.&lt;/P&gt; 
&lt;P&gt;I've download prest-jdbc-0.206.jar from Presto website and added it to Talend Open Studio for Big Data.&lt;/P&gt; 
&lt;P&gt;JDBC driver installation was successful.&lt;/P&gt; 
&lt;P&gt;Then, I've used the following connection properties:&lt;/P&gt; 
&lt;P&gt;JDBC URL --&amp;gt;&amp;nbsp;jdbc&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;resto://&amp;lt;my_hostname&amp;gt;:8889/glue&lt;/P&gt; 
&lt;P&gt;Driver Class --&amp;gt;&amp;nbsp;com.facebook.presto.jdbc.PrestoDriver&lt;/P&gt; 
&lt;P&gt;Username --&amp;gt; &amp;lt;my_username&amp;gt;&lt;/P&gt; 
&lt;P&gt;Password --&amp;gt; &amp;lt;my_password&amp;gt;&lt;/P&gt; 
&lt;P&gt;Mapping file --&amp;gt; Mapping Hive&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I click on Test Connection, I get the following error:&lt;/P&gt; 
&lt;P&gt;"&lt;STRONG&gt;Unrecognized connection property 'allowLocalInfile'&lt;/STRONG&gt;"&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2019-08-06 at 16.04.48.png" style="width: 514px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Rd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142836iAD0F8C0CA6A3B006/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Rd.png" alt="0683p000009M7Rd.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the log file there is not much information..&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;!ENTRY org.talend.platform.logging 4 0 2019-08-06 15:45:08.251
!MESSAGE 2019-08-06 15:45:08,249 ERROR org.talend.components.jdbc.tjdbcinput.TJDBCInputProperties  - failed to retrieve the schema :

!STACK 0
org.talend.components.api.exception.ComponentException: SQL_ERROR:{message=Unrecognized connection property 'allowLocalInfile'}
	at org.talend.components.jdbc.CommonUtils.newComponentException(CommonUtils.java:588)
	at org.talend.components.jdbc.runtime.JDBCSourceOrSink.getSchemaFromQuery(JDBCSourceOrSink.java:207)
	at org.talend.components.jdbc.tjdbcinput.TJDBCInputProperties.afterFetchSchemaFromQuery(TJDBCInputProperties.java:266)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.talend.daikon.properties.PropertiesDynamicMethodHelper.doInvoke(PropertiesDynamicMethodHelper.java:105)
	at org.talend.daikon.properties.PropertiesDynamicMethodHelper.afterProperty(PropertiesDynamicMethodHelper.java:234)
	at org.talend.daikon.properties.service.PropertiesServiceImpl.afterProperty(PropertiesServiceImpl.java:93)
	at org.talend.components.api.service.internal.osgi.ComponentServiceOsgi.afterProperty(ComponentServiceOsgi.java:142)
	at org.talend.designer.core.generic.model.GenericElementParameter$5.doWork(GenericElementParameter.java:324)
	at org.talend.designer.core.generic.model.GenericElementParameter$ComponentServiceCaller.call(GenericElementParameter.java:471)
	at org.talend.designer.core.generic.model.GenericElementParameter.callAfter(GenericElementParameter.java:337)
	at org.talend.designer.core.generic.model.GenericElementParameter.setValue(GenericElementParameter.java:151)
	at org.talend.designer.core.ui.editor.nodes.Node.setPropertyValue(Node.java:1979)
	at org.talend.designer.core.ui.editor.cmd.PropertyChangeCommand.execute(PropertyChangeCommand.java:260)
	at org.eclipse.gef.commands.CommandStack.execute(CommandStack.java:228)
	at org.talend.designer.core.ui.editor.properties.controllers.AbstractElementPropertySectionController.executeCommand(AbstractElementPropertySectionController.java:1191)
	at org.talend.designer.core.generic.controller.ButtonController.access$0(ButtonController.java:1)
	at org.talend.designer.core.generic.controller.ButtonController$1.widgetSelected(ButtonController.java:171)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4319)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4143)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3760)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
	at org.talend.rcp.intro.Application.start(Application.java:277)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
Caused by: java.sql.SQLException: Unrecognized connection property 'allowLocalInfile'
	at com.facebook.presto.jdbc.PrestoDriverUri.validateConnectionProperties(PrestoDriverUri.java:316)
	at com.facebook.presto.jdbc.PrestoDriverUri.&amp;lt;init&amp;gt;(PrestoDriverUri.java:95)
	at com.facebook.presto.jdbc.PrestoDriverUri.&amp;lt;init&amp;gt;(PrestoDriverUri.java:85)
	at com.facebook.presto.jdbc.PrestoDriver.connect(PrestoDriver.java:85)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:208)
	at org.talend.components.jdbc.runtime.JdbcRuntimeUtils.createConnection(JdbcRuntimeUtils.java:77)
	at org.talend.components.jdbc.runtime.JdbcRuntimeUtils.createConnectionOrGetFromSharedConnectionPoolOrDataSource(JdbcRuntimeUtils.java:206)
	at org.talend.components.jdbc.runtime.JDBCSource.connect(JDBCSource.java:68)
	at org.talend.components.jdbc.runtime.JDBCSourceOrSink.getSchemaFromQuery(JDBCSourceOrSink.java:199)
	... 49 more&lt;/PRE&gt; 
&lt;P&gt;Does anyone know what this particular error means?&lt;/P&gt; 
&lt;P&gt;I did not find any useful information on the Community site.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help is much appreciated!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Alessandro&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273338#M50350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Presto JDBC connection configuration in Talend Open Studio for Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273339#M50351</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;We haven't met this error before.Does it need to enable &lt;CODE style="background-color: #eff0f1; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; box-sizing: inherit; font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; white-space: pre-wrap; padding: 1px 5px 1px 5px; margin: 0px; border: 0px none currentColor;"&gt;LOAD DATA LOCAL INFILE&lt;/CODE&gt;in your Presto?&lt;/P&gt; 
&lt;DIV class="votecell post-layout--left" style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; box-sizing: inherit; color: #242729; flex-grow: 0; font-family: inherit; font-size: 100%; font-size-adjust: none; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; grid-column-end: auto; grid-column-start: 1; letter-spacing: normal; line-height: inherit; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: top; -webkit-text-stroke-width: 0px; white-space: normal; width: auto; word-spacing: 0px; padding: 0px 15px 0px 0px; margin: 0px; border: 0px none currentColor;"&gt; 
 &lt;DIV class="js-voting-container grid fd-column ai-stretch gs4 fc-black-200" style="align-items: stretch; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; box-sizing: inherit; color: #bbc0c4; display: flex; flex-direction: column; font-family: inherit; font-size: 100%; font-size-adjust: none; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; vertical-align: baseline; padding: 0px; margin: -2px; border: 0px none currentColor;" data-post-id="48751"&gt;
   &amp;nbsp; 
 &lt;/DIV&gt; 
&lt;/DIV&gt; 
&lt;DIV class="postcell post-layout--right" style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; box-sizing: inherit; color: #242729; flex-shrink: 1; font-family: inherit; font-size: 100%; font-size-adjust: none; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; grid-column-end: auto; grid-column-start: 2; letter-spacing: normal; line-height: inherit; min-width: 0px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: top; -webkit-text-stroke-width: 0px; white-space: normal; width: auto; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none currentColor;"&gt; 
 &lt;DIV class="post-text" style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; box-sizing: inherit; font-family: Arial,&amp;amp;quot; helvetica neue&amp;amp;quot;,helvetica,sans-serif; font-size: 15px; font-size-adjust: none; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: 1.3; overflow-wrap: break-word; vertical-align: baseline; width: 100%; padding: 0px; margin: 0px 0px 5px 0px; border: 0px none currentColor;"&gt; 
  &lt;P&gt;Are you able to connect your Presto cluster (v. 0.206) hosted on AWS through client without using talend tool?&lt;/P&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 10:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273339#M50351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T10:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Presto JDBC connection configuration in Talend Open Studio for Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273340#M50352</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There's no such option LOAD DATA LOCAL INFILE in Presto as far as I know.&lt;BR /&gt;&lt;BR /&gt;I'm able to connect to Presto with DBeaver SQL Client, with Python and many&lt;BR /&gt;other tools.&lt;BR /&gt;Actually, Talend Open Studio for Big Data is the only one giving this&lt;BR /&gt;problem.&lt;BR /&gt;&lt;BR /&gt;It is quite strange because it allows us to browse schemas and tables, but&lt;BR /&gt;it is not able to fetch tables metadata, thus it is not possible to create&lt;BR /&gt;a fully working job.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alessandro&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2019 11:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273340#M50352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T11:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Presto JDBC connection configuration in Talend Open Studio for Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273341#M50353</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQDTAA4"&gt;@alollo&lt;/A&gt;&amp;nbsp; were you able to resolve it?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 07:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273341#M50353</guid>
      <dc:creator>Sujay1</dc:creator>
      <dc:date>2019-09-17T07:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Presto JDBC connection configuration in Talend Open Studio for Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273342#M50354</link>
      <description>Nope... 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 27 Sep 2019 17:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273342#M50354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-27T17:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Presto JDBC connection configuration in Talend Open Studio for Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273343#M50355</link>
      <description>&lt;P&gt;I think the problem is in driver&lt;/P&gt;&lt;P&gt;It works with 163, and don't work with 193 driver version for me&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 14:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Presto-JDBC-connection-configuration-in-Talend-Open-Studio-for/m-p/2273343#M50355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-14T14:51:47Z</dc:date>
    </item>
  </channel>
</rss>

