<?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 Questions on using Docker image with Databricks Container Service in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/questions-on-using-docker-image-with-databricks-container/m-p/21733#M14851</link>
    <description>&lt;P&gt;Specifically, we have in mind:&lt;/P&gt;&lt;P&gt;* Create a Databricks job for testing API changes (the API library is built in a custom Jar file)&lt;/P&gt;&lt;P&gt;* When we want to test an API change, build a Docker image with the relevant changes in a Jar file&lt;/P&gt;&lt;P&gt;* Update the job configuration to use the new Docker image&lt;/P&gt;&lt;P&gt;* Trigger the job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;My questions about this are:&lt;/B&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt; Where do we put custom Jar files when building the Docker image? I don’t see anything about it in the documentation (&lt;A href="https://docs.databricks.com/clusters/custom-containers.html" alt="https://docs.databricks.com/clusters/custom-containers.html" target="_blank"&gt;https://docs.databricks.com/clusters/custom-containers.html&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt; How do we update the job configuration so that the job’s cluster will be built with this new Docker image, and how long do we expect this re-configuring process to take?&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Tue, 22 Jun 2021 18:38:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-22T18:38:15Z</dc:date>
    <item>
      <title>Questions on using Docker image with Databricks Container Service</title>
      <link>https://community.databricks.com/t5/data-engineering/questions-on-using-docker-image-with-databricks-container/m-p/21733#M14851</link>
      <description>&lt;P&gt;Specifically, we have in mind:&lt;/P&gt;&lt;P&gt;* Create a Databricks job for testing API changes (the API library is built in a custom Jar file)&lt;/P&gt;&lt;P&gt;* When we want to test an API change, build a Docker image with the relevant changes in a Jar file&lt;/P&gt;&lt;P&gt;* Update the job configuration to use the new Docker image&lt;/P&gt;&lt;P&gt;* Trigger the job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;My questions about this are:&lt;/B&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt; Where do we put custom Jar files when building the Docker image? I don’t see anything about it in the documentation (&lt;A href="https://docs.databricks.com/clusters/custom-containers.html" alt="https://docs.databricks.com/clusters/custom-containers.html" target="_blank"&gt;https://docs.databricks.com/clusters/custom-containers.html&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt; How do we update the job configuration so that the job’s cluster will be built with this new Docker image, and how long do we expect this re-configuring process to take?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 22 Jun 2021 18:38:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/questions-on-using-docker-image-with-databricks-container/m-p/21733#M14851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-22T18:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using Docker image with Databricks Container Service</title>
      <link>https://community.databricks.com/t5/data-engineering/questions-on-using-docker-image-with-databricks-container/m-p/21734#M14852</link>
      <description>&lt;P&gt;&amp;gt;Where do we put custom Jar files when building the Docker image? &lt;/P&gt;&lt;P&gt;/databricks/jars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;How do we update the job configuration so that the job’s cluster will be built with this new Docker image, and how long do we expect this re-configuring process to take?&lt;/P&gt;&lt;P&gt;You could update the jobs with the new docker image by calling the &lt;A href="https://docs.databricks.com/dev-tools/api/latest/jobs.html#update" alt="https://docs.databricks.com/dev-tools/api/latest/jobs.html#update" target="_blank"&gt;update jobs api&lt;/A&gt; and specify &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"docker_image": {
    "url": "databricksruntime/standard:latest",
    "basic_auth": {
      "username": "&amp;lt;docker-registry-username&amp;gt;",
      "password": "&amp;lt;docker-registry-password&amp;gt;"
    }
  }&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;under&lt;A href="https://docs.databricks.com/dev-tools/api/latest/jobs.html#jobsettings" alt="https://docs.databricks.com/dev-tools/api/latest/jobs.html#jobsettings" target="_blank"&gt; job settings&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 23:32:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/questions-on-using-docker-image-with-databricks-container/m-p/21734#M14852</guid>
      <dc:creator>sajith_appukutt</dc:creator>
      <dc:date>2021-06-22T23:32:11Z</dc:date>
    </item>
  </channel>
</rss>

