<?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: Databricks rbase container: Rstudio doesn´t work in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15450#M9774</link>
    <description>&lt;P&gt;Thank you Kaniz! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Sep 2021 12:44:04 GMT</pubDate>
    <dc:creator>francescocamuss</dc:creator>
    <dc:date>2021-09-15T12:44:04Z</dc:date>
    <item>
      <title>Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15448#M9772</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you? I hope you are doing well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m trying to use a databrick´s image (link: &lt;A href="https://github.com/databricks/containers/tree/master/ubuntu/R" alt="https://github.com/databricks/containers/tree/master/ubuntu/R" target="_blank"&gt;containers/ubuntu/R at master · databricks/containers (github.com)&lt;/A&gt;) to run a container when starting a cluster. I need that Rstudio is installed on the container. Although the cluster starts just fine, I can´t acces to Rstudio:&lt;span class="lia-inline-image-display-wrapper" image-alt="1"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2424i6ADFD2FEF2D39960/image-size/large?v=v2&amp;amp;px=999" role="button" title="1" alt="1" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that I am meeting the requirements: I disabled table access control, automatic termination, or credential passthrough and I am running the init script specified on the &lt;A href="http://README.md" alt="http://README.md" target="_blank"&gt;README.md&lt;/A&gt; file on github.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2445iF9AE15F2CD5BDAB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2" alt="2" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2427i0CF0D6D403E72280/image-size/large?v=v2&amp;amp;px=999" role="button" title="3" alt="3" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2439i65838C4BC0C58423/image-size/large?v=v2&amp;amp;px=999" role="button" title="5" alt="5" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="4"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2428iCDEB957F23AA358F/image-size/large?v=v2&amp;amp;px=999" role="button" title="4" alt="4" /&gt;&lt;/span&gt;Can you help me? Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 18:00:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15448#M9772</guid>
      <dc:creator>francescocamuss</dc:creator>
      <dc:date>2021-09-14T18:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15450#M9774</link>
      <description>&lt;P&gt;Thank you Kaniz! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 12:44:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15450#M9774</guid>
      <dc:creator>francescocamuss</dc:creator>
      <dc:date>2021-09-15T12:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15451#M9775</link>
      <description>&lt;P&gt;@Francesco Camussoni​&amp;nbsp; : have you tried steps here: &lt;A href="https://docs.databricks.com/spark/latest/sparkr/rstudio.html" target="test_blank"&gt;https://docs.databricks.com/spark/latest/sparkr/rstudio.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script you have shared, I see you are directly using RSTUDIO_BIN , but I do not see any place where you have downloaded and installed rstudio (required)&lt;/P&gt;&lt;P&gt;To check the result of the init script , enable logging on the cluster, that way you can see the stdout and stderr of the init script from all nodes (note that since $DB_IS_DRIVER is used, the script is expected to run fine only on the driver node and the worker nodes will report failure, this is expected so when you enable logging on the cluster, if you see error that says DB_IS_DRIVER is missing, that just means you are checking worker node log)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 07:56:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15451#M9775</guid>
      <dc:creator>User16873042947</dc:creator>
      <dc:date>2021-09-20T07:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15452#M9776</link>
      <description>&lt;P&gt;Hi noob, rstudio is installed on the Dockerfile, in fact, the init script I used is specified on databrick's github: &lt;A href="https://github.com/databricks/containers/tree/master/ubuntu/R" alt="https://github.com/databricks/containers/tree/master/ubuntu/R" target="_blank"&gt;containers/ubuntu/R at master · databricks/containers (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 17:43:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15452#M9776</guid>
      <dc:creator>francescocamuss</dc:creator>
      <dc:date>2021-10-25T17:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15453#M9777</link>
      <description>&lt;P&gt;hi @Francesco Camussoni​&amp;nbsp;I tested this with the rbase image and yes, I don't see the Rstudio enabled for the cluster.&lt;/P&gt;&lt;P&gt;However, I have built an image that works perfectly with Rstudio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prabakar2610/rbase14:v2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this image with the init script that you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the dockerfile in Github&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/prabakar2610/Databricks/blob/master/dockerfile" target="test_blank"&gt;https://github.com/prabakar2610/Databricks/blob/master/dockerfile&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 17:33:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15453#M9777</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-10T17:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15454#M9778</link>
      <description>&lt;P&gt;Hi @Prabakar Ammeappin​&amp;nbsp;, thank you a lot for your help! Can you tell me what did you do to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As you said, Rstudio works perfectly but I see that it doesn't work on notebooks, do you know why?&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2456i1588B85945956776/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 17:56:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15454#M9778</guid>
      <dc:creator>francescocamuss</dc:creator>
      <dc:date>2021-11-10T17:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15455#M9779</link>
      <description>&lt;P&gt;Hi @Francesco Camussoni​&amp;nbsp;, I built the image considering the Rstudio app. To use the same image to run commands from a notebook, I might need to add packages that are required to run R commands from the notebook. Let me try to build the image during this week that supports running commands in the notebook as well. &lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 18:11:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15455#M9779</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-10T18:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15456#M9780</link>
      <description>&lt;P&gt;Thank you a lot! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 18:17:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15456#M9780</guid>
      <dc:creator>francescocamuss</dc:creator>
      <dc:date>2021-11-10T18:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15457#M9781</link>
      <description>&lt;P&gt;Hi @Francesco Camussoni​&amp;nbsp;apologies for the delay. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the working image &lt;A href="https://hub.docker.com/layers/177828246/prabakar2610/rbase14/v3/images/sha256-d31c1e4795667e908ffe97679d00ab7cb16e6d02c8872745a3aa0922868e5f10?context=repo" alt="https://hub.docker.com/layers/177828246/prabakar2610/rbase14/v3/images/sha256-d31c1e4795667e908ffe97679d00ab7cb16e6d02c8872745a3aa0922868e5f10?context=repo" target="_blank"&gt;prabakar2610/rbase14:v3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the &lt;A href="https://github.com/prabakar2610/Databricks/blob/master/dockerfile" alt="https://github.com/prabakar2610/Databricks/blob/master/dockerfile" target="_blank"&gt;dockerfile&lt;/A&gt; for the same.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 14:40:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15457#M9781</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-17T14:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15458#M9782</link>
      <description>&lt;P&gt;Hi @Francesco Camussoni​&amp;nbsp; I wanted to follow on this. Is this image working as expected? And were you able to build your own image using the dockerfile that I shared?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 17:52:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15458#M9782</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-24T17:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15459#M9783</link>
      <description>&lt;P&gt;If the issue is resolved would you be happy to mark the answer as best so that others can quickly find the solution in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 17:53:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15459#M9783</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-24T17:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15460#M9784</link>
      <description>&lt;P&gt;Hello @Prabakar Ammeappin​&amp;nbsp;, it worked just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 19:07:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15460#M9784</guid>
      <dc:creator>francescocamuss</dc:creator>
      <dc:date>2021-11-24T19:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks rbase container: Rstudio doesn´t work</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15461#M9785</link>
      <description>&lt;P&gt;Hello @Francesco Camussoni​&amp;nbsp;Thank you for the confirmation. It would be great if you could mark it as the Best Answer, so the question will be marked as answered and will go on top of the search and benefit other users.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 20:33:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-rbase-container-rstudio-doesn-t-work/m-p/15461#M9785</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-24T20:33:33Z</dc:date>
    </item>
  </channel>
</rss>

