You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/09/13 00:37:39 UTC

[10/16] git commit: ACCUMULO-3078 Re-introduce warnings suppression for Job()

ACCUMULO-3078 Re-introduce warnings suppression for Job()

  Adds warning suppression needed to build against the Hadoop
  version declared as a dependency, by default.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/618e0d40
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/618e0d40
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/618e0d40

Branch: refs/heads/1.6.1-SNAPSHOT
Commit: 618e0d400b6c1d31f96e84accff22479ecda88b4
Parents: d8a4def
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Sep 12 17:21:35 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Sep 12 18:10:32 2014 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/test/functional/AccumuloInputFormatIT.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/618e0d40/test/src/test/java/org/apache/accumulo/test/functional/AccumuloInputFormatIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/AccumuloInputFormatIT.java b/test/src/test/java/org/apache/accumulo/test/functional/AccumuloInputFormatIT.java
index b6b1086..5f33436 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/AccumuloInputFormatIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/AccumuloInputFormatIT.java
@@ -69,6 +69,7 @@ public class AccumuloInputFormatIT extends SimpleMacIT {
     conn.tableOperations().create(table);
     insertData(table, currentTimeMillis());
 
+    @SuppressWarnings("deprecation")
     Job job = new Job();
     AccumuloInputFormat.setInputTableName(job, table);
     AccumuloInputFormat.setZooKeeperInstance(job, new ClientConfiguration().withInstance(conn.getInstance().getInstanceName())