<?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: How to add packages to Spark in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-packages-to-Spark/m-p/2537630#M148208</link>
    <description>&lt;P&gt;Just to make sure first that there isn't a typo, the property in the Spark configuration should be 'spark.jars.packages', where the jars is specified as plural.&lt;/P&gt;&lt;P&gt;If the JARS are not available to be installed as platform packages from Maven and instead need to be externally installed, it is always a good idea to have a folder available in your Talend workspace at the time of running the Job so Studio can locate the path to the JARS downloaded.&lt;/P&gt;&lt;P&gt;If the above don't work, you can also:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;In the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Basic settings&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;of your&amp;nbsp;&lt;/SPAN&gt;tSparkSubmit&lt;SPAN&gt;&amp;nbsp;(or equivalent) component, look for a field called&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Extra main classpath&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Additional Java Classpath&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Manually add the full path to the downloaded JAR files here. To get the JARs, you can use Maven to download them.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Mon, 01 Dec 2025 01:37:48 GMT</pubDate>
    <dc:creator>asin_artha</dc:creator>
    <dc:date>2025-12-01T01:37:48Z</dc:date>
    <item>
      <title>How to add packages to Spark</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-packages-to-Spark/m-p/2518283#M147563</link>
      <description>&lt;P&gt;Hello, i'm trying to setup a big data job and i need to add some packages to spark. I'm trying to create an Iceberg data lakehouse on S3 tables. Exactly i need to define the equivalent for the following:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;spark-shell \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;--packages org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.6.1,software.amazon.s3tables:s3-tables-catalog-for-iceberg-runtime:0.1.4 \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;--conf spark.sql.catalog.s3tablesbucket=org.apache.iceberg.spark.SparkCatalog \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;--conf spark.sql.catalog.s3tablesbucket.catalog-impl=software.amazon.s3tables.iceberg.S3TablesCatalog \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;--conf spark.sql.catalog.s3tablesbucket.warehouse=arn:aws:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-table-bucket \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;--conf spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I've tried to configure it in the spark configuration tab adding the property &lt;EM&gt;spark.jar.packages&lt;/EM&gt;&amp;nbsp; and i've added the respective modules in talend, but when i run the job those packages are missing anyway.&lt;BR /&gt;What's wrong? Is there something more or different i shall do?&lt;BR /&gt;&lt;BR /&gt;Indeed a request, why don't you provide full support to iceberg either in normal jobs?&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 06:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-packages-to-Spark/m-p/2518283#M147563</guid>
      <dc:creator>vintac</dc:creator>
      <dc:date>2025-05-20T06:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add packages to Spark</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-add-packages-to-Spark/m-p/2537630#M148208</link>
      <description>&lt;P&gt;Just to make sure first that there isn't a typo, the property in the Spark configuration should be 'spark.jars.packages', where the jars is specified as plural.&lt;/P&gt;&lt;P&gt;If the JARS are not available to be installed as platform packages from Maven and instead need to be externally installed, it is always a good idea to have a folder available in your Talend workspace at the time of running the Job so Studio can locate the path to the JARS downloaded.&lt;/P&gt;&lt;P&gt;If the above don't work, you can also:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;In the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Basic settings&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;of your&amp;nbsp;&lt;/SPAN&gt;tSparkSubmit&lt;SPAN&gt;&amp;nbsp;(or equivalent) component, look for a field called&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Extra main classpath&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Additional Java Classpath&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Manually add the full path to the downloaded JAR files here. To get the JARs, you can use Maven to download them.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 01 Dec 2025 01:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-add-packages-to-Spark/m-p/2537630#M148208</guid>
      <dc:creator>asin_artha</dc:creator>
      <dc:date>2025-12-01T01:37:48Z</dc:date>
    </item>
  </channel>
</rss>

