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

raghunandan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/carbondata-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3f34beb  Corrected md file links in 1.5.4 & 1.6.0 version
3f34beb is described below

commit 3f34bebd89189b006c9bafac4d86ffff35033645
Author: Raghunandan S <carbondatacontributi...@gmail.com>
AuthorDate: Wed Sep 11 21:09:22 2019 +0530

    Corrected md file links in 1.5.4 & 1.6.0 version
---
 content/ddl-of-carbondata.html         |  2 +-
 content/documentation.html             |  2 +-
 content/index-server.html              |  6 +++---
 content/mv-datamap-guide.html          |  2 +-
 content/quick-start-guide.html         | 10 +++++-----
 src/main/webapp/ddl-of-carbondata.html |  2 +-
 src/main/webapp/documentation.html     |  2 +-
 src/main/webapp/index-server.html      |  6 +++---
 src/main/webapp/mv-datamap-guide.html  |  2 +-
 src/main/webapp/quick-start-guide.html | 10 +++++-----
 10 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/content/ddl-of-carbondata.html b/content/ddl-of-carbondata.html
index 5720f10..ae8c618 100644
--- a/content/ddl-of-carbondata.html
+++ b/content/ddl-of-carbondata.html
@@ -927,7 +927,7 @@ Our SDK module currently supports writing data in this 
format.</p>
     """.stripMargin)
 </code></pre>
 <p>Here writer path will have carbondata and index files.
-This can be SDK output or C++ SDK output. Refer <a href="./sdk-guide.html">SDK 
Guide</a> and <a href="./csdk-guide.html">C++ SDK Guide</a>.</p>
+This can be SDK output or C++ SDK output. Refer <a href="./sdk-guide.html">SDK 
Guide</a> and <a href="./CSDK-guide.html">C++ SDK Guide</a>.</p>
 <p><strong>Note:</strong></p>
 <ol>
 <li>Dropping of the external table should not delete the files present in the 
location.</li>
diff --git a/content/documentation.html b/content/documentation.html
index 3ca010d..6b5ad92 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -235,7 +235,7 @@
 <p><strong>File Format Concepts:</strong> Start with the basics of 
understanding the <a 
href="./file-structure-of-carbondata.html#carbondata-file-format">CarbonData 
file format</a> and its <a href="./file-structure-of-carbondata.html">storage 
structure</a>. This will help to understand other parts of the documentation, 
including deployment, programming and usage guides.</p>
 <p><strong>Quick Start:</strong> <a 
href="./quick-start-guide.html#installing-and-configuring-carbondata-to-run-locally-with-spark-shell">Run
 an example program</a> on your local machine or <a 
href="https://github.com/apache/carbondata/tree/master/examples/spark2/src/main/scala/org/apache/carbondata/examples";
 target=_blank>study some examples</a>.</p>
 <p><strong>CarbonData SQL Language Reference:</strong> CarbonData extends the 
Spark SQL language and adds several <a href="./ddl-of-carbondata.html">DDL</a> 
and <a href="./dml-of-carbondata.html">DML</a> statements to support operations 
on it. Refer to the <a href="./language-manual.html">Reference Manual</a> to 
understand the supported features and functions.</p>
-<p><strong>Programming Guides:</strong> You can read our guides about <a 
href="./sdk-guide.html">Java APIs supported</a> or <a 
href="./csdk-guide.html">C++ APIs supported</a> to learn how to integrate 
CarbonData with your applications.</p>
+<p><strong>Programming Guides:</strong> You can read our guides about <a 
href="./sdk-guide.html">Java APIs supported</a> or <a 
href="./CSDK-guide.html">C++ APIs supported</a> to learn how to integrate 
CarbonData with your applications.</p>
 <h2>
 <a id="integration" class="anchor" href="#integration" 
aria-hidden="true"><span aria-hidden="true" class="octicon 
octicon-link"></span></a>Integration</h2>
 <ul>
diff --git a/content/index-server.html b/content/index-server.html
index f7bea90..9a67034 100644
--- a/content/index-server.html
+++ b/content/index-server.html
@@ -253,7 +253,7 @@ information used for pruning.</p>
 <p>In IndexServer service a pruning RDD is fired which will take care of the 
pruning for that
 request. This RDD will be creating tasks based on the number of segments that 
are applicable for
 pruning. It can happen that the user has specified segments to access for that 
table, so only the
-specified segments would be applicable for pruning. Refer: <a 
href="https://github.com/apache/carbondata/blob/6e50c1c6fc1d6e82a4faf6dc6e0824299786ccc0/docs/segment-management-on-carbondata.html#query-data-with-specified-segments";>query-data-with-specified-segments</a>.
+specified segments would be applicable for pruning. Refer: <a 
href="./segment-management-on-carbondata.html#query-data-with-specified-segments">query-data-with-specified-segments</a>.
 IndexServer driver would have 2 important tasks, distributing the segments 
equally among the
 available executors and keeping track of the executor where the segment is 
cached.</p>
 <p>To achieve this 2 separate mappings would be maintained as follows.</p>
@@ -302,7 +302,7 @@ current query.</p>
 <p>The show metacache DDL has a new column called cache location will indicate 
whether the cache is
 from executor or driver. To drop cache the user has to enable/disable the 
index server using the
 dynamic configuration to clear the cache of the desired location.</p>
-<p>Refer: <a 
href="https://github.com/apache/carbondata/blob/master/docs/ddl-of-carbondata.html#cache";>MetaCacheDDL</a></p>
+<p>Refer: <a href="./ddl-of-carbondata.html#cache">MetaCacheDDL</a></p>
 <h2>
 <a id="fallback" class="anchor" href="#fallback" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>Fallback</h2>
 <p>In case of any failure the index server would fallback to embedded mode
@@ -363,7 +363,7 @@ executed  as a Privileged Action using the login user.</p>
 <tr>
 <td align="center">carbon.disable.index.server.fallback</td>
 <td align="center">false</td>
-<td align="center">Whether to enable/disable fallback for index server. Should 
be used for testing purposes only. Refer: <a href="#Fallback">Fallback</a>
+<td align="center">Whether to enable/disable fallback for index server. Should 
be used for testing purposes only. Refer: <a href="#fallback">Fallback</a>
 </td>
 </tr>
 <tr>
diff --git a/content/mv-datamap-guide.html b/content/mv-datamap-guide.html
index a6a3ee2..20a14bd 100644
--- a/content/mv-datamap-guide.html
+++ b/content/mv-datamap-guide.html
@@ -234,7 +234,7 @@
 <li><a href="#mv-datamap-introduction">MV DataMap</a></li>
 <li><a href="#loading-data">Loading Data</a></li>
 <li><a href="#querying-data">Querying Data</a></li>
-<li><a href="#compacting-mv-tables">Compaction</a></li>
+<li><a href="#compacting-mv-datamap">Compaction</a></li>
 <li><a href="#data-management-with-mv-tables">Data Management</a></li>
 </ul>
 <h2>
diff --git a/content/quick-start-guide.html b/content/quick-start-guide.html
index d3c788c..c17b5d5 100644
--- a/content/quick-start-guide.html
+++ b/content/quick-start-guide.html
@@ -264,18 +264,18 @@ EOF
 <p><a href="#installing-and-configuring-carbondata-on-presto">Installing and 
Configuring CarbonData on Presto</a></p>
 <h4>
 <a id="hive" class="anchor" href="#hive" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>Hive</h4>
-<p><a 
href="https://github.com/apache/carbondata/blob/master/docs/hive-guide.html"; 
target=_blank>Installing and Configuring CarbonData on Hive</a></p>
+<p><a href="./hive-guide.html" target=_blank>Installing and Configuring 
CarbonData on Hive</a></p>
 <h3>
 <a id="integration-with-storage-engines" class="anchor" 
href="#integration-with-storage-engines" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>Integration with 
Storage Engines</h3>
 <h4>
 <a id="hdfs" class="anchor" href="#hdfs" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>HDFS</h4>
-<p><a 
href="https://github.com/apache/carbondata/blob/master/docs/quick-start-guide.html#installing-and-configuring-carbondata-on-standalone-spark-cluster";>CarbonData
 supports read and write with HDFS</a></p>
+<p><a 
href="#installing-and-configuring-carbondata-on-standalone-spark-cluster">CarbonData
 supports read and write with HDFS</a></p>
 <h4>
 <a id="s3" class="anchor" href="#s3" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>S3</h4>
-<p><a 
href="https://github.com/apache/carbondata/blob/master/docs/s3-guide.html"; 
target=_blank>CarbonData supports read and write with S3</a></p>
+<p><a href="./s3-guide.html" target=_blank>CarbonData supports read and write 
with S3</a></p>
 <h4>
 <a id="alluxio" class="anchor" href="#alluxio" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>Alluxio</h4>
-<p><a 
href="https://github.com/apache/carbondata/blob/master/docs/alluxio-guide.html"; 
target=_blank>CarbonData supports read and write with Alluxio</a></p>
+<p><a href="./alluxio-guide.html" target=_blank>CarbonData supports read and 
write with Alluxio</a></p>
 <h2>
 <a id="installing-and-configuring-carbondata-to-run-locally-with-spark-shell" 
class="anchor" 
href="#installing-and-configuring-carbondata-to-run-locally-with-spark-shell" 
aria-hidden="true"><span aria-hidden="true" class="octicon 
octicon-link"></span></a>Installing and Configuring CarbonData to run locally 
with Spark Shell</h2>
 <p>Apache Spark Shell provides a simple way to learn the API, as well as a 
powerful tool to analyze data interactively. Please visit <a 
href="http://spark.apache.org/docs/latest/"; target=_blank rel="nofollow">Apache 
Spark Documentation</a> for more details on Spark shell.</p>
@@ -606,7 +606,7 @@ Example
 <h2>
 <a id="installing-and-configuring-carbondata-on-presto" class="anchor" 
href="#installing-and-configuring-carbondata-on-presto" 
aria-hidden="true"><span aria-hidden="true" class="octicon 
octicon-link"></span></a>Installing and Configuring CarbonData on Presto</h2>
 <p><strong>NOTE:</strong> <strong>CarbonData tables cannot be created nor 
loaded from Presto. User need to create CarbonData Table and load data into it
-either with <a 
href="#installing-and-configuring-carbondata-to-run-locally-with-spark-shell">Spark</a>
 or <a href="./sdk-guide.html">SDK</a> or <a href="./csdk-guide.html">C++ 
SDK</a>.
+either with <a 
href="#installing-and-configuring-carbondata-to-run-locally-with-spark-shell">Spark</a>
 or <a href="./sdk-guide.html">SDK</a> or <a href="./CSDK-guide.html">C++ 
SDK</a>.
 Once the table is created,it can be queried from Presto.</strong></p>
 <h3>
 <a id="installing-presto" class="anchor" href="#installing-presto" 
aria-hidden="true"><span aria-hidden="true" class="octicon 
octicon-link"></span></a>Installing Presto</h3>
diff --git a/src/main/webapp/ddl-of-carbondata.html 
b/src/main/webapp/ddl-of-carbondata.html
index 5720f10..ae8c618 100644
--- a/src/main/webapp/ddl-of-carbondata.html
+++ b/src/main/webapp/ddl-of-carbondata.html
@@ -927,7 +927,7 @@ Our SDK module currently supports writing data in this 
format.</p>
     """.stripMargin)
 </code></pre>
 <p>Here writer path will have carbondata and index files.
