Github user sgururajshetty commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2788#discussion_r222666063
--- Diff: docs/carbon-as-spark-datasource-guide.md ---
@@ -41,25 +42,23 @@ Carbon table can be created with spark's datasource DDL
syntax as follows.
| Property | Default Value | Description |
|-----------|--------------|------------|
-| table_blocksize | 1024 | Size of blocks to write onto hdfs |
+| table_blocksize | 1024 | Size of blocks to write onto hdfs. For more
details, see [Table Block Size
Configuration](./ddl-of-carbondata.md#table-block-size-configuration) |
--- End diff --
Added reference to all properties
---