<?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 Create a new cluster in Databricks using databricks-cli in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/create-a-new-cluster-in-databricks-using-databricks-cli/m-p/22529#M15435</link>
    <description>&lt;P&gt;I'm trying to create a new cluster in Databricks on Azure using databricks-cli.&lt;/P&gt;&lt;P&gt;I'm using the following command:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;databricks clusters create --json '{ "cluster_name": "template2", "spark_version": "4.1.x-scala2.11" }'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And getting back this error:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error: {"error_code":"INVALID_PARAMETER_VALUE","message":"Missing required field: size"}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I can't find documentation on this issue, would be happy to receive some help.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 19:22:24 GMT</pubDate>
    <dc:creator>User16765131552</dc:creator>
    <dc:date>2021-06-18T19:22:24Z</dc:date>
    <item>
      <title>Create a new cluster in Databricks using databricks-cli</title>
      <link>https://community.databricks.com/t5/data-engineering/create-a-new-cluster-in-databricks-using-databricks-cli/m-p/22529#M15435</link>
      <description>&lt;P&gt;I'm trying to create a new cluster in Databricks on Azure using databricks-cli.&lt;/P&gt;&lt;P&gt;I'm using the following command:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;databricks clusters create --json '{ "cluster_name": "template2", "spark_version": "4.1.x-scala2.11" }'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And getting back this error:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error: {"error_code":"INVALID_PARAMETER_VALUE","message":"Missing required field: size"}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I can't find documentation on this issue, would be happy to receive some help.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 19:22:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-a-new-cluster-in-databricks-using-databricks-cli/m-p/22529#M15435</guid>
      <dc:creator>User16765131552</dc:creator>
      <dc:date>2021-06-18T19:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new cluster in Databricks using databricks-cli</title>
      <link>https://community.databricks.com/t5/data-engineering/create-a-new-cluster-in-databricks-using-databricks-cli/m-p/22530#M15436</link>
      <description>&lt;P&gt;I found the right answer&amp;nbsp;&lt;A href="https://docs.azuredatabricks.net/api/latest/clusters.html" alt="https://docs.azuredatabricks.net/api/latest/clusters.html" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct format to run this command on azure is:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;databricks clusters create --json '{ "cluster_name": "my-cluster", "spark_version": "4.1.x-scala2.11", "node_type_id": "Standard_DS3_v2", "autoscale" : { "min_workers": 2, "max_workers": 50 } }'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 19:24:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-a-new-cluster-in-databricks-using-databricks-cli/m-p/22530#M15436</guid>
      <dc:creator>User16765131552</dc:creator>
      <dc:date>2021-06-18T19:24:11Z</dc:date>
    </item>
  </channel>
</rss>