-This can be SDK output or C++ SDK output. Refer <a href="./sdk-guide.html">SDK 
Guide</a> and <a href="./csdk-guide.html">C++ SDK Guide</a>.</p>
+This can be SDK output or C++ SDK output. Refer <a href="./sdk-guide.html">SDK 
Guide</a> and <a href="./CSDK-guide.html">C++ SDK Guide</a>.</p>
 <p><strong>Note:</strong></p>
 <ol>
 <li>Dropping of the external table should not delete the files present in the 
location.</li>
diff --git a/src/main/webapp/documentation.html 
b/src/main/webapp/documentation.html
index 3ca010d..6b5ad92 100644
--- a/src/main/webapp/documentation.html
+++ b/src/main/webapp/documentation.html
@@ -235,7 +235,7 @@
 <p><strong>File Format Concepts:</strong> Start with the basics of 
understanding the <a 
href="./file-structure-of-carbondata.html#carbondata-file-format">CarbonData 
file format</a> and its <a href="./file-structure-of-carbondata.html">storage 
structure</a>. This will help to understand other parts of the documentation, 
including deployment, programming and usage guides.</p>
 <p><strong>Quick Start:</strong> <a 
href="./quick-start-guide.html#installing-and-configuring-carbondata-to-run-locally-with-spark-shell">Run
 an example program</a> on your local machine or <a 
