You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/30 07:03:48 UTC

[22/26] drill git commit: mapr-tech-qa/14d9fdedc971a45b

mapr-tech-qa/14d9fdedc971a45b

Update 020-using-jdbc-with-squirrel-on-windows.md #79

broken links

DRILL-343


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

Branch: refs/heads/gh-pages
Commit: d6f216a60b04b5366a3f3905450988597a421118
Parents: 9a2f1ba
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Fri May 29 13:51:34 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Fri May 29 14:35:49 2015 -0700

----------------------------------------------------------------------
 .../040-persistent-configuration-storage.md               |  2 +-
 .../010-apache-drill-contribution-guidelines.md           |  2 +-
 .../020-using-jdbc-with-squirrel-on-windows.md            |  2 +-
 .../sql-functions/020-data-type-conversion.md             | 10 +++++-----
 4 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/d6f216a6/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md b/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
index 59180b5..053f25b 100644
--- a/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
+++ b/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
@@ -4,7 +4,7 @@ parent: "Configuration Options"
 ---
 Drill stores persistent configuration data in a persistent configuration store
 (PStore). This data is encoded in JSON or Protobuf format. Drill can use the
-local file system, ZooKeeper, HBase, or MapR-DB to store this data. The data
+local file system or a distributed file system, such as HDFS or MapR-FS to store this data. The data
 stored in a PStore includes state information for storage plugins, query
 profiles, and ALTER SYSTEM settings. The default type of PStore configured
 depends on the Drill installation mode.

http://git-wip-us.apache.org/repos/asf/drill/blob/d6f216a6/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md b/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
index 82531e1..9d1047d 100644
--- a/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
+++ b/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
@@ -114,7 +114,7 @@ Please do:
   * comment code whose function or rationale is not obvious;
   * update documentation (e.g., _package.html_ files, this wiki, etc.)
 
-Updating a patch
+### Updating a patch
 
 For patch updates, our convention is to number them like
 DRILL-1856.1.patch.txt, DRILL-1856.2.patch.txt, etc. And then click the

http://git-wip-us.apache.org/repos/asf/drill/blob/d6f216a6/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md b/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
index 1c7d465..9d7d3fb 100755
--- a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
@@ -30,7 +30,7 @@ machine:
     <drill_installation_directory>/jars/jdbc-driver/drill-jdbc-all-<version>.jar
 
 Or, you can download the [apache-
-drill-1.0.0.tar.gz](http://apache.osuosl.org/drill/drill-1.0.0/apache-drill-1.0.0-src.tar.gz) file to a location on your Windows machine, and
+drill-1.0.0.tar.gz](http://apache.osuosl.org/drill/drill-1.0.0/apache-drill-1.0.0.tar.gz) file to a location on your Windows machine, and
 extract the contents of the file. You may need to use a decompression utility,
 such as [7-zip](http://www.7-zip.org/) to extract the archive. Once extracted,
 you can locate the driver in the following directory:

http://git-wip-us.apache.org/repos/asf/drill/blob/d6f216a6/_docs/sql-reference/sql-functions/020-data-type-conversion.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-functions/020-data-type-conversion.md b/_docs/sql-reference/sql-functions/020-data-type-conversion.md
index 0476902..0197f8a 100644
--- a/_docs/sql-reference/sql-functions/020-data-type-conversion.md
+++ b/_docs/sql-reference/sql-functions/020-data-type-conversion.md
@@ -395,11 +395,11 @@ use in your Drill queries as described in this section:
 
 **Function**| **Return Type**  
 ---|---  
-[TO_CHAR](#TO_CHAR)(expression, format)| VARCHAR  
-[TO_DATE](#TO_DATE)(expression, format)| DATE  
-[TO_NUMBER](#TO_NUMBER)(VARCHAR, format)| DECIMAL  
-[TO_TIMESTAMP](#TO_TIMESTAMP)(VARCHAR, format)| TIMESTAMP
-[TO_TIMESTAMP](#TO_TIMESTAMP)(DOUBLE)| TIMESTAMP
+[TO_CHAR]({{site.baseurl}}/docs/data-type-conversion/#TO_CHAR)(expression, format)| VARCHAR  
+[TO_DATE]({{site.baseurl}}/docs/data-type-conversion/#TO_DATE)(expression, format)| DATE  
+[TO_NUMBER]({{site.baseurl}}/docs/data-type-conversion/#TO_NUMBER)(VARCHAR, format)| DECIMAL  
+[TO_TIMESTAMP]({{site.baseurl}}/docs/data-type-conversion/#TO_TIMESTAMP)(VARCHAR, format)| TIMESTAMP
+[TO_TIMESTAMP]({{site.baseurl}}/docs/data-type-conversion/#TO_TIMESTAMP)(DOUBLE)| TIMESTAMP
 
 ### Format Specifiers for Numerical Conversions
 Use the following Java format specifiers for converting numbers: