Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
There are two scenarios when running ooziedb.sh with -sqlscript option can lead to misunderstandings:
full command: ooziedb.sh upgrade -sqlfile oozie-upgrade.sql
- if there are no changes, the following information is printed out: "The SQL commands have been written to: oozie-upgrade.sql", however if there is no SQL command, the file will be not created.
- If there are changes and the file is created, it is stored in the /tmp/ directory. In the log message it would be good to print out the full path to the file, not only the file name.
Attachments
Issue Links
- relates to
-
OOZIE-3174 Allow users to retain SQL file generated by OozieDBCLI
- Resolved