href="https://github.com/apache/carbondata/tree/master/examples/spark2/src/main/scala/org/apache/carbondata/examples";
 target=_blank>study some examples</a>.</p>
 <p><strong>CarbonData SQL Language Reference:</strong> CarbonData extends the 
Spark SQL language and adds several <a href="./ddl-of-carbondata.html">DDL</a> 
and <a href="./dml-of-carbondata.html">DML</a> statements to support operations 
on it. Refer to the <a href="./language-manual.html">Reference Manual</a> to 
understand the supported features and functions.</p>
-<p><strong>Programming Guides:</strong> You can read our guides about <a 
href="./sdk-guide.html">Java APIs supported</a> or <a 
href="./csdk-guide.html">C++ APIs supported</a> to learn how to integrate 
CarbonData with your applications.</p>
+<p><strong>Programming Guides:</strong> You can read our guides about <a 
href="./sdk-guide.html">Java APIs supported</a> or <a 
href="./CSDK-guide.html">C++ APIs supported</a> to learn how to integrate 
CarbonData with your applications.</p>
 <h2>
 <a id="integration" class="anchor" href="#integration" 
aria-hidden="true"><span aria-hidden="true" class="octicon 
octicon-link"></span></a>Integration</h2>
 <ul>
diff --git a/src/main/webapp/index-server.html 
b/src/main/webapp/index-server.html
index f7bea90..9a67034 100644
--- a/src/main/webapp/index-server.html
+++ b/src/main/webapp/index-server.html
@@ -253,7 +253,7 @@ information used for pruning.</p>
 <p>In IndexServer service a pruning RDD is fired which will take care of the 
