maheshrajus opened a new pull request #3740: URL: https://github.com/apache/carbondata/pull/3740 [CARBONDATA-3791]Fix spelling, validating links for quick-start guide and configuration parameters ### Why is this PR needed? Fix spelling, validating links for quick-start guide and configuration parameters ### What changes were proposed in this PR? .md file changes ### Does this PR introduce any user interface change? - No ### Is any new testcase added? - No ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
Indhumathi27 commented on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623341275 @maheshrajus Please remove` carbon.query.directQueryOnDataMap.enabled` property also from doc ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
Indhumathi27 edited a comment on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623341275 @maheshrajus Please remove` carbon.query.directQueryOnDataMap.enabled` property also from doc and rename datamap to index in Line No.45 in `docs/configuration-parameters.md` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623372693 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2925/ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623388828 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1207/ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
maheshrajus commented on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623394075 > @maheshrajus Please remove` carbon.query.directQueryOnDataMap.enabled` property also from doc and rename datamap to index in Line No.45 in `docs/configuration-parameters.md` @Indhumathi27 this property already removed. Thanks! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on a change in pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#discussion_r419879774 ########## File path: docs/configuration-parameters.md ########## @@ -206,21 +206,18 @@ RESET | Properties | Description | | ----------------------------------------- | ------------------------------------------------------------ | -| carbon.options.bad.records.logger.enable | CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the over all data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | -| carbon.options.bad.records.logger.enable | To enable or disable bad record logger. | +| carbon.options.bad.records.logger.enable | To enable or disable bad record logger. CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the over all data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | | Review comment: ```suggestion | carbon.options.bad.records.logger.enable | To enable or disable a bad record logger. CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the overall data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | | ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on a change in pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#discussion_r419880174 ########## File path: docs/configuration-parameters.md ########## @@ -206,21 +206,18 @@ RESET | Properties | Description | | ----------------------------------------- | ------------------------------------------------------------ | -| carbon.options.bad.records.logger.enable | CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the over all data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | -| carbon.options.bad.records.logger.enable | To enable or disable bad record logger. | +| carbon.options.bad.records.logger.enable | To enable or disable bad record logger. CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the over all data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | | | carbon.options.bad.records.action | This property can have four types of actions for bad records FORCE, REDIRECT, IGNORE and FAIL. If set to FORCE then it auto-corrects the data by storing the bad records as NULL. If set to REDIRECT then bad records are written to the raw CSV instead of being loaded. If set to IGNORE then bad records are neither loaded nor written to the raw CSV. If set to FAIL then data loading fails if any bad records are found. | Review comment: ```suggestion | carbon.options.bad.records.action | This property has four types of bad record actions: FORCE, REDIRECT, IGNORE and FAIL. If set to FORCE then it auto-corrects the data by storing the bad records as NULL. If set to REDIRECT then bad records are written to the raw CSV instead of being loaded. If set to IGNORE then bad records are neither loaded nor written to the raw CSV. If set to FAIL then data loading fails if any bad records are found. | ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on a change in pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#discussion_r419882104 ########## File path: docs/quick-start-guide.md ########## @@ -16,10 +16,10 @@ --> # Quick Start -This tutorial provides a quick introduction to using CarbonData. To follow along with this guide, first download a packaged release of CarbonData from the [CarbonData website](https://dist.apache.org/repos/dist/release/carbondata/).Alternatively it can be created following [Building CarbonData](https://github.com/apache/carbondata/tree/master/build) steps. +This tutorial provides a quick introduction to using CarbonData. To follow along with this guide, download a packaged release of CarbonData from the [CarbonData website](https://dist.apache.org/repos/dist/release/carbondata/). Alternatively, it can be created following [Building CarbonData](https://github.com/apache/carbondata/tree/master/build) steps. Review comment: ```suggestion This tutorial provides a quick introduction to use CarbonData. To follow along with this guide, download a packaged release of CarbonData from the [CarbonData website](https://dist.apache.org/repos/dist/release/carbondata/). Alternatively, it can be created following [Building CarbonData](https://github.com/apache/carbondata/tree/master/build) steps. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on a change in pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#discussion_r419884698 ########## File path: docs/quick-start-guide.md ########## @@ -438,6 +440,6 @@ Query from the available tables select * from carbon_table; ``` -**Note :** Create Tables and data loads should be done before executing queries as we can not create carbon table from this interface. +**Note:** Create Tables and data loads should be done before executing queries as we can not create carbon table from this interface. ``` Review comment: Remove this line ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
maheshrajus commented on a change in pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#discussion_r419892209 ########## File path: docs/quick-start-guide.md ########## @@ -16,10 +16,10 @@ --> # Quick Start -This tutorial provides a quick introduction to using CarbonData. To follow along with this guide, first download a packaged release of CarbonData from the [CarbonData website](https://dist.apache.org/repos/dist/release/carbondata/).Alternatively it can be created following [Building CarbonData](https://github.com/apache/carbondata/tree/master/build) steps. +This tutorial provides a quick introduction to using CarbonData. To follow along with this guide, download a packaged release of CarbonData from the [CarbonData website](https://dist.apache.org/repos/dist/release/carbondata/). Alternatively, it can be created following [Building CarbonData](https://github.com/apache/carbondata/tree/master/build) steps. Review comment: done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
maheshrajus commented on a change in pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#discussion_r419893657 ########## File path: docs/configuration-parameters.md ########## @@ -206,21 +206,18 @@ RESET | Properties | Description | | ----------------------------------------- | ------------------------------------------------------------ | -| carbon.options.bad.records.logger.enable | CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the over all data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | -| carbon.options.bad.records.logger.enable | To enable or disable bad record logger. | +| carbon.options.bad.records.logger.enable | To enable or disable bad record logger. CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the over all data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | | Review comment: done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
maheshrajus commented on a change in pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#discussion_r419894379 ########## File path: docs/configuration-parameters.md ########## @@ -206,21 +206,18 @@ RESET | Properties | Description | | ----------------------------------------- | ------------------------------------------------------------ | -| carbon.options.bad.records.logger.enable | CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the over all data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | -| carbon.options.bad.records.logger.enable | To enable or disable bad record logger. | +| carbon.options.bad.records.logger.enable | To enable or disable bad record logger. CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the over all data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | | | carbon.options.bad.records.action | This property can have four types of actions for bad records FORCE, REDIRECT, IGNORE and FAIL. If set to FORCE then it auto-corrects the data by storing the bad records as NULL. If set to REDIRECT then bad records are written to the raw CSV instead of being loaded. If set to IGNORE then bad records are neither loaded nor written to the raw CSV. If set to FAIL then data loading fails if any bad records are found. | Review comment: done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
maheshrajus commented on a change in pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#discussion_r419894537 ########## File path: docs/quick-start-guide.md ########## @@ -438,6 +440,6 @@ Query from the available tables select * from carbon_table; ``` -**Note :** Create Tables and data loads should be done before executing queries as we can not create carbon table from this interface. +**Note:** Create Tables and data loads should be done before executing queries as we can not create carbon table from this interface. ``` Review comment: done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623934631 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1220/ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623942535 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/2938/ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on a change in pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#discussion_r419971435 ########## File path: docs/configuration-parameters.md ########## @@ -206,21 +206,18 @@ RESET | Properties | Description | | ----------------------------------------- | ------------------------------------------------------------ | -| carbon.options.bad.records.logger.enable | CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the over all data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | -| carbon.options.bad.records.logger.enable | To enable or disable bad record logger. | -| carbon.options.bad.records.action | This property can have four types of actions for bad records FORCE, REDIRECT, IGNORE and FAIL. If set to FORCE then it auto-corrects the data by storing the bad records as NULL. If set to REDIRECT then bad records are written to the raw CSV instead of being loaded. If set to IGNORE then bad records are neither loaded nor written to the raw CSV. If set to FAIL then data loading fails if any bad records are found. | +| carbon.options.bad.records.logger.enable | To enable or disable a bad record logger. CarbonData can identify the records that are not conformant to schema and isolate them as bad records. Enabling this configuration will make CarbonData to log such bad records.**NOTE:** If the input data contains many bad records, logging them will slow down the overall data loading throughput. The data load operation status would depend on the configuration in ***carbon.bad.records.action***. | | +| carbon.options.bad.records.action | This property has four types of bad record actions: FORCE, REDIRECT, IGNORE and FAIL. If set to FORCE then it auto-corrects the data by storing the bad records as NULL. If set to REDIRECT then bad records are written to the raw CSV instead of being loaded. If set to IGNORE then bad records are neither loaded nor written to the raw CSV. If set to FAIL then data loading fails if any bad records are found. | | carbon.options.is.empty.data.bad.record | If false, then empty ("" or '' or ,,) data will not be considered as bad record and vice versa. | -| carbon.options.batch.sort.size.inmb | Size of batch data to keep in memory, as a thumb rule it supposed to be less than 45% of sort.inmemory.size.inmb otherwise it may spill intermediate data to disk. | | carbon.options.bad.record.path | Specifies the HDFS path where bad records needs to be stored. | | carbon.custom.block.distribution | Specifies whether to use the Spark or Carbon block distribution feature.**NOTE: **Refer to [Query Configuration](#query-configuration)#carbon.custom.block.distribution for more details on CarbonData scheduler. | Review comment: ```suggestion | carbon.custom.block.distribution | Specifies whether to use the Spark or Carbon block distribution feature. **NOTE: ** Refer to [Query Configuration](#query-configuration)#carbon.custom.block.distribution for more details on CarbonData scheduler. | ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623950476 Please format from `**NOTE*:*` to ` **NOTE*:* ` for carbon.enable.auto.load.merge, carbon.prefetch.buffersize,carbon.concurrent.compaction,carbon.compaction.prefetch.enable ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
Indhumathi27 edited a comment on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623950476 Please format from `"**NOTE*:*"` to `" **NOTE*:* "` for carbon.enable.auto.load.merge, carbon.prefetch.buffersize,carbon.concurrent.compaction,carbon.compaction.prefetch.enable ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
Indhumathi27 edited a comment on pull request #3740: URL: https://github.com/apache/carbondata/pull/3740#issuecomment-623950476 Please format from `"**NOTE:**"` to `" **NOTE:** "` for carbon.enable.auto.load.merge, carbon.prefetch.buffersize,carbon.concurrent.compaction,carbon.compaction.prefetch.enable ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
Free forum by Nabble | Edit this page |