You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2018/08/29 13:23:57 UTC

carbondata git commit: [Documentation] Added the missing links for online documentation

Repository: carbondata
Updated Branches:
  refs/heads/master 2f537b724 -> 1179a0381


[Documentation] Added the missing links for online documentation

Added the missing links for the online documentation:

S3 Guide
Bloom filter Datamap
Lucene Datamap

This closes #2669


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

Branch: refs/heads/master
Commit: 1179a03817caeb20ea2a1997470b02be8e2de88e
Parents: 2f537b7
Author: manishnalla1994 <30...@users.noreply.github.com>
Authored: Wed Aug 29 15:57:23 2018 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Wed Aug 29 18:53:47 2018 +0530

----------------------------------------------------------------------
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/1179a038/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d76b080..960d4e9 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,11 @@ CarbonData is built using Apache Maven, to [build CarbonData](https://github.com
 * [Configuring Carbondata](https://github.com/apache/carbondata/blob/master/docs/configuration-parameters.md)
 * [Streaming Ingestion](https://github.com/apache/carbondata/blob/master/docs/streaming-guide.md)
 * [SDK Guide](https://github.com/apache/carbondata/blob/master/docs/sdk-guide.md)
+* [S3 Guide](https://github.com/apache/carbondata/blob/master/docs/s3-guide.md)
 * [DataMap Developer Guide](https://github.com/apache/carbondata/blob/master/docs/datamap-developer-guide.md)
+* [CarbonData DataMap Management](https://github.com/apache/carbondata/blob/master/docs/datamap/datamap-management.md)
+* [CarbonData BloomFilter DataMap](https://github.com/apache/carbondata/blob/master/docs/datamap/bloomfilter-datamap-guide.md)
+* [CarbonData Lucene DataMap](https://github.com/apache/carbondata/blob/master/docs/datamap/lucene-datamap-guide.md)
 * [CarbonData Pre-aggregate DataMap](https://github.com/apache/carbondata/blob/master/docs/datamap/preaggregate-datamap-guide.md)
 * [CarbonData Timeseries DataMap](https://github.com/apache/carbondata/blob/master/docs/datamap/timeseries-datamap-guide.md)
 * [FAQ](https://github.com/apache/carbondata/blob/master/docs/faq.md)