Author: rvs
Date: Mon Apr 23 23:14:57 2012
New Revision: 1329503
URL: http://svn.apache.org/viewvc?rev=1329503&view=rev
Log:
BIGTOP-558. debian description can't have the following set of characters
Modified:
incubator/bigtop/trunk/bigtop-packages/src/deb/oozie/control
incubator/bigtop/trunk/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml
Modified: incubator/bigtop/trunk/bigtop-packages/src/deb/oozie/control
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/oozie/control?rev=1329503&r1=1329502&r2=1329503&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/deb/oozie/control (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/deb/oozie/control Mon Apr 23
23:14:57 2012
@@ -54,7 +54,7 @@ Description: Oozie is a system that runs
Actions and decisions can be parameterized with job properties, actions
output (i.e. Hadoop counters) and HDFS file information (file exists,
file size, etc). Formal parameters are expressed in the workflow definition
- as ${VAR} variables.
+ as ${VARIABLE NAME} variables.
.
A Workflow application is an HDFS directory that contains the workflow
definition (an XML file), all the necessary files to run all the actions:
Modified: incubator/bigtop/trunk/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec?rev=1329503&r1=1329502&r2=1329503&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec
(original)
+++ incubator/bigtop/trunk/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec Mon
Apr 23 23:14:57 2012
@@ -87,7 +87,7 @@ BuildArch: noarch
Actions and decisions can be parameterized with job properties, actions
output (i.e. Hadoop counters) and HDFS file information (file exists,
file size, etc). Formal parameters are expressed in the workflow definition
- as ${VAR} variables.
+ as ${VARIABLE NAME} variables.
A Workflow application is an HDFS directory that contains the workflow
definition (an XML file), all the necessary files to run all the actions:
Modified:
incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml?rev=1329503&r1=1329502&r2=1329503&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml
(original)
+++
incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml
Mon Apr 23 23:14:57 2012
@@ -199,7 +199,7 @@ Java Servlet and JavaServer Pages techno
Actions and decisions can be parameterized with job properties, actions
output (i.e. Hadoop counters) and HDFS file information (file exists,
file size, etc). Formal parameters are expressed in the workflow definition
- as ${VAR} variables.
+ as ${VARIABLE NAME} variables.
A Workflow application is an HDFS directory that contains the workflow
definition (an XML file), all the necessary files to run all the actions: