Merge "Changing name of "Jar" jobs to "MapReduce""

This commit is contained in:
Jenkins 2014-01-03 20:49:56 +00:00 committed by Gerrit Code Review
commit 2dfba2bc2b
3 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ class GeneralConfigAction(workflows.Action):
def populate_job_type_choices(self, request, context):
choices = [("Pig", "Pig"), ("Hive", "Hive"),
("Jar", "Jar")]
("MapReduce", "MapReduce")]
return choices
def populate_main_binary_choices(self, request, context):

View File

@ -7,7 +7,7 @@
<ul>
<li>Pig</li>
<li>Hive</li>
<li>Jar</li>
<li>MapReduce</li>
</ul>
</p>
<p>

View File

@ -44,7 +44,7 @@ Source for 'edp-lib.jar':
https://github.com/apache/oozie/blob/branch-4.0/examples/src/main/java/org/apache/oozie/example/DateList.java
Jar job
MapReduce job
-------------------------------------
Description.