You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2014/09/03 20:11:09 UTC

[1/2] git commit: TEZ-1536. Fix spelling typo "configurartion" in TezClientUtils. (hitesh)

Repository: tez
Updated Branches:
  refs/heads/branch-0.5 7f1977be0 -> 3b75159f8


TEZ-1536. Fix spelling typo "configurartion" in TezClientUtils. (hitesh)

(cherry picked from commit d6e7826c51ef272c010b602954a1592bfcb13d71)


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

Branch: refs/heads/branch-0.5
Commit: 0be67dd0261e8547db77ab187df3628a2345a7fe
Parents: 7f1977b
Author: Hitesh Shah <hi...@apache.org>
Authored: Wed Sep 3 11:07:33 2014 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Wed Sep 3 11:10:26 2014 -0700

----------------------------------------------------------------------
 tez-api/src/main/java/org/apache/tez/client/TezClientUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/0be67dd0/tez-api/src/main/java/org/apache/tez/client/TezClientUtils.java
----------------------------------------------------------------------
diff --git a/tez-api/src/main/java/org/apache/tez/client/TezClientUtils.java b/tez-api/src/main/java/org/apache/tez/client/TezClientUtils.java
index d931519..b53f00c 100644
--- a/tez-api/src/main/java/org/apache/tez/client/TezClientUtils.java
+++ b/tez-api/src/main/java/org/apache/tez/client/TezClientUtils.java
@@ -166,7 +166,7 @@ public class TezClientUtils {
       if (tezJarUris == null || tezJarUris.length == 0) {
         throw new TezUncheckedException("Invalid configuration of tez jars"
             + ", " + TezConfiguration.TEZ_LIB_URIS
-            + " is not defined in the configurartion");
+            + " is not defined in the configuration");
       }
      
       List<Path> tezJarPaths = Lists.newArrayListWithCapacity(tezJarUris.length);


[2/2] git commit: TEZ-1536. Fix spelling typo "configurartion" in TezClientUtils. (hitesh)

Posted by hi...@apache.org.
TEZ-1536. Fix spelling typo "configurartion" in TezClientUtils. (hitesh)

(cherry picked from commit 6b28417e870d4ab4cf7f9541485625ee46ad6918)


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

Branch: refs/heads/branch-0.5
Commit: 3b75159f8ac81564c2293b6fc0a4a5a7cd6fc948
Parents: 0be67dd
Author: Hitesh Shah <hi...@apache.org>
Authored: Wed Sep 3 11:09:03 2014 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Wed Sep 3 11:10:46 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/3b75159f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e4482ea..a291866 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@ Release 0.5.1: Unreleased
 ALL CHANGES
   TEZ-1515. Remove usage of ResourceBundles in Counters.
   TEZ-1527. Fix indentation of Vertex status in DAGClient output.
+  TEZ-1536. Fix spelling typo "configurartion" in TezClientUtils.
 
 Release 0.5.0: Unreleased