<?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 Custom library import fails randomly with error: not found: value it in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15198#M9555</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an issue with the import of a custom library, in Azure Databricks.&lt;/P&gt;&lt;P&gt;(roughly) 95% of the times it works fine, but sometimes it fails.&lt;/P&gt;&lt;P&gt;I searched the internet and this community with no luck, so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a scala library in a scala notebook, and its import command is just like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;import it.foo.bar.MyClass&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It works fine, usually; sometimes, with no reason (that I can think of) it fails like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;command-261888690252589:1: error: not found: value it&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If I rerun the very same activity, it works fine.&lt;/P&gt;&lt;P&gt;Do you have any idea why this happens, or how I could investigate it further?&lt;/P&gt;&lt;P&gt;Several such import commands might run at the same time (in parallel, in Azure Data Factory), I don't know if this might cause some trouble.&lt;/P&gt;&lt;P&gt;I could set some retry mechanism, but I would like to understand what exactly is going on here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nk&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 09:09:09 GMT</pubDate>
    <dc:creator>nk76</dc:creator>
    <dc:date>2022-07-01T09:09:09Z</dc:date>
    <item>
      <title>Custom library import fails randomly with error: not found: value it</title>
      <link>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15198#M9555</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an issue with the import of a custom library, in Azure Databricks.&lt;/P&gt;&lt;P&gt;(roughly) 95% of the times it works fine, but sometimes it fails.&lt;/P&gt;&lt;P&gt;I searched the internet and this community with no luck, so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a scala library in a scala notebook, and its import command is just like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;import it.foo.bar.MyClass&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It works fine, usually; sometimes, with no reason (that I can think of) it fails like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;command-261888690252589:1: error: not found: value it&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If I rerun the very same activity, it works fine.&lt;/P&gt;&lt;P&gt;Do you have any idea why this happens, or how I could investigate it further?&lt;/P&gt;&lt;P&gt;Several such import commands might run at the same time (in parallel, in Azure Data Factory), I don't know if this might cause some trouble.&lt;/P&gt;&lt;P&gt;I could set some retry mechanism, but I would like to understand what exactly is going on here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nk&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 09:09:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15198#M9555</guid>
      <dc:creator>nk76</dc:creator>
      <dc:date>2022-07-01T09:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom library import fails randomly with error: not found: value it</title>
      <link>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15199#M9556</link>
      <description>&lt;P&gt;Hi @Nk 76​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share more details please? what us the error stack trace? how to repro this issue? do you have any extra spark settings on your cluster?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 17:08:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15199#M9556</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-07-05T17:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom library import fails randomly with error: not found: value it</title>
      <link>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15201#M9558</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I checked but I can see no stack trace. The notebook just says:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;command-261888690252589:1: error: not found: value it
import it.foo.bar.aaaa&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The error cannot be reproduced, it seems to happen randomly.&lt;/P&gt;&lt;P&gt;I have no extra settings on the Cluster.&lt;/P&gt;&lt;P&gt;I would like to share more details, but I have none, unfortunately.&lt;/P&gt;&lt;P&gt;The Cluster only shows logs of the last few days, and that one is gone, I'm afraid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 07:08:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15201#M9558</guid>
      <dc:creator>nk76</dc:creator>
      <dc:date>2022-07-08T07:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom library import fails randomly with error: not found: value it</title>
      <link>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15202#M9559</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp;, @Jose Gonzalez​&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem has not occurred anymore, for now;&lt;/P&gt;&lt;P&gt;I am afraid I have no further details, there is no stack trace and the issue is not replicable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 10:31:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15202#M9559</guid>
      <dc:creator>nk76</dc:creator>
      <dc:date>2022-07-13T10:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom library import fails randomly with error: not found: value it</title>
      <link>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15204#M9561</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;yes, I mean that I don't have that problem right now, but as I said it happens once in a while, in a (seemingly) random fashion.&lt;/P&gt;&lt;P&gt;So it might happen again tomorrow, or in 1 week, or whenever.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 11:03:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15204#M9561</guid>
      <dc:creator>nk76</dc:creator>
      <dc:date>2022-07-13T11:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom library import fails randomly with error: not found: value it</title>
      <link>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15206#M9563</link>
      <description>&lt;P&gt;The retention period is 30 days. Do you have any recent job failure? &lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 23:41:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15206#M9563</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-09-01T23:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom library import fails randomly with error: not found: value it</title>
      <link>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15207#M9564</link>
      <description>&lt;P&gt;Hello Jose,&lt;/P&gt;&lt;P&gt;thanks for your concern.&lt;/P&gt;&lt;P&gt;No, no more job failures occurred; when it does, I will gather all possible log messages and share it here, to see if it helps.&lt;/P&gt;&lt;P&gt;I cannot consider the problem solved, until I figure out why this happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Niki&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 12:43:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15207#M9564</guid>
      <dc:creator>nk76</dc:creator>
      <dc:date>2022-09-02T12:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom library import fails randomly with error: not found: value it</title>
      <link>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15209#M9566</link>
      <description>&lt;P&gt;Even I also encountered the same error. While Importing a file getting an error as "Import failed with error: Could not deserialize: Exceeded 16777216 bytes (current = 16778609)"&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/1759iB97618192EB9C6CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;﻿&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 01:49:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/custom-library-import-fails-randomly-with-error-not-found-value/m-p/15209#M9566</guid>
      <dc:creator>Naskar</dc:creator>
      <dc:date>2022-12-06T01:49:46Z</dc:date>
    </item>
  </channel>
</rss>

