Fix title of 'Create Coordinator'
@@ -43,7 +43,7 @@ ${ layout.menubar(section='coordinators') }
<div class="container-fluid">
- <h1>${ _('Coordinator') } ${ coordinator.name }</h1>
+ <h1>${ _('Coordinator Editor') } ${ coordinator.name }</h1>
<div class="row-fluid">
<div class="span2">
@@ -113,7 +113,7 @@ build_hive() {
}
##########
-OOZIE_URL=${OOZIE_URL:-http://nightly.cloudera.com/cdh4/cdh/4/oozie-3.2.0-cdh4.2.0-SNAPSHOT.tar.gz}
+OOZIE_URL=${OOZIE_URL:-http://nightly.cloudera.com/cdh4/cdh/4/oozie-3.3.0-cdh4.2.0-SNAPSHOT.tar.gz}
OOZIE_TGZ=$(basename $OOZIE_URL)
OOZIE_VERSION=${OOZIE_TGZ/.tar.gz/}