<?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 sql command in SparkR in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3733557#M1217</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm following along with the SparkR demo for Fabric notebooks that's on the microsoft website here:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-science/r-use-sparkr" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/data-science/r-use-sparkr&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, when I try to run any of the sql commands in a cell, instead of actually processing the command my notebook seems to just print out the SQL statement.&amp;nbsp;Any ideas what I might be doing wrong?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 12:37:33 GMT</pubDate>
    <dc:creator>bosho</dc:creator>
    <dc:date>2024-02-29T12:37:33Z</dc:date>
    <item>
      <title>sql command in SparkR</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3733557#M1217</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm following along with the SparkR demo for Fabric notebooks that's on the microsoft website here:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-science/r-use-sparkr" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/data-science/r-use-sparkr&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, when I try to run any of the sql commands in a cell, instead of actually processing the command my notebook seems to just print out the SQL statement.&amp;nbsp;Any ideas what I might be doing wrong?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 12:37:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3733557#M1217</guid>
      <dc:creator>bosho</dc:creator>
      <dc:date>2024-02-29T12:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: sql command in SparkR</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3734711#M1218</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/694030"&gt;@bosho&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you please share the test code which you are running ?&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;Himanshu&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 21:52:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3734711#M1218</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2024-02-29T21:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: sql command in SparkR</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736039#M1219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/694030"&gt;@bosho&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you use the SQL command like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sqlquery &amp;lt;- sql("SELECT * FROM TABLE")&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 01 Mar 2024 10:02:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736039#M1219</guid>
      <dc:creator>govindarajan_d</dc:creator>
      <dc:date>2024-03-01T10:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: sql command in SparkR</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736124#M1220</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/694030"&gt;@bosho&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;I cannot find issue while I am executing the below code -&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vgchennamsft_0-1709290897676.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1052490iB8605F7589EA40D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vgchennamsft_0-1709290897676.png" alt="vgchennamsft_0-1709290897676.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Can you please share your test code so I can guide you better?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 11:02:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736124#M1220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T11:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: sql command in SparkR</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736129#M1221</link>
      <description>&lt;P&gt;Thanks for the quick responses. Yes trying it again today I don't seem to be able to replicate the issue, and I see what you're seeing. Previously it was just printing the SQL code back but today I'm getting what you're getting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 11:06:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736129#M1221</guid>
      <dc:creator>bosho</dc:creator>
      <dc:date>2024-03-01T11:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: sql command in SparkR</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736142#M1222</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/694030"&gt;@bosho&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know that you no longer see the issue. Please continue using Fabric Community for your further queries.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 11:08:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736142#M1222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T11:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: sql command in SparkR</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736562#M1223</link>
      <description>&lt;P&gt;Have since seen it's beecause I had loaded tidyverse in that notebook to work on some R stuff, and dplyr's sql() command seems to mask SparkR's. Think that's why it wasn't executing it on my spark dataframe.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 15:12:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/sql-command-in-SparkR/m-p/3736562#M1223</guid>
      <dc:creator>bosho</dc:creator>
      <dc:date>2024-03-01T15:12:04Z</dc:date>
    </item>
  </channel>
</rss>

