diff options
author | Trevor McKay <tmckay@redhat.com> | 2014-05-02 15:15:55 -0400 |
---|---|---|
committer | Trevor McKay <tmckay@redhat.com> | 2014-05-02 15:17:17 -0400 |
commit | 1dd44e476db7430c0ac93dabfe80d8ea300a9494 (patch) | |
tree | 9a365952f31831508b18f88c1b480652ea5099e4 | |
parent | d28a85bd47a13e5ea01872fd22fb59c6b611ca15 (diff) |
Change class name in example workflow2014.2.b1
Partial-Bug: #1312866
Change-Id: I88603de256e9314b2ceebf5957e53682841e0b83
Notes
Notes (review):
Verified+2: Jenkins
Code-Review+2: Sergey Lukjanov <slukjanov@mirantis.com>
Code-Review+2: Matthew Farrellee <matt@redhat.com>
Workflow+1: Matthew Farrellee <matt@redhat.com>
Code-Review+2: Andrew Lazarev <alazarev@mirantis.com>
Submitted-by: Jenkins
Submitted-at: Sat, 03 May 2014 12:12:40 +0000
Reviewed-on: https://review.openstack.org/91871
Project: openstack/sahara-extra
Branch: refs/heads/master
-rw-r--r-- | edp-examples/edp-wordcount/wordcount/workflow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edp-examples/edp-wordcount/wordcount/workflow.xml b/edp-examples/edp-wordcount/wordcount/workflow.xml index 844687d..d8bc820 100644 --- a/edp-examples/edp-wordcount/wordcount/workflow.xml +++ b/edp-examples/edp-wordcount/wordcount/workflow.xml | |||
@@ -35,7 +35,7 @@ | |||
35 | <value>swiftpassword</value> | 35 | <value>swiftpassword</value> |
36 | </property> | 36 | </property> |
37 | </configuration> | 37 | </configuration> |
38 | <main-class>org.apache.hadoop.examples.WordCount</main-class> | 38 | <main-class>org.openstack.sahara.examples.WordCount</main-class> |
39 | <arg>swift://user.sahara/input</arg> | 39 | <arg>swift://user.sahara/input</arg> |
40 | <arg>swift://user.sahara/output</arg> | 40 | <arg>swift://user.sahara/output</arg> |
41 | </java> | 41 | </java> |