<?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: Why the SFTP ingest doesn't work? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4429#M1158</link>
    <description>&lt;P&gt;@Debayan Mukherjee​&amp;nbsp;Hi, I don't know if you got my reply so i am bouncing my message to you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2023 11:03:30 GMT</pubDate>
    <dc:creator>eyalo</dc:creator>
    <dc:date>2023-05-22T11:03:30Z</dc:date>
    <item>
      <title>Why the SFTP ingest doesn't work?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4426#M1155</link>
      <description>&lt;P&gt;Hi, I did the following code but it seems like the cluster is running for a long period of time and then stops without any results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached my following code: (I used 'com.springml.spark.sftp' library and install it as Maven)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i whitelisted my local machine's IP on the SFTP server. Pherhaps there is another whitlisting to do in case the databricks engine running on different IP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appriciate any help here, Even an alternative solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/211i441C44B8922A91AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 12:06:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4426#M1155</guid>
      <dc:creator>eyalo</dc:creator>
      <dc:date>2023-05-14T12:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why the SFTP ingest doesn't work?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4428#M1157</link>
      <description>&lt;P&gt;Hi @Debayan Mukherjee​&amp;nbsp;, thanks for your reply.&lt;/P&gt;&lt;P&gt;After restarting my cluster i got the following error: 'java.lang.NoClassDefFoundError: scala/Product$class'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i understand, It seeme like it doesn't recognize my class even-though i installed it to my cluster's libraries:&lt;/P&gt;&lt;P&gt;com.springml:spark-sftp_2.10:1.0.2&lt;/P&gt;&lt;P&gt;com.springml:spark-sftp_2.11:1.1.3&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/215iD4A6D5D39B4665BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know what could be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI - I did it based on this documentation: &lt;A href="https://github.com/springml/spark-sftp" alt="https://github.com/springml/spark-sftp" target="_blank"&gt;https://github.com/springml/spark-sftp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 07:33:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4428#M1157</guid>
      <dc:creator>eyalo</dc:creator>
      <dc:date>2023-05-17T07:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why the SFTP ingest doesn't work?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4429#M1158</link>
      <description>&lt;P&gt;@Debayan Mukherjee​&amp;nbsp;Hi, I don't know if you got my reply so i am bouncing my message to you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 11:03:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4429#M1158</guid>
      <dc:creator>eyalo</dc:creator>
      <dc:date>2023-05-22T11:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why the SFTP ingest doesn't work?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4431#M1160</link>
      <description>&lt;P&gt;Hi @Debayan Mukherjee​&amp;nbsp;, Certainly. After i checked it seems like the library com.springml:spark-sftp_2.11:1.1.3 doesn't support my cluster's runtime version (11.3 LTS (includes Apache Spark 3.3.0, Scala 2.12) but i coun't upgdate newer version for this library so perhaps that's why it didn't work. &lt;/P&gt;&lt;P&gt;Either way, I will raise a ticket. thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 07:00:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4431#M1160</guid>
      <dc:creator>eyalo</dc:creator>
      <dc:date>2023-05-30T07:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why the SFTP ingest doesn't work?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4427#M1156</link>
      <description>&lt;P&gt;Hi, Could you please update the error here?&lt;/P&gt;&lt;P&gt;Please tag&amp;nbsp;&lt;A href="https://community.databricks.com/s/profile/0053f000000WWwvAAG" alt="https://community.databricks.com/s/profile/0053f000000WWwvAAG" target="_blank"&gt;@Debayan&lt;/A&gt;​&amp;nbsp;with your next comment so that I will get notified. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 16:29:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4427#M1156</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-05-15T16:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why the SFTP ingest doesn't work?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4430#M1159</link>
      <description>&lt;P&gt;Hi, Sorry for the delay! I think the issue can surface due to various reasons. We can investigate the whole cluster and triage on this. Could you please raise a supportcase with us so that we can continue the investigation? &lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 06:14:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4430#M1159</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-05-30T06:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why the SFTP ingest doesn't work?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4432#M1161</link>
      <description>&lt;P&gt;@Eyal Ozeri​&amp;nbsp;. DBR version can be the issue here. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 07:01:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-the-sftp-ingest-doesn-t-work/m-p/4432#M1161</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-06-05T07:01:13Z</dc:date>
    </item>
  </channel>
</rss>

