You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by bi...@apache.org on 2013/05/23 01:17:46 UTC

git commit: TEZ-153. Fix MAPREDUCE-5156 build break (bikas)

Updated Branches:
  refs/heads/TEZ-1 7d401d2cd -> 36198a636


TEZ-153. Fix MAPREDUCE-5156 build break (bikas)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tez/commit/36198a63
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tez/tree/36198a63
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tez/diff/36198a63

Branch: refs/heads/TEZ-1
Commit: 36198a636d2db65fb91934725dc6759d5dda231f
Parents: 7d401d2
Author: Bikas Saha <bi...@apache.org>
Authored: Wed May 22 16:14:43 2013 -0700
Committer: Bikas Saha <bi...@apache.org>
Committed: Wed May 22 16:14:43 2013 -0700

----------------------------------------------------------------------
 .../tez/mapreduce/examples/ExampleDriver.java      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/36198a63/tez-mapreduce-examples/src/main/java/org/apache/tez/mapreduce/examples/ExampleDriver.java
----------------------------------------------------------------------
diff --git a/tez-mapreduce-examples/src/main/java/org/apache/tez/mapreduce/examples/ExampleDriver.java b/tez-mapreduce-examples/src/main/java/org/apache/tez/mapreduce/examples/ExampleDriver.java
index 0e4055a..94ba79f 100644
--- a/tez-mapreduce-examples/src/main/java/org/apache/tez/mapreduce/examples/ExampleDriver.java
+++ b/tez-mapreduce-examples/src/main/java/org/apache/tez/mapreduce/examples/ExampleDriver.java
@@ -61,7 +61,7 @@ public class ExampleDriver {
           + " containing employee_name department name per line of input"
           + " and generates count of employees per department and"
           + " sorted on employee count");
-      exitCode = pgd.driver(argv);
+      exitCode = pgd.run(argv);
     }
     catch(Throwable e){
       e.printStackTrace();