{% extends "layout.html" %} {% comment %} Licensed to Cloudera, Inc. under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Cloudera, Inc. licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% block title %}Job Design Editor{% endblock %} {% block content %}
{% include "types.html" %}

Job Design Editor

{% if message %}
{{message}}
{% endif %}

Job Design Editor: {{form.name}} Job

Tip: Job Designs allow you to rudimentarily parameterize your jobs by using variables. At submission time, you'll be prompted to specify the values of any variables of the form $variable_name.

{{ metadata_form.name.html_name }}
{{ metadata_form.name|safe }}
{{ metadata_form.description.html_name }}
{{ metadata_form.description|safe }}
{{ form.render_edit }}
{% endblock %}