Remove deprecated settings from java-exec's drill-module.conf

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

Branch: refs/heads/master
Commit: 33c28f624df83bfc7195ad33877b3be7c963e0b5
Parents: 45ce71c
Author: Jacques Nadeau <jacq...@apache.org>
Authored: Wed Jun 25 09:00:16 2014 -0700
Committer: Jacques Nadeau <jacq...@apache.org>
Committed: Wed Jun 25 11:39:08 2014 -0700

----------------------------------------------------------------------
 exec/java-exec/src/main/resources/drill-module.conf | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/33c28f62/exec/java-exec/src/main/resources/drill-module.conf
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/main/resources/drill-module.conf 
b/exec/java-exec/src/main/resources/drill-module.conf
index 1519327..8a69ec1 100644
--- a/exec/java-exec/src/main/resources/drill-module.conf
+++ b/exec/java-exec/src/main/resources/drill-module.conf
@@ -38,7 +38,7 @@ drill.exec: {
           count: 7200,
           delay: 500
         },
-        threads: 4
+        threads: 10
       }
     },
        use.ip : false
@@ -89,10 +89,7 @@ drill.exec: {
     start: 35000
   },
   work: {
-    max.width.per.endpoint: 5,
-    global.max.width: 100,
-    affinity.factor: 1.2,
-    executor.threads: 4
+    affinity.factor: 1.2
   },
   sys.store.provider: {
     class: "org.apache.drill.exec.store.sys.zk.ZkPStoreProvider",
@@ -117,7 +114,6 @@ drill.exec: {
       size: 100000000
     }
   },
-  cache.hazel.subnets: ["*.*.*.*"],
   sort: {
     purge.threshold : 100,
     external: {

Reply via email to