<?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 Getting &amp;quot;java.io.FileNotFoundException&amp;quot; when I'm trying to use wildcard character in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14104#M8655</link>
    <description>&lt;P&gt;Though there are parquet files in the folder which I'm trying to query, I'm getting FileNotFoundException. Please Let me know if there is any issue in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 31 Dec 2022 05:32:56 GMT</pubDate>
    <dc:creator>Varshith</dc:creator>
    <dc:date>2022-12-31T05:32:56Z</dc:date>
    <item>
      <title>Getting "java.io.FileNotFoundException" when I'm trying to use wildcard character</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14104#M8655</link>
      <description>&lt;P&gt;Though there are parquet files in the folder which I'm trying to query, I'm getting FileNotFoundException. Please Let me know if there is any issue in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 31 Dec 2022 05:32:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14104#M8655</guid>
      <dc:creator>Varshith</dc:creator>
      <dc:date>2022-12-31T05:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "java.io.FileNotFoundException" when I'm trying to use wildcard character</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14105#M8656</link>
      <description>&lt;P&gt;@Varshith K​&amp;nbsp; the actual path is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/dbfs/user/hive/warehouse/a/*.parquet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;/user/hive/warehouse/a/*.parquet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check both and I am pretty sure that 1st one will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please select this answer as best answer if it resolved your issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aviral Bhardwaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 08:02:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14105#M8656</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2023-01-01T08:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "java.io.FileNotFoundException" when I'm trying to use wildcard character</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14106#M8657</link>
      <description>&lt;P&gt;@Aviral Bhardwaj​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Aviral,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually when I'm giving  "dbfs:/user/hive/warehouse/a/" or "/user/hive/warehouse/a/" as path then there is no issue, but when I'm trying to use wildcard character to find the parquet files in that folder then it is throwing error. Please refer to the attached screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varshith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 08:31:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14106#M8657</guid>
      <dc:creator>Varshith</dc:creator>
      <dc:date>2023-01-01T08:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "java.io.FileNotFoundException" when I'm trying to use wildcard character</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14107#M8658</link>
      <description>&lt;P&gt;Hey @Varshith K​&amp;nbsp; Connect with me at &lt;A href="https://www.linkedin.com/in/aviralb/" target="test_blank"&gt;https://www.linkedin.com/in/aviralb/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we will set up a meeting link and I will try to help you&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 09:22:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14107#M8658</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2023-01-01T09:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "java.io.FileNotFoundException" when I'm trying to use wildcard character</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14108#M8659</link>
      <description>&lt;P&gt;alternatively you can use this as shell command. This will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%sh
&amp;nbsp;
ls /dbfs/mnt/mountpoint/path/to/raw/*.parquet&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 14:02:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-quot-java-io-filenotfoundexception-quot-when-i-m-trying/m-p/14108#M8659</guid>
      <dc:creator>ramravi</dc:creator>
      <dc:date>2023-01-02T14:02:14Z</dc:date>
    </item>
  </channel>
</rss>

