Repository: carbondata Updated Branches: refs/heads/master a9cc43411 -> 73a5885a4
[CARBONDATA-2915] update document links update document links This closes #2707 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/73a5885a Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/73a5885a Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/73a5885a Branch: refs/heads/master Commit: 73a5885a4a4ab85aab45602bd2c6ab93f40f98dc Parents: a9cc434 Author: Raghunandan S <[email protected]> Authored: Tue Sep 11 12:59:53 2018 +0800 Committer: kumarvishal09 <[email protected]> Committed: Tue Sep 11 10:47:32 2018 +0530 ---------------------------------------------------------------------- README.md | 9 ++++----- docs/dml-of-carbondata.md | 6 +++--- docs/language-manual.md | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/73a5885a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 960d4e9..ba2cbf7 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ CarbonData is built using Apache Maven, to [build CarbonData](https://github.com * [Quick Start](https://github.com/apache/carbondata/blob/master/docs/quick-start-guide.md) * [CarbonData File Structure](https://github.com/apache/carbondata/blob/master/docs/file-structure-of-carbondata.md) * [Data Types](https://github.com/apache/carbondata/blob/master/docs/supported-data-types-in-carbondata.md) -* [Data Management on CarbonData](https://github.com/apache/carbondata/blob/master/docs/data-management-on-carbondata.md) -* [Cluster Installation and Deployment](https://github.com/apache/carbondata/blob/master/docs/installation-guide.md) +* [Data Management on CarbonData](https://github.com/apache/carbondata/blob/master/docs/language-manual.md) * [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) @@ -60,9 +59,9 @@ CarbonData is built using Apache Maven, to [build CarbonData](https://github.com * [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) +* [Performance Tuning](https://github.com/apache/carbondata/blob/master/docs/performance-tuning.md) * [FAQ](https://github.com/apache/carbondata/blob/master/docs/faq.md) -* [Trouble Shooting](https://github.com/apache/carbondata/blob/master/docs/troubleshooting.md) -* [Useful Tips](https://github.com/apache/carbondata/blob/master/docs/useful-tips-on-carbondata.md) +* [Use Cases](https://github.com/apache/carbondata/blob/master/docs/usecases.md) ## Other Technical Material * [Apache CarbonData meetup material](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=66850609) @@ -70,7 +69,7 @@ CarbonData is built using Apache Maven, to [build CarbonData](https://github.com ## Fork and Contribute This is an active open source project for everyone, and we are always open to people who want to use this system or contribute to it. -This guide document introduce [how to contribute to CarbonData](https://github.com/apache/carbondata/blob/master/docs/How-to-contribute-to-Apache-CarbonData.md). +This guide document introduce [how to contribute to CarbonData](https://github.com/apache/carbondata/blob/master/docs/how-to-contribute-to-apache-carbondata.md). ## Contact us To get involved in CarbonData: http://git-wip-us.apache.org/repos/asf/carbondata/blob/73a5885a/docs/dml-of-carbondata.md ---------------------------------------------------------------------- diff --git a/docs/dml-of-carbondata.md b/docs/dml-of-carbondata.md index 42da655..98bb132 100644 --- a/docs/dml-of-carbondata.md +++ b/docs/dml-of-carbondata.md @@ -46,7 +46,7 @@ CarbonData DML statements are documented here,which includes: | ------------------------------------------------------- | ------------------------------------------------------------ | | [DELIMITER](#delimiter) | Character used to separate the data in the input csv file | | [QUOTECHAR](#quotechar) | Character used to quote the data in the input csv file | -| [COMMENTCHAR](#commentchar) | Character used to comment the rows in the input csv file.Those rows will be skipped from processing | +| [COMMENTCHAR](#commentchar) | Character used to comment the rows in the input csv file. Those rows will be skipped from processing | | [HEADER](#header) | Whether the input csv files have header row | | [FILEHEADER](#fileheader) | If header is not present in the input csv, what is the column names to be used for data read from input csv | | [MULTILINE](#multiline) | Whether a row data can span across multiple lines. | @@ -56,8 +56,8 @@ CarbonData DML statements are documented here,which includes: | [COMPLEX_DELIMITER_LEVEL_2](#complex_delimiter_level_2) | Ending delimiter for complex type data in input csv file | | [ALL_DICTIONARY_PATH](#all_dictionary_path) | Path to read the dictionary data from all columns | | [COLUMNDICT](#columndict) | Path to read the dictionary data from for particular column | -| [DATEFORMAT](#dateformat) | Format of date in the input csv file | -| [TIMESTAMPFORMAT](#timestampformat) | Format of timestamp in the input csv file | +| [DATEFORMAT](#dateformattimestampformat) | Format of date in the input csv file | +| [TIMESTAMPFORMAT](#dateformattimestampformat) | Format of timestamp in the input csv file | | [SORT_COLUMN_BOUNDS](#sort-column-bounds) | How to parititon the sort columns to make the evenly distributed | | [SINGLE_PASS](#single_pass) | When to enable single pass data loading | | [BAD_RECORDS_LOGGER_ENABLE](#bad-records-handling) | Whether to enable bad records logging | http://git-wip-us.apache.org/repos/asf/carbondata/blob/73a5885a/docs/language-manual.md ---------------------------------------------------------------------- diff --git a/docs/language-manual.md b/docs/language-manual.md index 123cae3..9d3a9b9 100644 --- a/docs/language-manual.md +++ b/docs/language-manual.md @@ -32,7 +32,7 @@ CarbonData has its own parser, in addition to Spark's SQL Parser, to parse and p - Materialized Views (MV) - [Streaming](./streaming-guide.md) - Data Manipulation Statements - - [DML:](./dml-of-carbondata.md) [Load](./dml-of-carbondata.md#load-data), [Insert](./ddl-of-carbondata.md#insert-overwrite), [Update](./dml-of-carbondata.md#update), [Delete](./dml-of-carbondata.md#delete) + - [DML:](./dml-of-carbondata.md) [Load](./dml-of-carbondata.md#load-data), [Insert](./dml-of-carbondata.md#insert-data-into-carbondata-table), [Update](./dml-of-carbondata.md#update), [Delete](./dml-of-carbondata.md#delete) - [Segment Management](./segment-management-on-carbondata.md) - [Configuration Properties](./configuration-parameters.md)
