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/31 08:52:46 UTC

oozie git commit: OOZIE-2875 Typo in ssh action twiki docs (Dongying Jiao via gezapeti)

Repository: oozie
Updated Branches:
  refs/heads/master 83d4ddf45 -> 678f4366d


OOZIE-2875 Typo in ssh action twiki docs (Dongying Jiao via gezapeti)


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

Branch: refs/heads/master
Commit: 678f4366dbf67971cf016ddb9c0c51af8e49ebcc
Parents: 83d4ddf
Author: Gezapeti Cseh <ge...@gmail.com>
Authored: Wed May 31 10:52:38 2017 +0200
Committer: Gezapeti Cseh <ge...@gmail.com>
Committed: Wed May 31 10:52:38 2017 +0200

----------------------------------------------------------------------
 docs/src/site/twiki/DG_SshActionExtension.twiki | 2 +-
 release-log.txt                                 | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/678f4366/docs/src/site/twiki/DG_SshActionExtension.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/DG_SshActionExtension.twiki b/docs/src/site/twiki/DG_SshActionExtension.twiki
index 6606bf8..c2e33c9 100644
--- a/docs/src/site/twiki/DG_SshActionExtension.twiki
+++ b/docs/src/site/twiki/DG_SshActionExtension.twiki
@@ -51,7 +51,7 @@ The =host= indicates the user and host where the shell will be executed.
 
 *IMPORTANT:* The =oozie.action.ssh.allow.user.at.host= property, in the =oozie-site.xml= configuration, indicates if
 an alternate user than the one submitting the job can be used for the ssh invocation. By default this property is set
-tot =true=.
+to =true=.
 
 The =command= element indicates the shell command to execute.
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/678f4366/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 7c7af8c..e2c9b5f 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.4.0 release (trunk - unreleased)
 
+OOZIE-2875 Typo in ssh action twiki docs (Dongying Jiao via gezapeti)
 OOZIE-2387 Oozie is Unable to handle Spaces in file/archive tag. (asasvari via gezapeti)
 OOZIE-2917 duplicate declaration warning for io.dropwizard.metrics:metrics-core (Artem Ervits via gezapeti)
 OOZIE-1770 Create Oozie Application Master for YARN (pbacsko, rkanter, gezapeti)