<?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: Installing Bazel on databricks cluster in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6034#M2286</link>
    <description>&lt;P&gt;Hi Found this github repo talking about rules &lt;A href="https://github.com/acqio/rules_databricks" target="test_blank"&gt;https://github.com/acqio/rules_databricks&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 07:51:34 GMT</pubDate>
    <dc:creator>Avinash_94</dc:creator>
    <dc:date>2023-04-14T07:51:34Z</dc:date>
    <item>
      <title>Installing Bazel on databricks cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6031#M2283</link>
      <description>&lt;P&gt;I am new to azure databricks and I want to install a library on a cluster and to do that I need to install bazel build tool first.&lt;/P&gt;&lt;P&gt;I checked the site&amp;nbsp;&lt;A href="https://bazel.build/install" alt="https://bazel.build/install" target="_blank"&gt;bazel&lt;/A&gt;&amp;nbsp;but I am still not sure how to do it in databricks?&lt;/P&gt;&lt;P&gt;I appriciate if any can help me and write me some steps&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 06:35:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6031#M2283</guid>
      <dc:creator>JGil</dc:creator>
      <dc:date>2023-04-12T06:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Bazel on databricks cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6032#M2284</link>
      <description>&lt;P&gt;Databricks&amp;nbsp;&lt;A href="http://www.youtube.com/watch?v=wCkqtM44BvU&amp;amp;t=12m28s" alt="http://www.youtube.com/watch?v=wCkqtM44BvU&amp;amp;t=12m28s" target="_blank"&gt;migrated&lt;/A&gt;&amp;nbsp;over from the standard&amp;nbsp;&lt;A href="https://www.scala-sbt.org/" alt="https://www.scala-sbt.org/" target="_blank"&gt;Scala Build Tool&lt;/A&gt;&amp;nbsp;(SBT) to using&amp;nbsp;&lt;A href="https://bazel.build/" alt="https://bazel.build/" target="_blank"&gt;Bazel&lt;/A&gt;&amp;nbsp;to build, test and deploy our Scala code.&amp;nbsp;Follow this doc &lt;A href="https://www.databricks.com/blog/2019/02/27/speedy-scala-builds-with-bazel-at-databricks.html" target="test_blank"&gt;https://www.databricks.com/blog/2019/02/27/speedy-scala-builds-with-bazel-at-databricks.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 07:25:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6032#M2284</guid>
      <dc:creator>Avinash_94</dc:creator>
      <dc:date>2023-04-14T07:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Bazel on databricks cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6033#M2285</link>
      <description>&lt;P&gt;Thanks, I read this article but I am still not sure how to make use of it. The original aim is to install &lt;A href="https://github.com/google/trimmed_match" alt="https://github.com/google/trimmed_match" target="_blank"&gt;library &lt;/A&gt;which explicitly mentioned the requirement to install first bazel. The article just explain how to use bazel without pointing how to install it or build it. Any more assistance , appriciate it&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 07:41:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6033#M2285</guid>
      <dc:creator>JGil</dc:creator>
      <dc:date>2023-04-14T07:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Bazel on databricks cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6034#M2286</link>
      <description>&lt;P&gt;Hi Found this github repo talking about rules &lt;A href="https://github.com/acqio/rules_databricks" target="test_blank"&gt;https://github.com/acqio/rules_databricks&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 07:51:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6034#M2286</guid>
      <dc:creator>Avinash_94</dc:creator>
      <dc:date>2023-04-14T07:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Bazel on databricks cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6035#M2287</link>
      <description>&lt;P&gt;Thanks, but isn't this repo also assume that bazel is installed?&lt;/P&gt;&lt;P&gt;I am saying this because of the second step in the link &lt;/P&gt;&lt;P&gt;"Add the flag&amp;nbsp; --build_python_zip&amp;nbsp;following to your&amp;nbsp;bazelrc&amp;nbsp;to create a python executable zip: "&lt;/P&gt;&lt;P&gt;so it assume i have bazelrc&amp;nbsp;! ?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 08:39:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6035#M2287</guid>
      <dc:creator>JGil</dc:creator>
      <dc:date>2023-04-14T08:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Bazel on databricks cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6036#M2288</link>
      <description>&lt;P&gt;I think we are looking at it wrong i think bezel need to be installed in a separate linux vm and then execute after configuring databricks cli on VM as it ask in authentication section. Post we are able to interact with databricks cluster via cli we can install libraries using this &lt;A href="https://github.com/acqio/rules_databricks/blob/master/docs/dbk_libraries.md" target="test_blank"&gt;https://github.com/acqio/rules_databricks/blob/master/docs/dbk_libraries.md&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 09:13:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/installing-bazel-on-databricks-cluster/m-p/6036#M2288</guid>
      <dc:creator>Avinash_94</dc:creator>
      <dc:date>2023-04-14T09:13:40Z</dc:date>
    </item>
  </channel>
</rss>

