You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ad...@apache.org on 2016/09/13 01:31:57 UTC

[10/50] [abbrv] drill git commit: Fix the private-drill-mapr-plugin build.

Fix the private-drill-mapr-plugin build.


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/115a85e7
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/115a85e7
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/115a85e7

Branch: refs/heads/master
Commit: 115a85e7611f39394b046a713578c8da6a52932e
Parents: fb8872b
Author: Smidth Panchamia <sp...@mapr.com>
Authored: Wed Feb 10 17:57:37 2016 +0000
Committer: Aditya Kishore <ad...@apache.org>
Committed: Fri Sep 9 10:08:30 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/drill/exec/store/maprdb/MapRDBGroupScan.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/115a85e7/contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/maprdb/MapRDBGroupScan.java
----------------------------------------------------------------------
diff --git a/contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/maprdb/MapRDBGroupScan.java b/contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/maprdb/MapRDBGroupScan.java
index f1649ae..9358753 100644
--- a/contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/maprdb/MapRDBGroupScan.java
+++ b/contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/maprdb/MapRDBGroupScan.java
@@ -89,7 +89,7 @@ public class MapRDBGroupScan extends AbstractGroupScan implements DrillHBaseCons
 
   private MapRDBFormatPlugin formatPlugin;
 
-  private Stopwatch watch = new Stopwatch();
+  private Stopwatch watch = Stopwatch.createUnstarted();
 
   private Map<Integer, List<HBaseSubScanSpec>> endpointFragmentMapping;