You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by vo...@apache.org on 2019/12/26 13:00:30 UTC

[drill] 01/02: Changes to use release API docs

This is an automated email from the ASF dual-hosted git repository.

volodymyr pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 2f14f4d9fd2a4c68fda06ed03a96ea46db4d7671
Author: Volodymyr Vysotskyi <vv...@gmail.com>
AuthorDate: Wed Dec 25 17:11:13 2019 +0200

    Changes to use release API docs
---
 _docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md | 2 +-
 _docs/rn/019-1.2.0-rn.md                            | 2 +-
 docs.html                                           | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
index d8ba247..830cbe7 100644
--- a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
+++ b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
@@ -109,7 +109,7 @@ For definitions of other URL components, see [Using the JDBC URL for a Random Dr
 
 ## Using the Drill Driver Class Name
 
-The class name for the JDBC driver is [org.apache.drill.jdbc.Driver]({{site.baseurl}}/api/1.2/jdbc/). For details, see the Apache Drill JDBC Driver version 1.2.0 [Javadoc]({{site.baseurl}}/api/1.2/jdbc/).  
+The class name for the JDBC driver is [org.apache.drill.jdbc.Driver]({{site.baseurl}}/apidocs/org/apache/drill/jdbc/Driver.html). For details, see the Apache Drill JDBC Driver [Javadoc]({{site.baseurl}}/apidocs/org/apache/drill/jdbc/package-summary.html).  
 
 Starting in Drill 1.16, the DrillStatement interface supports the setMaxRows method. The setMaxRows method sets a limit on the number of rows returned for a result set. The limit set is applied automatically at runtime. By default, there is no limit on the number of rows returned. See [Setting an Auto Limit on the Number of Rows Returned for Result Sets](https://drill.apache.org/docs/planning-and-execution-options/#setting-an-auto-limit-on-the-number-of-rows-returned-for-result-sets).  
  
diff --git a/_docs/rn/019-1.2.0-rn.md b/_docs/rn/019-1.2.0-rn.md
index 7793c9d..e42abcf 100644
--- a/_docs/rn/019-1.2.0-rn.md
+++ b/_docs/rn/019-1.2.0-rn.md
@@ -16,7 +16,7 @@ This release of Drill introduces a number of enhancements, including the followi
 
 * Support for JDBC data sources, such as MySQL, through a [new JDBC Storage plugin]({{site.baseurl}}/docs/rdbms-storage-plugin/#example:-working-with-mysql)  
 * Improvements in the Drill JDBC driver including inclusion of
-[Javadocs]({{site.baseurl}}/api/1.2/jdbc/) and better application dependency compatibility  
+[Javadocs]({{site.baseurl}}/apidocs/org/apache/drill/jdbc/package-summary.html) and better application dependency compatibility  
 * Enhancements to Avro file formats  
   * [Support for complex data types](https://issues.apache.org/jira/browse/DRILL-3565), such as UNION and MAP  
   * [Optimized Avro file processing](https://issues.apache.org/jira/browse/DRILL-3720) (block-wise)  
diff --git a/docs.html b/docs.html
index 70e7735..c8a0416 100644
--- a/docs.html
+++ b/docs.html
@@ -14,4 +14,5 @@ If you're new to Drill, try out one of these resources:
 <ul>
   <li><a href="{{ site.baseurl }}/docs/drill-introduction">Drill Introduction</a></li>
   <li><a href="{{ site.baseurl }}/docs/tutorials-introduction">Tutorials</a></li>
+  <li><a href="{{ site.baseurl }}/apidocs">API</a></li>
 </ul>
\ No newline at end of file