pruning for that
 request. This RDD will be creating tasks based on the number of segments that 
are applicable for
 pruning. It can happen that the user has specified segments to access for that 
table, so only the
-specified segments would be applicable for pruning. Refer: <a 
href="https://github.com/apache/carbondata/blob/6e50c1c6fc1d6e82a4faf6dc6e0824299786ccc0/docs/segment-management-on-carbondata.html#query-data-with-specified-segments";>query-data-with-specified-segments</a>.
+specified segments would be applicable for pruning. Refer: <a 
href="./segment-management-on-carbondata.html#query-data-with-specified-segments">query-data-with-specified-segments</a>.
 IndexServer driver would have 2 important tasks, distributing the segments 
equally among the
 available executors and keeping track of the executor where the segment is 
cached.</p>
 <p>To achieve this 2 separate mappings would be maintained as follows.</p>
@@ -302,7 +302,7 @@ current query.</p>
 <p>The show metacache DDL has a new column called cache location will indicate 
whether the cache is
 from executor or driver. To drop cache the user has to enable/disable the 
index server using the
 dynamic configuration to clear the cache of the desired location.</p>
-<p>Refer: <a 
href="https://github.com/apache/carbondata/blob/master/docs/ddl-of-carbondata.html#cache";>MetaCacheDDL</a></p>
+<p>Refer: <a href="./ddl-of-carbondata.html#cache">MetaCacheDDL</a></p>
 <h2>
 <a id="fallback" class="anchor" href="#fallback" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>Fallback</h2>
 <p>In case of any failure the index server would fallback to embedded mode
@@ -363,7 +363,7 @@ executed  as a Privileged Action using the login user.</p>
 <tr>
 <td align="center">carbon.disable.index.server.fallback</td>
 <td align="center">false</td>
-<td align="center">Whether to enable/disable fallback for index server. Should 
be used for testing purposes only. Refer: <a href="#Fallback">Fallback</a>
+<td align="center">Whether to enable/disable fallback for index server. Should 
be used for testing purposes only. Refer: <a href="#fallback">Fallback</a>
 </td>
 </tr>
 <tr>
diff --git a/src/main/webapp/mv-datamap-guide.html 
b/src/main/webapp/mv-datamap-guide.html
index a6a3ee2..20a14bd 100644
--- a/src/main/webapp/mv-datamap-guide.html
+++ b/src/main/webapp/mv-datamap-guide.html
@@ -234,7 +234,7 @@
 <li><a href="#mv-datamap-introduction">MV DataMap</a></li>
 <li><a href="#loading-data">Loading Data</a></li>
 <li><a href="#querying-data">Querying Data</a></li>
-<li><a href="#compacting-mv-tables">Compaction</a></li>
+<li><a href="#compacting-mv-datamap">Compaction</a></li>
 <li><a href="#data-management-with-mv-tables">Data Management</a></li>
 </ul>
 <h2>
