You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ge...@apache.org on 2017/05/10 21:11:09 UTC

[7/9] oozie git commit: OOZIE-2824 Fix typos in documentation (lzeke via gezapeti)

OOZIE-2824 Fix typos in documentation (lzeke via gezapeti)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/5cb3f33c
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/5cb3f33c
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/5cb3f33c

Branch: refs/heads/oya
Commit: 5cb3f33c5abec458bc0fc189e18ecea3dba94491
Parents: 4cb29f8
Author: Gezapeti Cseh <ge...@gmail.com>
Authored: Tue May 9 15:30:26 2017 -0700
Committer: Gezapeti Cseh <ge...@gmail.com>
Committed: Tue May 9 15:30:26 2017 -0700

----------------------------------------------------------------------
 docs/src/site/twiki/AG_Install.twiki                | 4 ++--
 docs/src/site/twiki/AG_Monitoring.twiki             | 2 +-
 docs/src/site/twiki/CoordinatorFunctionalSpec.twiki | 2 +-
 docs/src/site/twiki/DG_ActionAuthentication.twiki   | 4 ++--
 docs/src/site/twiki/DG_SLAMonitoring.twiki          | 2 +-
 docs/src/site/twiki/WebServicesAPI.twiki            | 6 +++---
 docs/src/site/twiki/WorkflowFunctionalSpec.twiki    | 2 +-
 release-log.txt                                     | 1 +
 8 files changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/5cb3f33c/docs/src/site/twiki/AG_Install.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/AG_Install.twiki b/docs/src/site/twiki/AG_Install.twiki
index a863d46..2125442 100644
--- a/docs/src/site/twiki/AG_Install.twiki
+++ b/docs/src/site/twiki/AG_Install.twiki
@@ -201,7 +201,7 @@ following configuration properties in the oozie-site.xml:
 ---++ Database Migration
 
 Oozie provides an easy way to switch between databases without losing any data. Oozie servers should be stopped during the
-database migraition process.
+database migration process.
 The export of the database can be done using the following command:
 <verbatim>
 $ bin/oozie-setup.sh export /tmp/oozie_db.zip
@@ -239,7 +239,7 @@ NOTE: The database version of the zip must match the version of the Oozie databa
 After starting the Oozie server, the history and the currently running workflows should be available.
 
 *IMPORTANT:* The tool was primarily developed to make the migration from embedded databases (e.g. Derby) to standalone databases
- (e.g. MySQL, Posgresql, Oracle, MS SQL Server), though it will work between any supported databases.
+ (e.g. MySQL, PosgreSQL, Oracle, MS SQL Server), though it will work between any supported databases.
 It is *not* optimized to handle databases over 1 Gb. If the database size is larger, it should be purged before migration.
 
 ---++ Oozie Configuration

http://git-wip-us.apache.org/repos/asf/oozie/blob/5cb3f33c/docs/src/site/twiki/AG_Monitoring.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/AG_Monitoring.twiki b/docs/src/site/twiki/AG_Monitoring.twiki
index 2a3e9a0..523f851 100644
--- a/docs/src/site/twiki/AG_Monitoring.twiki
+++ b/docs/src/site/twiki/AG_Monitoring.twiki
@@ -177,7 +177,7 @@ by =oozie.service.SchemaCheckerService.check.interval=
 
 By default, the =SchemaCheckerService= will consider "extra" tables, columns, and indexes to be incorrect. Advanced users who have
 added additional tables, columns, and indexes can tell Oozie to ignore these by
-seting =oozie.service.SchemaCheckerService.ignore.extras= to =false=.
+setting =oozie.service.SchemaCheckerService.ignore.extras= to =false=.
 
 The =SchemaCheckerService= currently only supports MySQL, PostgreSQL, and Oracle databases.  SQL Server and Derby are currently not
 supported.

http://git-wip-us.apache.org/repos/asf/oozie/blob/5cb3f33c/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
index b8cb261..4e6ba81 100644
--- a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
+++ b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
@@ -3440,7 +3440,7 @@ In this example, the 'nextInstance' will be '2009-01-02T23:00Z' for the first ac
 ---++++ 6.9.2. coord:dateTzOffset(String baseDate, String timezone) EL Function
 
 The =${coord:dateTzOffset(String baseDate, String timezone)}= EL function calculates the date based on the following
