You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2013/04/25 21:24:47 UTC

[3/3] git commit: BIGTOP-853. HBase test, TestLoadAndVerify does not work on secure clusters (Enis Soztutar via rvs)

BIGTOP-853. HBase test, TestLoadAndVerify does not work on secure clusters (Enis Soztutar via rvs)


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

Branch: refs/heads/master
Commit: 0f1525d14a02d4aeb3d5c2118473b4c22b3789f6
Parents: b41bf50
Author: Roman Shaposhnik <rv...@cloudera.com>
Authored: Thu Apr 25 12:24:14 2013 -0700
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Thu Apr 25 12:24:14 2013 -0700

----------------------------------------------------------------------
 .../itest/hbase/system/TestLoadAndVerify.java      |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0f1525d1/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestLoadAndVerify.java
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestLoadAndVerify.java b/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestLoadAndVerify.java
index 3bf403e..6280e45 100644
--- a/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestLoadAndVerify.java
+++ b/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestLoadAndVerify.java
@@ -262,6 +262,7 @@ public class TestLoadAndVerify  extends Configured implements Tool {
     job.setNumReduceTasks(0);
     FileOutputFormat.setOutputPath(job, outputDir);
 
+    TableMapReduceUtil.initCredentials(job);
     TableMapReduceUtil.addDependencyJars(job);
     TableMapReduceUtil.addDependencyJars(
         job.getConfiguration(), HTable.class, Lists.class);