Repository: drill-site
Updated Branches:
  refs/heads/asf-site 1506b07b5 -> 24d7505b4


minor edits


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

Branch: refs/heads/asf-site
Commit: 24d7505b4124dcf32eda7168e5346a15575612fd
Parents: 1506b07
Author: Bridget Bevens <[email protected]>
Authored: Mon Jan 29 21:49:35 2018 -0800
Committer: Bridget Bevens <[email protected]>
Committed: Mon Jan 29 21:49:35 2018 -0800

----------------------------------------------------------------------
 docs/configuring-drill-memory/index.html | 6 +++---
 docs/json-data-model/index.html          | 4 ++--
 feed.xml                                 | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/24d7505b/docs/configuring-drill-memory/index.html
----------------------------------------------------------------------
diff --git a/docs/configuring-drill-memory/index.html 
b/docs/configuring-drill-memory/index.html
index e2f2c41..68d6688 100644
--- a/docs/configuring-drill-memory/index.html
+++ b/docs/configuring-drill-memory/index.html
@@ -1194,10 +1194,10 @@ DRILL_MAX_DIRECT_MEMORY is the Java direct memory limit 
per node.  </p>
 <div class="highlight"><pre><code class="language-text" 
data-lang="text">export DRILL_JAVA_OPTS=&quot;$DRILL_JAVA_OPTS 
-Dbounds=false&quot;  
 </code></pre></div>
 <p>As of Drill 1.13, bounds checking for direct memory is disabled by default. 
To enable bounds checking for direct memory, use the DRILLBIT_JAVA_OPTS 
variable to pass the <code>drill.exec.memory.enable_unsafe_bounds_check</code> 
parameter in $DRILL_HOME/conf/drill-env.sh, as shown:  </p>
-<div class="highlight"><pre><code class="language-text" 
data-lang="text">export DRILL_JAVA_OPTS=&quot;$DRILL_JAVA_OPTS 
-Ddrill.exec.memory.enable_unsafe_bounds_check=true  
+<div class="highlight"><pre><code class="language-text" 
data-lang="text">export DRILL_JAVA_OPTS=&quot;$DRILL_JAVA_OPTS 
-Ddrill.exec.memory.enable_unsafe_bounds_check=true&quot;  
 </code></pre></div>
-<p>For earlier versions of Drill (prior to 1.13), bounds checking is enabled 
by default. To disable bounds checking, set the 
<code>drill.enable_unsafe_memory_access property</code> to true, as shown:  </p>
-<div class="highlight"><pre><code class="language-text" 
data-lang="text">export DRILL_JAVA_OPTS=&quot;$DRILL_JAVA_OPTS 
-Ddrill.enable_unsafe_memory_access =true
+<p>For earlier versions of Drill (prior to 1.13), bounds checking is enabled 
by default. To disable bounds checking, set the 
<code>drill.enable_unsafe_memory_access</code> parameter to true, as shown:  
</p>
+<div class="highlight"><pre><code class="language-text" 
data-lang="text">export DRILL_JAVA_OPTS=&quot;$DRILL_JAVA_OPTS 
-Ddrill.enable_unsafe_memory_access=true&quot;
 </code></pre></div>
     
       

http://git-wip-us.apache.org/repos/asf/drill-site/blob/24d7505b/docs/json-data-model/index.html
----------------------------------------------------------------------
diff --git a/docs/json-data-model/index.html b/docs/json-data-model/index.html
index 2eaec9b..9844ca0 100644
--- a/docs/json-data-model/index.html
+++ b/docs/json-data-model/index.html
@@ -1180,11 +1180,11 @@
 <li>Number: double-precision floating point number, including exponential 
numbers, NaN, and Infinity. Octal and hexadecimal are not supported.<br></li>
 </ul>
 
-<p>Drill 1.13 and later supports NaN (Not-a-Number) and Infinity as numeric 
values. This support introduces the following options, which are set to 
“true” by default:  </p>
+<p>Drill 1.13 and later supports NaN (Not-a-Number) and Infinity as numeric 
values. This support introduces the following session options, which are set to 
“true” by default:  </p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">   
store.json.writer.allow_nan_inf
    store.json.reader.allow_nan_inf  
 </code></pre></div>
-<p>Drill writes NaN and Infinity values as literals to a JSON file when 
<code>store.json.writer.allow_nan_inf</code> is set to true. When set to false, 
Drill writes NaN and Infinity values as string values to a JSON file. If a 
query selects NaN or Infinity values in a JSON file, and 
<code>store.json.reader.allow_nan_inf</code> is set to false, Drill returns an 
error message.</p>
+<p>Drill writes NaN and Infinity values as literals to a JSON file when 
<code>store.json.writer.allow_nan_inf</code> is set to true. When set to false, 
Drill writes NaN and Infinity values as string values to a JSON file. If a 
query selects NaN or Infinity values in a JSON file, and 
<code>store.json.reader.allow_nan_inf</code> is set to false, Drill returns an 
error message. You can use the <a href="/docs/set/">SET</a> command to change 
the options.</p>
 
 <p>The following table shows SQL-JSON data type mapping:</p>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/24d7505b/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 0b50481..6bd0ad0 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 29 Jan 2018 21:13:25 -0800</pubDate>
-    <lastBuildDate>Mon, 29 Jan 2018 21:13:25 -0800</lastBuildDate>
+    <pubDate>Mon, 29 Jan 2018 21:45:10 -0800</pubDate>
+    <lastBuildDate>Mon, 29 Jan 2018 21:45:10 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to