Repository: oozie Updated Branches: refs/heads/master 6a9c31ca6 -> 743d1017f
OOZIE-1808 Change DG_QuickStart.twiki to reflect changes in sharelib installation (ryota) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/743d1017 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/743d1017 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/743d1017 Branch: refs/heads/master Commit: 743d1017ff9a2953eba29ab6b8ba63a92701fe9a Parents: 6a9c31c Author: egashira <[email protected]> Authored: Fri Oct 17 17:05:13 2014 -0700 Committer: egashira <[email protected]> Committed: Fri Oct 17 17:05:13 2014 -0700 ---------------------------------------------------------------------- docs/src/site/twiki/DG_QuickStart.twiki | 13 ++----------- release-log.txt | 1 + 2 files changed, 3 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/743d1017/docs/src/site/twiki/DG_QuickStart.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/DG_QuickStart.twiki b/docs/src/site/twiki/DG_QuickStart.twiki index 99f0827..526fbc3 100644 --- a/docs/src/site/twiki/DG_QuickStart.twiki +++ b/docs/src/site/twiki/DG_QuickStart.twiki @@ -213,18 +213,9 @@ only. #OozieShareLib ---++ Oozie Share Lib Installation -Expand the =oozie-sharelib= TAR.GZ file bundled with the distribution. +Oozie share lib has been installed by oozie-setup.sh create command explained in the earlier section. -The =share/= directory must be copied to the Oozie HOME directory in HDFS: - -<verbatim> -$ hadoop fs -put share share -</verbatim> - -*IMPORTANT:* This must be done using the Oozie Hadoop (HDFS) user. If a =share= directory already exists in HDFS, -it must be deleted before copying it again. - -See the [[WorkflowFunctionalSpec#ShareLib][Workflow Functional Specification]] for more information about the Oozie ShareLib. +See the [[WorkflowFunctionalSpec#ShareLib][Workflow Functional Specification]] and [[AG_Install#Oozie_Share_Lib][Installation]] for more information about the Oozie ShareLib. [[index][::Go back to Oozie Documentation Index::]] http://git-wip-us.apache.org/repos/asf/oozie/blob/743d1017/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 63ec6ea..511a4b4 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.2.0 release (trunk - unreleased) +OOZIE-1808 Change DG_QuickStart.twiki to reflect changes in sharelib installation (ryota) OOZIE-1891 Parametrize surefire argLine to bump up heap memory for testing (ryota) OOZIE-1914 CLI should retry on timeout (puru) OOZIE-1973 ConcurrentModificationException in Sharelib service (puru)
