From 382c172976ad6b19a4544d665065820662f679b9 Mon Sep 17 00:00:00 2001
From: qiaomin
- {% blocktrans %}Selected domain name should already exist in the Designate. + {% blocktrans trimmed %}Selected domain name should already exist in the Designate. You can check it in "DNS" tab on the left menu or by executing "designate domain-list" on the controller node.{% endblocktrans %} diff --git a/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_configure_general_help.html b/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_configure_general_help.html index c78ec1d4..2b59c202 100644 --- a/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_configure_general_help.html +++ b/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_configure_general_help.html @@ -13,7 +13,7 @@
{% blocktrans %} Version: {{ hadoop_version }} +
{% blocktrans trimmed %} Version: {{ hadoop_version }} of plugin {{ plugin_name }} is now deprecated. {% endblocktrans %}
@@ -21,14 +21,14 @@- {% blocktrans %}The Cluster Template object should specify Node Group Templates that will be used to build a Cluster. + {% blocktrans trimmed %}The Cluster Template object should specify Node Group Templates that will be used to build a Cluster. You can add Node Groups using Node Group Templates on a "Node Groups" tab.{% endblocktrans %}
{% blocktrans %}You may set cluster scoped configurations on corresponding tabs.{% endblocktrans %}
- {% blocktrans %}The Cluster Template object may specify a list of processes in anti-affinity group. + {% blocktrans trimmed %}The Cluster Template object may specify a list of processes in anti-affinity group. That means these processes may not be launched more than once on a single host.{% endblocktrans %}
diff --git a/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/_plugin_select_help.html b/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/_plugin_select_help.html index f51043fa..316d52b4 100644 --- a/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/_plugin_select_help.html +++ b/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/_plugin_select_help.html @@ -1,5 +1,5 @@ {% load i18n horizon %}- {% blocktrans %}Select which plugin and version that you + {% blocktrans trimmed %}Select which plugin and version that you want to use to create your cluster.{% endblocktrans %}
diff --git a/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/cluster_guide.html b/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/cluster_guide.html index a4a5c035..b3df1274 100644 --- a/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/cluster_guide.html +++ b/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/cluster_guide.html @@ -8,7 +8,7 @@{% blocktrans %} Input correct User Name for image. For Ubuntu images input 'ubuntu', 'fedora' for Fedora images, +
{% blocktrans trimmed %} Input correct User Name for image. For Ubuntu images input 'ubuntu', 'fedora' for Fedora images, 'cloud-user' for CentOS 6.x images and 'centos' for CentOS 7.x images.{% endblocktrans %}
- {% blocktrans %}Tags are used for filtering images suitable for each plugin and each Data Processing version. + {% blocktrans trimmed %}Tags are used for filtering images suitable for each plugin and each Data Processing version. To add required tags, select a plugin and a Data Processing version and click the "Add" button.{% endblocktrans %}
diff --git a/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_configure_general_help.html b/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_configure_general_help.html index 2863c6c0..cea39739 100644 --- a/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_configure_general_help.html +++ b/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_configure_general_help.html @@ -12,7 +12,7 @@
{% blocktrans %} Version: {{ hadoop_version }} +
{% blocktrans trimmed %} Version: {{ hadoop_version }} of plugin {{ plugin_name }} is now deprecated. {% endblocktrans %}
@@ -21,7 +21,7 @@ {% endif %}- {% blocktrans %}The Node Group Template object specifies the processes + {% blocktrans trimmed %}The Node Group Template object specifies the processes that will be launched on each instance. Check one or more processes. When processes are selected, you may set node scoped configurations on corresponding tabs.{% endblocktrans %} diff --git a/sahara_dashboard/content/data_processing/jobs/templates/job_binaries/_create_job_binary_help.html b/sahara_dashboard/content/data_processing/jobs/templates/job_binaries/_create_job_binary_help.html index fd2a877d..e08aa2f2 100644 --- a/sahara_dashboard/content/data_processing/jobs/templates/job_binaries/_create_job_binary_help.html +++ b/sahara_dashboard/content/data_processing/jobs/templates/job_binaries/_create_job_binary_help.html @@ -1,7 +1,7 @@ {% load i18n horizon %}
- {% blocktrans %}Important: The name that you give your job binary will be the name used in your job execution. + {% blocktrans trimmed %}Important: The name that you give your job binary will be the name used in your job execution. If your binary requires a particular name or extension (ie: ".jar"), be sure to include it here.{% endblocktrans %}
@@ -29,4 +29,4 @@
{% blocktrans %}You may also enter an optional description for your job binary.{% endblocktrans %}
-- {% blocktrans %}For MapReduce or Java Action jobs, "mains" are not applicable. You are required to add one + {% blocktrans trimmed %}For MapReduce or Java Action jobs, "mains" are not applicable. You are required to add one or more "libs" for these jobs.{% endblocktrans %}
diff --git a/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/_job_type_select_help.html b/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/_job_type_select_help.html index b7aa613c..0d616536 100644 --- a/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/_job_type_select_help.html +++ b/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/_job_type_select_help.html @@ -1,6 +1,6 @@ {% load i18n horizon %}
- {% blocktrans %}Select which type of job that you want to run. + {% blocktrans trimmed %}Select which type of job that you want to run. This choice will dictate which steps are required to successfully execute your job. {% endblocktrans %} diff --git a/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/jobex_guide.html b/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/jobex_guide.html index a388a92d..31ebbe0e 100644 --- a/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/jobex_guide.html +++ b/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/jobex_guide.html @@ -9,7 +9,7 @@