-equation : =newDate = baseDate + (Oozie procesing timezone - timezone)=
+equation : =newDate = baseDate + (Oozie processing timezone - timezone)=
 In other words, it offsets the =baseDate= by the difference from Oozie processing timezone to the given =timezone=.  It will
 account for daylight saving time based on the given =baseDate= and =timezone=.
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/5cb3f33c/docs/src/site/twiki/DG_ActionAuthentication.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/DG_ActionAuthentication.twiki b/docs/src/site/twiki/DG_ActionAuthentication.twiki
index 752355a..4d4efa2 100644
--- a/docs/src/site/twiki/DG_ActionAuthentication.twiki
+++ b/docs/src/site/twiki/DG_ActionAuthentication.twiki
@@ -27,8 +27,8 @@ org.apache.oozie.action.hadoop.Credentials to retrieve a delegation token from t
 
 Out of the box, Oozie already comes with support for some credential types
 (see [[DG_ActionAuthentication#Built-in_Credentials_Implementations][Built-in Credentials Implementations]]).
-The credential classes that Oozie should load are specified by the following property in oozie-site.xml.  The lefthand side of the
-equals sign is the type for the credential type, while the righthand side is the class.
+The credential classes that Oozie should load are specified by the following property in oozie-site.xml.  The left hand side of the
+equals sign is the type for the credential type, while the right hand side is the class.
 
 <verbatim>
    <property>

http://git-wip-us.apache.org/repos/asf/oozie/blob/5cb3f33c/docs/src/site/twiki/DG_SLAMonitoring.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/DG_SLAMonitoring.twiki b/docs/src/site/twiki/DG_SLAMonitoring.twiki
index 11a06af..8107788 100644
--- a/docs/src/site/twiki/DG_SLAMonitoring.twiki
+++ b/docs/src/site/twiki/DG_SLAMonitoring.twiki
@@ -166,7 +166,7 @@ In the REST API, the following filters can be applied while fetching SLA informa
    * parent_id - Parent id of the workflow job, workflow action or coordinator action
    * nominal_start and nominal_end - Start and End range for nominal time of the workflow or coordinator.
    * bundle -  Bundle Job ID or Bundle App Name. Fetches SLA information for actions of all coordinators in that bundle.
-   * event_status - event stauts such as START_MET/START_MISS/DURATION_MET/DURATION_MISS/END_MET/END_MISS
+   * event_status - event status such as START_MET/START_MISS/DURATION_MET/DURATION_MISS/END_MET/END_MISS
    * sla_status - sla status such as NOT_STARTED/IN_PROCESS/MET/MISS
 
 multiple event_status and sla_status can be specified with comma separation. When multiple statuses are specified, they are considered as OR.

http://git-wip-us.apache.org/repos/asf/oozie/blob/5cb3f33c/docs/src/site/twiki/WebServicesAPI.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/WebServicesAPI.twiki b/docs/src/site/twiki/WebServicesAPI.twiki
index a63a68c..ef3e602 100644
--- a/docs/src/site/twiki/WebServicesAPI.twiki
+++ b/docs/src/site/twiki/WebServicesAPI.twiki
@@ -1381,7 +1381,7 @@ GET /oozie/v1/job/0000001-111219170928042-oozie-joe-C?show=info&filter=status%21
 </verbatim>
 This retrieves coordinator actions except for SUCCEEDED status, which is useful for debugging.
 
-*Retrive information of the retry attempts of the workflow action:*
+*Retrieve information of the retry attempts of the workflow action:*
 
 <verbatim>
 GET oozie/v2/job/0000000-161212175234862-oozie-puru-W@pig-node?show=retries
@@ -2037,8 +2037,8 @@ Assuming Oozie is running at =OOZIE_URL=, the following web services end points
 
 There is a difference in the JSON format of Job Information API (*/job) particularly for map-reduce action.
 No change for other actions.
-In v1, externalId and consoleUrl point to spawned child job ID, and exteranlChildIDs is null in map-reduce action.
-In v2, externalId and consoleUrl point to launcher job ID, and exteranlChildIDs is spawned child job ID in map-reduce action.
+In v1, externalId and consoleUrl point to spawned child job ID, and externalChildIDs is null in map-reduce action.
+In v2, externalId and consoleUrl point to launcher job ID, and externalChildIDs is spawned child job ID in map-reduce action.
 
 v2 supports retrieving of JMS topic on which job notifications are sent
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/5cb3f33c/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
index fa6a84c..6655696 100644
--- a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
+++ b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
@@ -2484,7 +2484,7 @@ User-Retry allows user to give certain number of reties (must not exceed system
 that problem and fix them when action is in =USER_RETRY= state. If failure or error does not go away after max retries,
 the action becomes =FAILED= or =ERROR= and Oozie marks workflow job to =FAILED= or =KILLED=.
 
-Oozie adminstrator can allow more error codes to be handled for User-Retry. By adding this configuration 
+Oozie administrator can allow more error codes to be handled for User-Retry. By adding this configuration
 =oozie.service.LiteWorkflowStoreService.user.retry.error.code.ext= to =oozie.site.xml=
 and error codes as value, these error codes will be considered as User-Retry after system restart.
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/5cb3f33c/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index ee65cd1..0128b3b 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.4.0 release (trunk - unreleased)
 
+OOZIE-2824 Fix typos in documentation (lzeke via gezapeti)
 OOZIE-2874 Make the Launcher Mapper map-only job's InputFormat class pluggable (andras.piros via gezapeti)
 OOZIE-2751 LocalOozieClient is missing methods from OozieClient (abhishekbafna via rkanter)
 OOZIE-2870 non working examples in oozie documentation coordinator spec (andras.piros via pbacsko)