<?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: Support for AWS Athena in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Support-for-AWS-Athena/m-p/2298733#M71158</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This feature is available in talend subscription solution.&lt;/P&gt;&lt;P&gt; From Studio, on the menu bar, select File &amp;gt; Edit Project Properties &amp;gt; Log4j &amp;gt; then select the Activate log4j in components check box to enabled the log4j option in your studio.&lt;/P&gt;&lt;P&gt;Let us know if you can do it.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 04:46:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-03T04:46:33Z</dc:date>
    <item>
      <title>Support for AWS Athena</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Support-for-AWS-Athena/m-p/2298730#M71155</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Following the direction in Talend help, I can connect to AWS Athena and run queries.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/36FNvH4mND6uL3cKKzTU~w/2xTGZdvfowaLAOwQTtkNmA" alt="https://help.talend.com/reader/36FNvH4mND6uL3cKKzTU~w/2xTGZdvfowaLAOwQTtkNmA" target="_blank"&gt;https://help.talend.com/reader/36FNvH4mND6uL3cKKzTU~w/2xTGZdvfowaLAOwQTtkNmA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A few concerns that I hope someone may be able to answer:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;There is a conflict using both Talend's S3 components and the Simba driver in the same job with the AWS Basic Credentials signing. Is a way round this other than using child jobs (independant java processes)?&lt;/LI&gt;&lt;LI&gt;Is the driver supported and maintained and if (1) above is an issue - to whom should I address my concerns, Simba, Talend, AWS? I would be loathe to put an unsupported driver into a production environment.&lt;/LI&gt;&lt;LI&gt;No matter how I configure log4j I cannot get an appender working for this component - is this because of a mismatch between log4j and log4j2? I have seen an unanswered forum question already related to this.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;I&gt; log4j:WARN No appenders could be found for logger (com.simba.athena.amazonaws.AmazonWebServiceClient).&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt; log4j:WARN Please initialize the log4j system properly.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt; log4j:WARN See &lt;/I&gt;&lt;A href="http://logging.apache.org/log4j/1.2/faq.html#noconfig" alt="http://logging.apache.org/log4j/1.2/faq.html#noconfig" target="_blank"&gt;&lt;I&gt;http://logging.apache.org/log4j/1.2/faq.html#noconfig&lt;/I&gt;&lt;/A&gt;&lt;I&gt; for more info&lt;/I&gt;.&lt;/P&gt;&lt;P&gt;Apologies if these seem trivial, but I do not have a Java background.&lt;/P&gt;&lt;P&gt;Many thanks for any suggestions&lt;/P&gt;&lt;P&gt;Stuart&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Support-for-AWS-Athena/m-p/2298730#M71155</guid>
      <dc:creator>stucas</dc:creator>
      <dc:date>2024-11-16T01:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Support for AWS Athena</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Support-for-AWS-Athena/m-p/2298731#M71156</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When you get the issue about log4j conflict with Athena JDBC driver&lt;/P&gt;&lt;P&gt;use AthenaJDBC41-1.1.0.jar, please see &lt;A href="https://docs.aws.amazon.com/zh_cn/athena/latest/ug/connect-with-previous-jdbc.html" alt="https://docs.aws.amazon.com/zh_cn/athena/latest/ug/connect-with-previous-jdbc.html" target="_blank"&gt;https://docs.aws.amazon.com/athena/latest/ug/connect-with-previous-jdbc.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and adjust url a little :"jdbc:awsathena://&lt;A href="http://athena.us-west-2.amazonaws.com" alt="http://athena.us-west-2.amazonaws.com" target="_blank"&gt;athena.us-west-2.amazonaws.com&lt;/A&gt;:443?s3_staging_dir=s3://aws-athena-query-results-062519970039-us-west-2/"&lt;/P&gt;&lt;P&gt;change the "443;s3" to "443?s3".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html" alt="https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html" target="_blank"&gt;https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 03:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Support-for-AWS-Athena/m-p/2298731#M71156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-19T03:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Support for AWS Athena</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Support-for-AWS-Athena/m-p/2298732#M71157</link>
      <description>&lt;P&gt;Thanks - will try that.&lt;/P&gt;&lt;P&gt;Any idea on logging part of the question?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 11:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Support-for-AWS-Athena/m-p/2298732#M71157</guid>
      <dc:creator>stucas</dc:creator>
      <dc:date>2020-10-29T11:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Support for AWS Athena</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Support-for-AWS-Athena/m-p/2298733#M71158</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This feature is available in talend subscription solution.&lt;/P&gt;&lt;P&gt; From Studio, on the menu bar, select File &amp;gt; Edit Project Properties &amp;gt; Log4j &amp;gt; then select the Activate log4j in components check box to enabled the log4j option in your studio.&lt;/P&gt;&lt;P&gt;Let us know if you can do it.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 04:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Support-for-AWS-Athena/m-p/2298733#M71158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-03T04:46:33Z</dc:date>
    </item>
  </channel>
</rss>

