aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorVlad Rozov <vrozov@apache.org>2017-12-12 13:37:38 -0800
committerParth Chandra <parthc@apache.org>2018-01-11 17:18:29 -0800
commit58f6b32af388ee8f120107a20e787722e80c0f67 (patch)
treed64c63ae2b5266f6ca998a4c372ca79f42cb0b14 /pom.xml
parent90eb23baa6a1a205fd0821c7af708969fcb98c5c (diff)
DRILL-6004: Direct buffer bounds checking should be disabled by default
This closes #1070
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 801b2c874..6189cf2f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,6 +462,7 @@
</dependencies>
<configuration>
<argLine>-Xms512m -Xmx${memoryMb}m -Ddrill.exec.http.enabled=false
+ -Ddrill.exec.memory.enable_unsafe_bounds_check=true
-Ddrill.exec.sys.store.provider.local.write=false
-Dorg.apache.drill.exec.server.Drillbit.system_options="org.apache.drill.exec.compile.ClassTransformer.scalar_replacement=on"
-Ddrill.test.query.printing.silent=true