diff --git a/src/main/webapp/quick-start-guide.html 
b/src/main/webapp/quick-start-guide.html
index d3c788c..c17b5d5 100644
--- a/src/main/webapp/quick-start-guide.html
+++ b/src/main/webapp/quick-start-guide.html
@@ -264,18 +264,18 @@ EOF
 <p><a href="#installing-and-configuring-carbondata-on-presto">Installing and 
Configuring CarbonData on Presto</a></p>
 <h4>
 <a id="hive" class="anchor" href="#hive" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>Hive</h4>
-<p><a 
href="https://github.com/apache/carbondata/blob/master/docs/hive-guide.html"; 
target=_blank>Installing and Configuring CarbonData on Hive</a></p>
+<p><a href="./hive-guide.html" target=_blank>Installing and Configuring 
CarbonData on Hive</a></p>
 <h3>
 <a id="integration-with-storage-engines" class="anchor" 
href="#integration-with-storage-engines" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>Integration with 
Storage Engines</h3>
 <h4>
 <a id="hdfs" class="anchor" href="#hdfs" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>HDFS</h4>
-<p><a 
href="https://github.com/apache/carbondata/blob/master/docs/quick-start-guide.html#installing-and-configuring-carbondata-on-standalone-spark-cluster";>CarbonData
 supports read and write with HDFS</a></p>
+<p><a 
href="#installing-and-configuring-carbondata-on-standalone-spark-cluster">CarbonData
 supports read and write with HDFS</a></p>
 <h4>
 <a id="s3" class="anchor" href="#s3" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>S3</h4>
-<p><a 
href="https://github.com/apache/carbondata/blob/master/docs/s3-guide.html"; 
target=_blank>CarbonData supports read and write with S3</a></p>
+<p><a href="./s3-guide.html" target=_blank>CarbonData supports read and write 
with S3</a></p>
 <h4>
 <a id="alluxio" class="anchor" href="#alluxio" aria-hidden="true"><span 
aria-hidden="true" class="octicon octicon-link"></span></a>Alluxio</h4>
-<p><a 
href="https://github.com/apache/carbondata/blob/master/docs/alluxio-guide.html"; 
target=_blank>CarbonData supports read and write with Alluxio</a></p>
+<p><a href="./alluxio-guide.html" target=_blank>CarbonData supports read and 
write with Alluxio</a></p>
 <h2>
 <a id="installing-and-configuring-carbondata-to-run-locally-with-spark-shell" 
class="anchor" 
href="#installing-and-configuring-carbondata-to-run-locally-with-spark-shell" 
aria-hidden="true"><span aria-hidden="true" class="octicon 
octicon-link"></span></a>Installing and Configuring CarbonData to run locally 
with Spark Shell</h2>
 <p>Apache Spark Shell provides a simple way to learn the API, as well as a 
powerful tool to analyze data interactively. Please visit <a 
href="http://spark.apache.org/docs/latest/"; target=_blank rel="nofollow">Apache 
Spark Documentation</a> for more details on Spark shell.</p>
@@ -606,7 +606,7 @@ Example
 <h2>
 <a id="installing-and-configuring-carbondata-on-presto" class="anchor" 
href="#installing-and-configuring-carbondata-on-presto" 
aria-hidden="true"><span aria-hidden="true" class="octicon 
octicon-link"></span></a>Installing and Configuring CarbonData on Presto</h2>
 <p><strong>NOTE:</strong> <strong>CarbonData tables cannot be created nor 
loaded from Presto. User need to create CarbonData Table and load data into it
-either with <a 
href="#installing-and-configuring-carbondata-to-run-locally-with-spark-shell">Spark</a>
 or <a href="./sdk-guide.html">SDK</a> or <a href="./csdk-guide.html">C++ 
SDK</a>.
+either with <a 
href="#installing-and-configuring-carbondata-to-run-locally-with-spark-shell">Spark</a>
 or <a href="./sdk-guide.html">SDK</a> or <a href="./CSDK-guide.html">C++ 
SDK</a>.
 Once the table is created,it can be queried from Presto.</strong></p>
 <h3>
 <a id="installing-presto" class="anchor" href="#installing-presto" 
aria-hidden="true"><span aria-hidden="true" class="octicon 
octicon-link"></span></a>Installing Presto</h3>

Reply via email to