You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/01/30 18:44:58 UTC

drill-site git commit: edits

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


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/d3eeca1d
Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/d3eeca1d
Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/d3eeca1d

Branch: refs/heads/asf-site
Commit: d3eeca1d72abe8fa33f2d5b38b645990e70164d9
Parents: 24d7505
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue Jan 30 10:44:40 2018 -0800
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue Jan 30 10:44:40 2018 -0800

----------------------------------------------------------------------
 docs/json-data-model/index.html | 4 ++--
 docs/mapr-db-format/index.html  | 9 ++++-----
 feed.xml                        | 4 ++--
 3 files changed, 8 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/d3eeca1d/docs/json-data-model/index.html
----------------------------------------------------------------------
diff --git a/docs/json-data-model/index.html b/docs/json-data-model/index.html
index 9844ca0..1cc9777 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 session options, which are set to “true” by default:  </p>
+<p>Drill 1.13 and later supports NaN (Not-a-Number) and Infinity (both POSITIVE and NEGATIVE) 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. You can use the <a href="/docs/set/">SET</a> command to change the options.</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 option settings.</p>
 
 <p>The following table shows SQL-JSON data type mapping:</p>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/d3eeca1d/docs/mapr-db-format/index.html
----------------------------------------------------------------------
diff --git a/docs/mapr-db-format/index.html b/docs/mapr-db-format/index.html
index 9954e04..ed3f011 100644
--- a/docs/mapr-db-format/index.html
+++ b/docs/mapr-db-format/index.html
@@ -1143,13 +1143,15 @@
 
     </div>
 
-     
+     Jan 30, 2018
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
     <div class="int_text" align="left">
       
-        <p>The MapR-DB format is not included in the Apache Drill release. Drill includes a <a href="http://maprdocs.mapr.com/51/index.html#Drill/UsingMapRdbFormat.html">maprdb format</a> for MapR-DB that is defined within the default dfs storage plugin configuration when you install Drill from the mapr-drill package on a MapR node. The maprdb format improves the estimated number of rows that Drill uses to plan a query. It also enables you to query tables like you would query files in a file system because MapR-DB and MapR-FS share the same namespace.</p>
+        <p>The MapR-DB format is not included in the Apache Drill release. Drill includes a <a href="https://maprdocs.mapr.com/home/Drill/UsingMapRdbFormat.html">maprdb format</a> for MapR-DB that is defined within the default dfs storage plugin configuration when you install Drill from the mapr-drill package on a MapR node. </p>
+
+<p>The maprdb format improves the estimated number of rows that Drill uses to plan a query. It also enables you to query tables like you would query files in a file system because MapR-DB and MapR-FS share the same namespace.</p>
 
 <p>You can query tables stored across multiple directories. You do not need to create a table mapping to a directory before you query a table in the directory. You can select from any table in any directory the same way you would select from files in MapR-FS, using the same syntax.</p>
 
@@ -1158,9 +1160,6 @@
 <p><strong>Example</strong>  </p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">   SELECT * FROM mfs.`/users/max/mytable`;  
 </code></pre></div>
-<p>The following image shows a portion of the dfs configuration with the maprdb format:<br>
-<img src="http://i.imgur.com/AMrYjq7.png" alt=""></p>
-
     
       
         <div class="doc-nav">

http://git-wip-us.apache.org/repos/asf/drill-site/blob/d3eeca1d/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 6bd0ad0..143830f 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:45:10 -0800</pubDate>
-    <lastBuildDate>Mon, 29 Jan 2018 21:45:10 -0800</lastBuildDate>
+    <pubDate>Tue, 30 Jan 2018 10:41:56 -0800</pubDate>
+    <lastBuildDate>Tue, 30 Jan 2018 10:41:56 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>