You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Erick Tryzelaar (JIRA)" <ji...@apache.org> on 2013/03/22 17:07:17 UTC

[jira] [Created] (OOZIE-1282) Typo in html Quick Start guide when creating Oozie DB

Erick Tryzelaar created OOZIE-1282:
--------------------------------------

             Summary: Typo in html Quick Start guide when creating Oozie DB
                 Key: OOZIE-1282
                 URL: https://issues.apache.org/jira/browse/OOZIE-1282
             Project: Oozie
          Issue Type: Bug
          Components: docs
    Affects Versions: 3.3.1
            Reporter: Erick Tryzelaar
            Priority: Minor


Good morning,

I found an odd error in the [Quick Start guide|http://oozie.apache.org/docs/3.3.1/DG_QuickStart.html] on the line when you create the Oozie DB:

{code}
$ bin/ooziedb.sh create -sqlfile oozie.sql -runValidate DB Connection.
DONE
Check DB schema does not exist
DONE
...
{code}

The error is that "Validate DB Connection" should be on it's own line. Oddly enough, if you look at the [DG_QuickStart.twiki|http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/DG_QuickStart.twiki?view=markup] in the repository, the line is correct:

{code}
139	<verbatim>
140	$ bin/ooziedb.sh create -sqlfile oozie.sql -run
141	
142	Validate DB Connection.
143	DONE
...
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira