You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/02/20 23:51:58 UTC

[3/3] incubator-carbondata-site git commit: update pmc and committer link

update pmc and committer link


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/commit/9ebca155
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/tree/9ebca155
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/diff/9ebca155

Branch: refs/heads/asf-site
Commit: 9ebca155436b75efe8343b8c473af2219449bfa1
Parents: b0c921f
Author: chenliang613 <ch...@huawei.com>
Authored: Tue Feb 21 07:51:29 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Tue Feb 21 07:51:29 2017 +0800

----------------------------------------------------------------------
 .../latest_htmls/configuration-parameters.html  | 431 +++++++++++++++++++
 content/docs/latest_htmls/data-management.html  | 175 ++++++++
 .../ddl-operation-on-carbondata.html            | 214 +++++++++
 .../dml-operation-on-carbondata.html            | 361 ++++++++++++++++
 content/docs/latest_htmls/faq.html              |  45 ++
 .../file-structure-of-carbondata.html           |   6 +
 .../docs/latest_htmls/installation-guide.html   | 245 +++++++++++
 .../latest_htmls/overview-of-carbondata.html    |  44 ++
 .../docs/latest_htmls/quick-start-guide.html    |  77 ++++
 .../supported-data-types-in-carbondata.html     |  18 +
 content/docs/latest_htmls/troubleshooting.html  | 108 +++++
 .../latest_htmls/useful-tips-on-carbondata.html | 208 +++++++++
 content/docs/latest_htmls/user-guide-toc.html   |  45 ++
 content/docs/latest_htmls/using-carbondata.html |  14 +
 content/index.html                              |   8 +-
 content/pdf/maven-pdf-plugin.pdf                | Bin 162057 -> 164355 bytes
 .../latest_htmls/configuration-parameters.html  | 431 +++++++++++++++++++
 .../docs/latest_htmls/data-management.html      | 175 ++++++++
 .../ddl-operation-on-carbondata.html            | 214 +++++++++
 .../dml-operation-on-carbondata.html            | 361 ++++++++++++++++
 src/main/webapp/docs/latest_htmls/faq.html      |  45 ++
 .../file-structure-of-carbondata.html           |   6 +
 .../docs/latest_htmls/installation-guide.html   | 245 +++++++++++
 .../latest_htmls/overview-of-carbondata.html    |  44 ++
 .../docs/latest_htmls/quick-start-guide.html    |  77 ++++
 .../supported-data-types-in-carbondata.html     |  18 +
 .../docs/latest_htmls/troubleshooting.html      | 108 +++++
 .../latest_htmls/useful-tips-on-carbondata.html | 208 +++++++++
 .../docs/latest_htmls/user-guide-toc.html       |  45 ++
 .../docs/latest_htmls/using-carbondata.html     |  14 +
 src/main/webapp/index.html                      |   4 +-
 31 files changed, 3988 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/9ebca155/content/docs/latest_htmls/configuration-parameters.html
----------------------------------------------------------------------
diff --git a/content/docs/latest_htmls/configuration-parameters.html b/content/docs/latest_htmls/configuration-parameters.html
new file mode 100644
index 0000000..f4253ce
--- /dev/null
+++ b/content/docs/latest_htmls/configuration-parameters.html
@@ -0,0 +1,431 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+--><h1>Configuring CarbonData</h1><p>This tutorial guides you through the advanced configurations of CarbonData :</p>
+<ul>
+  <li><a href="#system-configuration">System Configuration</a></li>
+  <li><a href="#performance-configuration">Performance Configuration</a></li>
+  <li><a href="#miscellaneous-configuration">Miscellaneous Configuration</a></li>
+  <li><a href="#spark-configuration">Spark Configuration</a></li>
+</ul><h2>System Configuration</h2><p>This section provides the details of all the configurations required for the CarbonData System.</p><p><b><p align="center">System Configuration in carbon.properties</p></b></p>
+<table>
+  <thead>
+    <tr>
+      <th>Property </th>
+      <th>Default Value </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.storelocation </td>
+      <td>/user/hive/warehouse/carbon.store </td>
+      <td>Location where CarbonData will create the store, and write the data in its own format. NOTE: Store location should be in HDFS. </td>
+    </tr>
+    <tr>
+      <td>carbon.ddl.base.hdfs.url </td>
+      <td>hdfs://hacluster/opt/data </td>
+      <td>This property is used to configure the HDFS relative path, the path configured in carbon.ddl.base.hdfs.url will be appended to the HDFS path configured in fs.defaultFS. If this path is configured, then user need not pass the complete path while dataload. For example: If absolute path of the csv file is hdfs://10.18.101.155:54310/data/cnbc/2016/xyz.csv, the path "hdfs://10.18.101.155:54310" will come from property fs.defaultFS and user can configure the /data/cnbc/ as carbon.ddl.base.hdfs.url. Now while dataload user can specify the csv path as /2016/xyz.csv. </td>
+    </tr>
+    <tr>
+      <td>carbon.badRecords.location </td>
+      <td>/opt/Carbon/Spark/badrecords </td>
+      <td>Path where the bad records are stored. </td>
+    </tr>
+    <tr>
+      <td>carbon.kettle.home </td>
+      <td>$SPARK_HOME/carbonlib/carbonplugins </td>
+      <td>Configuration for loading the data with kettle. </td>
+    </tr>
+    <tr>
+      <td>carbon.data.file.version </td>
+      <td>2 </td>
+      <td>If this parameter value is set to 1, then CarbonData will support the data load which is in old format(0.x version). If the value is set to 2(1.x onwards version), then CarbonData will support the data load of new format only. </td>
+    </tr>
+  </tbody>
+</table><h2>Performance Configuration</h2><p>This section provides the details of all the configurations required for CarbonData Performance Optimization.</p><p><b><p align="center">Performance Configuration in carbon.properties</p></b></p>
+<ul>
+  <li><strong>Data Loading Configuration</strong></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default Value </th>
+      <th>Description </th>
+      <th>Range </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.sort.file.buffer.size </td>
+      <td>20 </td>
+      <td>File read buffer size used during sorting. This value is expressed in MB. </td>
+      <td>Min=1 and Max=100 </td>
+    </tr>
+    <tr>
+      <td>carbon.graph.rowset.size </td>
+      <td>100000 </td>
+      <td>Rowset size exchanged between data load graph steps. </td>
+      <td>Min=500 and Max=1000000 </td>
+    </tr>
+    <tr>
+      <td>carbon.number.of.cores.while.loading </td>
+      <td>6 </td>
+      <td>Number of cores to be used while loading data. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.sort.size </td>
+      <td>500000 </td>
+      <td>Record count to sort and write intermediate files to temp. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.enableXXHash </td>
+      <td>true </td>
+      <td>Algorithm for hashmap for hashkey calculation. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.number.of.cores.block.sort </td>
+      <td>7 </td>
+      <td>Number of cores to use for block sort while loading data. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.max.driver.lru.cache.size </td>
+      <td>-1 </td>
+      <td>Max LRU cache size upto which data will be loaded at the driver side. This value is expressed in MB. Default value of -1 means there is no memory limit for caching. Only integer values greater than 0 are accepted. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.max.executor.lru.cache.size </td>
+      <td>-1 </td>
+      <td>Max LRU cache size upto which data will be loaded at the executor side. This value is expressed in MB. Default value of -1 means there is no memory limit for caching. Only integer values greater than 0 are accepted. If this parameter is not configured, then the carbon.max.driver.lru.cache.size value will be considered. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.merge.sort.prefetch </td>
+      <td>true </td>
+      <td>Enable prefetch of data during merge sort while reading data from sort temp files in data loading. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.update.persist.enable </td>
+      <td>true </td>
+      <td>Enabling this parameter considers persistent data. Enabling this will reduce the execution time of UPDATE operation. </td>
+      <td> </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li><strong>Compaction Configuration</strong></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default Value </th>
+      <th>Description </th>
+      <th>Range </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.number.of.cores.while.compacting </td>
+      <td>2 </td>
+      <td>Number of cores which are used to write data during compaction. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.compaction.level.threshold </td>
+      <td>4, 3 </td>
+      <td>This property is for minor compaction which decides how many segments to be merged. Example: If it is set as 2, 3 then minor compaction will be triggered for every 2 segments. 3 is the number of level 1 compacted segment which is further compacted to new segment. </td>
+      <td>Valid values are from 0-100. </td>
+    </tr>
+    <tr>
+      <td>carbon.major.compaction.size </td>
+      <td>1024 </td>
+      <td>Major compaction size can be configured using this parameter. Sum of the segments which is below this threshold will be merged. This value is expressed in MB. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.horizontal.compaction.enable </td>
+      <td>true </td>
+      <td>This property is used to turn ON/OFF horizontal compaction. After every DELETE and UPDATE statement, horizontal compaction may occur in case the delta (DELETE/ UPDATE) files becomes more than specified threshold. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.horizontal.UPDATE.compaction.threshold </td>
+      <td>1 </td>
+      <td>This property specifies the threshold limit on number of UPDATE delta files within a segment. In case the number of delta files goes beyond the threshold, the UPDATE delta files within the segment becomes eligible for horizontal compaction and compacted into single UPDATE delta file. </td>
+      <td>Values between 1 to 10000. </td>
+    </tr>
+    <tr>
+      <td>carbon.horizontal.DELETE.compaction.threshold </td>
+      <td>1 </td>
+      <td>This property specifies the threshold limit on number of DELETE delta files within a block of a segment. In case the number of delta files goes beyond the threshold, the DELETE delta files for the particular block of the segment becomes eligible for horizontal compaction and compacted into single DELETE delta file. </td>
+      <td>Values between 1 to 10000. </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li><strong>Query Configuration</strong></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default Value </th>
+      <th>Description </th>
+      <th>Range </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.number.of.cores </td>
+      <td>4 </td>
+      <td>Number of cores to be used while querying. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>carbon.inmemory.record.size </td>
+      <td>120000 </td>
+      <td>Number of records to be in memory while querying. </td>
+      <td>Min=100000 and Max=240000 </td>
+    </tr>
+    <tr>
+      <td>carbon.enable.quick.filter </td>
+      <td>false </td>
+      <td>Improves the performance of filter query. </td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td>no.of.cores.to.load.blocks.in.driver </td>
+      <td>10 </td>
+      <td>Number of core to load the blocks in driver. </td>
+      <td> </td>
+    </tr>
+  </tbody>
+</table><h2>Miscellaneous Configuration</h2><p><b><p align="center">Extra Configuration in carbon.properties</p></b></p>
+<ul>
+  <li><strong>Time format for CarbonData</strong></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default Format </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.timestamp.format </td>
+      <td>yyyy-MM-dd HH:mm:ss </td>
+      <td>Timestamp format of input data used for timestamp data type. </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li><strong>Dataload Configuration</strong></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default Value </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.sort.file.write.buffer.size </td>
+      <td>10485760 </td>
+      <td>File write buffer size used during sorting. </td>
+    </tr>
+    <tr>
+      <td>carbon.lock.type </td>
+      <td>LOCALLOCK </td>
+      <td>This configuration specifies the type of lock to be acquired during concurrent operations on table. There are following types of lock implementation: - LOCALLOCK: Lock is created on local file system as file. This lock is useful when only one spark driver (thrift server) runs on a machine and no other CarbonData spark application is launched concurrently. - HDFSLOCK: Lock is created on HDFS file system as file. This lock is useful when multiple CarbonData spark applications are launched and no ZooKeeper is running on cluster and HDFS supports file based locking. </td>
+    </tr>
+    <tr>
+      <td>carbon.sort.intermediate.files.limit </td>
+      <td>20 </td>
+      <td>Minimum number of intermediate files after which merged sort can be started. </td>
+    </tr>
+    <tr>
+      <td>carbon.block.meta.size.reserved.percentage </td>
+      <td>10 </td>
+      <td>Space reserved in percentage for writing block meta data in CarbonData file. </td>
+    </tr>
+    <tr>
+      <td>carbon.csv.read.buffersize.byte </td>
+      <td>1048576 </td>
+      <td>csv reading buffer size. </td>
+    </tr>
+    <tr>
+      <td>high.cardinality.value </td>
+      <td>100000 </td>
+      <td>To identify and apply compression for non-high cardinality columns. </td>
+    </tr>
+    <tr>
+      <td>carbon.merge.sort.reader.thread </td>
+      <td>3 </td>
+      <td>Maximum no of threads used for reading intermediate files for final merging. </td>
+    </tr>
+    <tr>
+      <td>carbon.load.metadata.lock.retries </td>
+      <td>3 </td>
+      <td>Maximum number of retries to get the metadata lock for loading data to table. </td>
+    </tr>
+    <tr>
+      <td>carbon.load.metadata.lock.retry.timeout.sec </td>
+      <td>5 </td>
+      <td>Interval between the retries to get the lock. </td>
+    </tr>
+    <tr>
+      <td>carbon.tempstore.location </td>
+      <td>/opt/Carbon/TempStoreLoc </td>
+      <td>Temporary store location. By default it takes System.getProperty("java.io.tmpdir"). </td>
+    </tr>
+    <tr>
+      <td>carbon.load.log.counter </td>
+      <td>500000 </td>
+      <td>Data loading records count logger. </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li><strong>Compaction Configuration</strong></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default Value </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.numberof.preserve.segments </td>
+      <td>0 </td>
+      <td>If the user wants to preserve some number of segments from being compacted then he can set this property. Example: carbon.numberof.preserve.segments=2 then 2 latest segments will always be excluded from the compaction. No segments will be preserved by default. </td>
+    </tr>
+    <tr>
+      <td>carbon.allowed.compaction.days </td>
+      <td>0 </td>
+      <td>Compaction will merge the segments which are loaded with in the specific number of days configured. Example: If the configuration is 2, then the segments which are loaded in the time frame of 2 days only will get merged. Segments which are loaded 2 days apart will not be merged. This is disabled by default. </td>
+    </tr>
+    <tr>
+      <td>carbon.enable.auto.load.merge </td>
+      <td>false </td>
+      <td>To enable compaction while data loading. </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li><strong>Query Configuration</strong></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default Value </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>max.query.execution.time </td>
+      <td>60 </td>
+      <td>Maximum time allowed for one query to be executed. The value is in minutes. </td>
+    </tr>
+    <tr>
+      <td>carbon.enableMinMax </td>
+      <td>true </td>
+      <td>Min max is feature added to enhance query performance. To disable this feature, set it false. </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li><strong>Global Dictionary Configurations</strong></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default Value </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>high.cardinality.identify.enable </td>
+      <td>true </td>
+      <td>If the parameter is true, the high cardinality columns of the dictionary code are automatically recognized and these columns will not be used as global dictionary encoding. If the parameter is false, all dictionary encoding columns are used as dictionary encoding. The high cardinality column must meet the following requirements: value of cardinality &gt; configured value of high.cardinalityEqually, the value of cardinality is higher than the threshold.value of cardinality/ row number x 100 &gt; configured value of high.cardinality.row.count.percentageEqually, the ratio of the cardinality value to data row number is higher than the configured percentage. </td>
+    </tr>
+    <tr>
+      <td>high.cardinality.threshold </td>
+      <td>1000000 </td>
+      <td>It is a threshold to identify high cardinality of the columns.If the value of columns' cardinality &gt; the configured value, then the columns are excluded from dictionary encoding. </td>
+    </tr>
+    <tr>
+      <td>high.cardinality.row.count.percentage </td>
+      <td>80 </td>
+      <td>Percentage to identify whether column cardinality is more than configured percent of total row count.Configuration value formula:Value of cardinality/ row number x 100 &gt; configured value of high.cardinality.row.count.percentageThe value of the parameter must be larger than 0. </td>
+    </tr>
+    <tr>
+      <td>carbon.cutOffTimestamp </td>
+      <td>1970-01-01 05:30:00 </td>
+      <td>Sets the start date for calculating the timestamp. Java counts the number of milliseconds from start of "1970-01-01 00:00:00". This property is used to customize the start of position. For example "2000-01-01 00:00:00". The date must be in the form "carbon.timestamp.format". NOTE: The CarbonData supports data store up to 68 years from the cut-off time defined. For example, if the cut-off time is 1970-01-01 05:30:00, then the data can be stored up to 2038-01-01 05:30:00. </td>
+    </tr>
+    <tr>
+      <td>carbon.timegranularity </td>
+      <td>SECOND </td>
+      <td>The property used to set the data granularity level DAY, HOUR, MINUTE, or SECOND. </td>
+    </tr>
+  </tbody>
+</table><h2>Spark Configuration</h2><p><b><p align="center">Spark Configuration Reference in spark-defaults.conf</p></b></p>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default Value </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>spark.driver.memory </td>
+      <td>1g </td>
+      <td>Amount of memory to be used for the driver process. </td>
+    </tr>
+    <tr>
+      <td>spark.executor.memory </td>
+      <td>1g </td>
+      <td>Amount of memory to be used per executor process. </td>
+    </tr>
+    <tr>
+      <td>spark.sql.bigdata.register.analyseRule </td>
+      <td>org.apache.spark.sql.hive.acl.CarbonAccessControlRules </td>
+      <td>CarbonAccessControlRules need to be set for enabling Access Control. </td>
+    </tr>
+  </tbody>
+</table>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/9ebca155/content/docs/latest_htmls/data-management.html
----------------------------------------------------------------------
diff --git a/content/docs/latest_htmls/data-management.html b/content/docs/latest_htmls/data-management.html
new file mode 100644
index 0000000..cafb038
--- /dev/null
+++ b/content/docs/latest_htmls/data-management.html
@@ -0,0 +1,175 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+--><h1>Data Management</h1><p>This tutorial is going to introduce you to the conceptual details of data management like:</p>
+<ul>
+  <li><a href="#loading-data">Loading Data</a></li>
+  <li><a href="#deleting-data">Deleting Data</a></li>
+  <li><a href="#compacting-data">Compacting Data</a></li>
+  <li><a href="#updating-data">Updating Data</a></li>
+</ul><h2>Loading Data</h2>
+<ul>
+  <li><strong>Scenario</strong></li>
+</ul><p>After creating a table, you can load data to the table using the <a href="dml-operation-on-carbondata.md">LOAD DATA</a> command. The loaded data is available for querying.  When data load is triggered, the data is encoded in CarbonData format and copied into HDFS CarbonData store path (specified in carbon.properties file)  in compressed, multi dimensional columnar format for quick analysis queries. The same command can be used to load new data or to  update the existing data. Only one data load can be triggered for one table. The high cardinality columns of the dictionary encoding are  automatically recognized and these columns will not be used for dictionary encoding.</p>
+<ul>
+  <li><strong>Procedure</strong></li>
+</ul><p>Data loading is a process that involves execution of multiple steps to read, sort and encode the data in CarbonData store format.  Each step is executed on different threads. After data loading process is complete, the status (success/partial success) is updated to  CarbonData store metadata. The table below lists the possible load status.</p>
+<table>
+  <thead>
+    <tr>
+      <th>Status </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>Success </td>
+      <td>All the data is loaded into table and no bad records found. </td>
+    </tr>
+    <tr>
+      <td>Partial Success </td>
+      <td>Data is loaded into table and bad records are found. Bad records are stored at carbon.badrecords.location. </td>
+    </tr>
+  </tbody>
+</table><p>In case of failure, the error will be logged in error log. Details of loads can be seen with <a href="dml-operation-on-carbondata.md">SHOW SEGMENTS</a> command. The show segment command output consists of :</p>
+<ul>
+  <li>SegmentSequenceID</li>
+  <li>START_TIME OF LOAD</li>
+  <li>END_TIME OF LOAD</li>
+  <li>LOAD STATUS</li>
+</ul><p>The latest load will be displayed first in the output.</p><p>Refer to <a href="dml-operation-on-carbondata.md">DML operations on CarbonData</a> for load commands.</p><h2>Deleting Data</h2>
+<ul>
+  <li><strong>Scenario</strong></li>
+</ul><p>If you have loaded wrong data into the table, or too many bad records are present and you want to modify and reload the data, you can delete required data loads.  The load can be deleted using the Segment Sequence Id or if the table contains date field then the data can be deleted using the date field.  If there are some specific records that need to be deleted based on some filter condition(s) we can delete by records.</p>
+<ul>
+  <li><strong>Procedure</strong></li>
+</ul><p>The loaded data can be deleted in the following ways:</p>
+<ul>
+  <li><p>Delete by Segment ID</p><p>After you get the segment ID of the segment that you want to delete, execute the delete command for the selected segment.  The status of deleted segment is updated to Marked for delete / Marked for Update.</p></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>SegmentSequenceId </th>
+      <th>Status </th>
+      <th>Load Start Time </th>
+      <th>Load End Time </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>0 </td>
+      <td>Success </td>
+      <td>2015-11-19 19:14:... </td>
+      <td>2015-11-19 19:14:... </td>
+    </tr>
+    <tr>
+      <td>1 </td>
+      <td>Marked for Update </td>
+      <td>2015-11-19 19:54:... </td>
+      <td>2015-11-19 20:08:... </td>
+    </tr>
+    <tr>
+      <td>2 </td>
+      <td>Marked for Delete </td>
+      <td>2015-11-19 20:25:... </td>
+      <td>2015-11-19 20:49:... </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li><p>Delete by Date Field</p><p>If the table contains date field, you can delete the data based on a specific date.</p></li>
+  <li><p>Delete by Record</p><p>To delete records from CarbonData table based on some filter Condition(s).</p><p>For delete commands refer to <a href="dml-operation-on-carbondata.md">DML operations on CarbonData</a>.</p></li>
+  <li><p><strong>NOTE</strong>:</p>
+  <ul>
+    <li>When the delete segment DML is called, segment will not be deleted physically from the file system. Instead the segment status will be marked as "Marked for Delete". For the query execution, this deleted segment will be excluded.</li>
+  </ul>
+  <ul>
+    <li>The deleted segment will be deleted physically during the next load operation and only after the maximum query execution time configured using "max.query.execution.time". By default it is 60 minutes.</li>
+  </ul>
+  <ul>
+    <li>If the user wants to force delete the segment physically then he can use CLEAN FILES Command.</li>
+  </ul></li>
+</ul><p>Example :</p><p><code>
+CLEAN FILES FOR TABLE table1
+</code></p><p>This DML will physically delete the segment which are "Marked for delete" immediately.</p><h2>Compacting Data</h2>
+<ul>
+  <li><strong>Scenario</strong></li>
+</ul><p>Frequent data ingestion results in several fragmented CarbonData files in the store directory. Since data is sorted only within each load, the indices perform only within each  load. This means that there will be one index for each load and as number of data load increases, the number of indices also increases. As each index works only on one load,  the performance of indices is reduced. CarbonData provides provision for compacting the loads. Compaction process combines several segments into one large segment by merge sorting the data from across the segments. </p>
+<ul>
+  <li><strong>Procedure</strong></li>
+</ul><p>There are two types of compaction Minor and Major compaction.</p>
+<ul>
+  <li><p><strong>Minor Compaction</strong></p><p>In minor compaction the user can specify how many loads to be merged. Minor compaction triggers for every data load if the parameter carbon.enable.auto.load.merge is set. If any segments are available to be merged, then compaction will  run parallel with data load. There are 2 levels in minor compaction.</p>
+  <ul>
+    <li>Level 1: Merging of the segments which are not yet compacted.</li>
+    <li>Level 2: Merging of the compacted segments again to form a bigger segment.</li>
+  </ul></li>
+  <li><p><strong>Major Compaction</strong></p><p>In Major compaction, many segments can be merged into one big segment. User will specify the compaction size until which segments can be merged. Major compaction is usually done during the off-peak time. </p></li>
+</ul><p>There are number of parameters related to Compaction that can be set in carbon.properties file </p>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Default </th>
+      <th>Application </th>
+      <th>Description </th>
+      <th>Valid Values </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.compaction.level.threshold </td>
+      <td>4, 3 </td>
+      <td>Minor </td>
+      <td>This property is for minor compaction which decides how many segments to be merged. Example: If it is set as 2, 3 then minor compaction will be triggered for every 2 segments. 3 is the number of level 1 compacted segment which is further compacted to new segment. </td>
+      <td>NA </td>
+    </tr>
+    <tr>
+      <td>carbon.major.compaction.size </td>
+      <td>1024 MB </td>
+      <td>Major </td>
+      <td>Major compaction size can be configured using this parameter. Sum of the segments which is below this threshold will be merged. </td>
+      <td>NA </td>
+    </tr>
+    <tr>
+      <td>carbon.numberof.preserve.segments </td>
+      <td>0 </td>
+      <td>Minor/Major </td>
+      <td>If the user wants to preserve some number of segments from being compacted then he can set this property. Example: carbon.numberof.preserve.segments=2 then 2 latest segments will always be excluded from the compaction. No segments will be preserved by default. </td>
+      <td>0-100 </td>
+    </tr>
+    <tr>
+      <td>carbon.allowed.compaction.days </td>
+      <td>0 </td>
+      <td>Minor/Major </td>
+      <td>Compaction will merge the segments which are loaded within the specific number of days configured. Example: If the configuration is 2, then the segments which are loaded in the time frame of 2 days only will get merged. Segments which are loaded 2 days apart will not be merged. This is disabled by default. </td>
+      <td>0-100 </td>
+    </tr>
+    <tr>
+      <td>carbon.number.of.cores.while.compacting </td>
+      <td>2 </td>
+      <td>Minor/Major </td>
+      <td>Number of cores which is used to write data during compaction. </td>
+      <td>0-100 </td>
+    </tr>
+  </tbody>
+</table><p>For compaction commands refer to <a href="ddl-operation-on-carbondata.md">DDL operations on CarbonData</a></p><h2>Updating Data</h2>
+<ul>
+  <li><p><strong>Scenario</strong></p><p>Sometimes after the data has been ingested into the System, it is required to be updated. Also there may be situations where some specific columns need to be updated on the basis of column expression and optional filter conditions.</p></li>
+  <li><p><strong>Procedure</strong></p><p>To update we need to specify the column expression with an optional filter condition(s).</p><p>For update commands refer to <a href="dml-operation-on-carbondata.md">DML operations on CarbonData</a>.</p></li>
+</ul>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/9ebca155/content/docs/latest_htmls/ddl-operation-on-carbondata.html
----------------------------------------------------------------------
diff --git a/content/docs/latest_htmls/ddl-operation-on-carbondata.html b/content/docs/latest_htmls/ddl-operation-on-carbondata.html
new file mode 100644
index 0000000..9019924
--- /dev/null
+++ b/content/docs/latest_htmls/ddl-operation-on-carbondata.html
@@ -0,0 +1,214 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+--><h1>DDL Operations on CarbonData</h1><p>This tutorial guides you through the data definition language support provided by CarbonData.</p><h2>Overview</h2><p>The following DDL operations are supported in CarbonData :</p>
+<ul>
+  <li><a href="#create-table">CREATE TABLE</a></li>
+  <li><a href="#show-table">SHOW TABLE</a></li>
+  <li><a href="#drop-table">DROP TABLE</a></li>
+  <li><a href="#compaction">COMPACTION</a></li>
+  <li><a href="#bucketing">BUCKETING</a></li>
+</ul><h2>CREATE TABLE</h2><p>This command can be used to create a CarbonData table by specifying the list of fields along with the table properties.</p><p><code>
+   CREATE TABLE [IF NOT EXISTS] [db_name.]table_name 
+                    [(col_name data_type, ...)]
+   STORED BY &#39;carbondata&#39;
+   [TBLPROPERTIES (property_name=property_value, ...)]
+   // All Carbon&#39;s additional table options will go into properties
+</code></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Optional </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>db_name </td>
+      <td>Name of the database. Database name should consist of alphanumeric characters and underscore(_) special character. </td>
+      <td>Yes </td>
+    </tr>
+    <tr>
+      <td>field_list </td>
+      <td>Comma separated List of fields with data type. The field names should consist of alphanumeric characters and underscore(_) special character. </td>
+      <td>No </td>
+    </tr>
+    <tr>
+      <td>table_name </td>
+      <td>The name of the table in Database. Table Name should consist of alphanumeric characters and underscore(_) special character. </td>
+      <td>No </td>
+    </tr>
+    <tr>
+      <td>STORED BY </td>
+      <td>"org.apache.carbondata.format", identifies and creates a CarbonData table. </td>
+      <td>No </td>
+    </tr>
+    <tr>
+      <td>TBLPROPERTIES </td>
+      <td>List of CarbonData table properties. </td>
+      <td> </td>
+    </tr>
+  </tbody>
+</table><h3>Usage Guidelines</h3><p>Following are the guidelines for using table properties.</p>
+<ul>
+  <li><p><strong>Dictionary Encoding Configuration</strong></p><p>Dictionary encoding is enabled by default for all String columns, and disabled for non-String columns. You can include and exclude columns for dictionary encoding.</p></li>
+</ul><p><code>
+       TBLPROPERTIES (&quot;DICTIONARY_EXCLUDE&quot;=&quot;column1, column2&quot;) 
+       TBLPROPERTIES (&quot;DICTIONARY_INCLUDE&quot;=&quot;column1, column2&quot;) 
+</code></p><p>Here, DICTIONARY_EXCLUDE will exclude dictionary creation. This is applicable for high-cardinality columns and is an optional parameter. DICTIONARY_INCLUDE will generate dictionary for the columns specified in the list.</p>
+<ul>
+  <li><p><strong>Row/Column Format Configuration</strong></p><p>Column groups with more than one column are stored in row format, instead of columnar format. By default, each column is a separate column group.</p></li>
+</ul><p><code>
+TBLPROPERTIES (&quot;COLUMN_GROUPS&quot;=&quot;(column1, column3),
+(Column4,Column5,Column6)&quot;) 
+</code></p>
+<ul>
+  <li><p><strong>Table Block Size Configuration</strong></p><p>The block size of table files can be defined using the property TABLE_BLOCKSIZE. It accepts only integer values. The default value is 1024 MB and supports a range of 1 MB to 2048 MB.  If you do not specify this value in the DDL command, default value is used.</p></li>
+</ul><p><code>
+       TBLPROPERTIES (&quot;TABLE_BLOCKSIZE&quot;=&quot;512 MB&quot;)
+</code></p><p>Here 512 MB means the block size of this table is 512 MB, you can also set it as 512M or 512.</p>
+<ul>
+  <li><p><strong>Inverted Index Configuration</strong></p><p>Inverted index is very useful to improve compression ratio and query speed, especially for those low-cardinality columns who are in reward position.  By default inverted index is enabled. The user can disable the inverted index creation for some columns.</p></li>
+</ul><p><code>
+       TBLPROPERTIES (&quot;NO_INVERTED_INDEX&quot;=&quot;column1, column3&quot;)
+</code></p><p>No inverted index shall be generated for the columns specified in NO_INVERTED_INDEX. This property is applicable on columns with high-cardinality and is an optional parameter.</p><p>NOTE:</p>
+<ul>
+  <li><p>By default all columns other than numeric datatype are treated as dimensions and all columns of numeric datatype are treated as measures.</p></li>
+  <li><p>All dimensions except complex datatype columns are part of multi dimensional key(MDK). This behavior can be overridden by using TBLPROPERTIES. If the user wants to keep any column (except columns of complex datatype) in multi dimensional key then he can keep the columns either in DICTIONARY_EXCLUDE or DICTIONARY_INCLUDE.</p><h3>Example:</h3><p><code>
+   CREATE TABLE IF NOT EXISTS productSchema.productSalesTable (
+                            productNumber Int,
+                            productName String, 
+                            storeCity String, 
+                            storeProvince String, 
+                            productCategory String, 
+                            productBatch String,
+                            saleQuantity Int,
+                            revenue Int)       
+   STORED BY &#39;carbondata&#39; 
+   TBLPROPERTIES (&#39;COLUMN_GROUPS&#39;=&#39;(productName,productCategory)&#39;,
+              &#39;DICTIONARY_EXCLUDE&#39;=&#39;productName&#39;,
+              &#39;DICTIONARY_INCLUDE&#39;=&#39;productNumber&#39;,
+              &#39;NO_INVERTED_INDEX&#39;=&#39;productBatch&#39;)
+</code></p></li>
+</ul><h2>SHOW TABLE</h2><p>This command can be used to list all the tables in current database or all the tables of a specific database. <code>
+  SHOW TABLES [IN db_Name];
+</code></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Optional </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>IN db_Name </td>
+      <td>Name of the database. Required only if tables of this specific database are to be listed. </td>
+      <td>Yes </td>
+    </tr>
+  </tbody>
+</table><h3>Example:</h3><p><code>
+  SHOW TABLES IN ProductSchema;
+</code></p><h2>DROP TABLE</h2><p>This command is used to delete an existing table.</p><p><code>
+  DROP TABLE [IF EXISTS] [db_name.]table_name;
+</code></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Optional </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>db_Name </td>
+      <td>Name of the database. If not specified, current database will be selected. </td>
+      <td>YES </td>
+    </tr>
+    <tr>
+      <td>table_name </td>
+      <td>Name of the table to be deleted. </td>
+      <td>NO </td>
+    </tr>
+  </tbody>
+</table><h3>Example:</h3><p><code>
+  DROP TABLE IF EXISTS productSchema.productSalesTable;
+</code></p><h2>COMPACTION</h2><p>This command merges the specified number of segments into one segment. This enhances the query performance of the table.</p><p><code>
+  ALTER TABLE [db_name.]table_name COMPACT &#39;MINOR/MAJOR&#39;;
+</code></p><p>To get details about Compaction refer to <a href="data-management.md">Data Management</a></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Optional </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>db_name </td>
+      <td>Database name, if it is not specified then it uses current database. </td>
+      <td>YES </td>
+    </tr>
+    <tr>
+      <td>table_name </td>
+      <td>The name of the table in provided database.</td>
+      <td>NO </td>
+    </tr>
+  </tbody>
+</table><h3>Syntax</h3>
+<ul>
+  <li><strong>Minor Compaction</strong></li>
+</ul><p><code>
+ALTER TABLE table_name COMPACT &#39;MINOR&#39;;
+</code> - <strong>Major Compaction</strong></p><p><code>
+ALTER TABLE table_name COMPACT &#39;MAJOR&#39;;
+</code></p><h2>BUCKETING</h2><p>Bucketing feature can be used to distribute/organize the table/partition data into multiple files such that similar records are present in the same file. While creating a table, a user needs to specify the columns to be used for bucketing and the number of buckets. For the selction of bucket the Hash value of columns is used.</p><p>```  CREATE TABLE [IF NOT EXISTS] [db_name.]table_name  [(col_name data_type, ...)]  STORED BY 'carbondata'  TBLPROPERTIES(?BUCKETNUMBER?=?noOfBuckets?,  ?BUCKETCOLUMNS?=??columnname?, ?TABLENAME?=?tablename?)</p><p>```</p><h2>Parameter Description</h2>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Optional </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>BUCKETNUMBER </td>
+      <td>Specifies the number of Buckets to be created. </td>
+      <td>No </td>
+    </tr>
+    <tr>
+      <td>BUCKETCOLUMNS </td>
+      <td>Specify the columns to be considered for Bucketing </td>
+      <td>No </td>
+    </tr>
+    <tr>
+      <td>TABLENAME </td>
+      <td>The name of the table in Database. Table Name should consist of alphanumeric characters and underscore(_) special character. </td>
+      <td>Yes </td>
+    </tr>
+  </tbody>
+</table><h2>Usage Guidelines</h2>
+<ul>
+  <li><p>The feature is supported for Spark 1.6.2 onwards, but the performance optimization is evident from Spark 2.1 onwards.</p></li>
+  <li><p>Bucketing can not be performed for columns of Complex Data Types.</p></li>
+  <li><p>Columns in the BUCKETCOLUMN parameter must be either a dimension or a measure but combination of both is not supported.</p></li>
+</ul><h2>Example :</h2><p>```  CREATE TABLE IF NOT EXISTS productSchema.productSalesTable (  productNumber Int,  productName String,  storeCity String,  storeProvince String,  productCategory String,  productBatch String,  saleQuantity Int,  revenue Int)  STORED BY 'carbondata'  TBLPROPERTIES ('COLUMN_GROUPS'='(productName,productCategory)',  'DICTIONARY_EXCLUDE'='productName',  'DICTIONARY_INCLUDE'='productNumber',  'NO_INVERTED_INDEX'='productBatch',  'BUCKETNUMBER'='4',  'BUCKETCOLUMNS'='productNumber,saleQuantity',  'TABLENAME'='productSalesTable')</p><p>```</p>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/9ebca155/content/docs/latest_htmls/dml-operation-on-carbondata.html
----------------------------------------------------------------------
diff --git a/content/docs/latest_htmls/dml-operation-on-carbondata.html b/content/docs/latest_htmls/dml-operation-on-carbondata.html
new file mode 100644
index 0000000..159bc31
--- /dev/null
+++ b/content/docs/latest_htmls/dml-operation-on-carbondata.html
@@ -0,0 +1,361 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+--><h1>DML Operations on CarbonData</h1><p>This tutorial guides you through the data manipulation language support provided by CarbonData.</p><h2>Overview</h2><p>The following DML operations are supported in CarbonData :</p>
+<ul>
+  <li><a href="#load-data">LOAD DATA</a></li>
+  <li><a href="#insert-data-into-a-carbondata-table">INSERT DATA INTO A CARBONDATA TABLE</a></li>
+  <li><a href="#show-segments">SHOW SEGMENTS</a></li>
+  <li><a href="#delete-segment-by-id">DELETE SEGMENT BY ID</a></li>
+  <li><a href="#delete-segment-by-date">DELETE SEGMENT BY DATE</a></li>
+  <li><a href="#update-carbondata-table">UPDATE CARBONDATA TABLE</a></li>
+  <li><a href="#delete-records-from-carbondata-table">DELETE RECORDS FROM CARBONDATA TABLE</a></li>
+</ul><h2>LOAD DATA</h2><p>This command loads the user data in raw format to the CarbonData specific data format store, this allows CarbonData to provide good performance while querying the data. Please visit <a href="data-management.md">Data Management</a> for more details on LOAD.</p><h3>Syntax</h3><p><code>
+LOAD DATA [LOCAL] INPATH &#39;folder_path&#39; 
+INTO TABLE [db_name.]table_name 
+OPTIONS(property_name=property_value, ...)
+</code></p><p>OPTIONS are not mandatory for data loading process. Inside OPTIONS user can provide either of any options like DELIMITER, QUOTECHAR, ESCAPECHAR, MULTILINE as per requirement.</p><p>NOTE: The path shall be canonical path.</p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Optional </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>folder_path </td>
+      <td>Path of raw csv data folder or file. </td>
+      <td>NO </td>
+    </tr>
+    <tr>
+      <td>db_name </td>
+      <td>Database name, if it is not specified then it uses the current database. </td>
+      <td>YES </td>
+    </tr>
+    <tr>
+      <td>table_name </td>
+      <td>The name of the table in provided database. </td>
+      <td>NO </td>
+    </tr>
+    <tr>
+      <td>OPTIONS </td>
+      <td>Extra options provided to Load </td>
+      <td>YES </td>
+    </tr>
+  </tbody>
+</table><h3>Usage Guidelines</h3><p>You can use the following options to load data:</p>
+<ul>
+  <li><p><strong>DELIMITER:</strong> Delimiters can be provided in the load command.</p><p><code>
+OPTIONS(&#39;DELIMITER&#39;=&#39;,&#39;)
+</code></p></li>
+  <li><p><strong>QUOTECHAR:</strong> Quote Characters can be provided in the load command.</p><p><code>
+OPTIONS(&#39;QUOTECHAR&#39;=&#39;&quot;&#39;)
+</code></p></li>
+  <li><p><strong>COMMENTCHAR:</strong> Comment Characters can be provided in the load command if user want to comment lines.</p><p><code>
+OPTIONS(&#39;COMMENTCHAR&#39;=&#39;#&#39;)
+</code></p></li>
+  <li><p><strong>FILEHEADER:</strong> Headers can be provided in the LOAD DATA command if headers are missing in the source files.</p><p><code>
+OPTIONS(&#39;FILEHEADER&#39;=&#39;column1,column2&#39;) 
+</code></p></li>
+  <li><p><strong>MULTILINE:</strong> CSV with new line character in quotes. 5 <code>
+OPTIONS(&#39;MULTILINE&#39;=&#39;true&#39;) 
+</code></p></li>
+  <li><p><strong>ESCAPECHAR:</strong> Escape char can be provided if user want strict validation of escape character on CSV.</p><p><code>
+OPTIONS(&#39;ESCAPECHAR&#39;=&#39;\&#39;) 
+</code></p></li>
+  <li><p><strong>COMPLEX_DELIMITER_LEVEL_1:</strong> Split the complex type data column in a row (eg., a$b$c --&gt; Array = {a,b,c}).</p><p><code>
+OPTIONS(&#39;COMPLEX_DELIMITER_LEVEL_1&#39;=&#39;$&#39;) 
+</code></p></li>
+  <li><p><strong>COMPLEX_DELIMITER_LEVEL_2:</strong> Split the complex type nested data column in a row. Applies level_1 delimiter &amp; applies level_2 based on complex data type (eg., a:b$c:d --&gt; Array&gt; = {{a,b},{c,d}}).</p><p><code>
+OPTIONS(&#39;COMPLEX_DELIMITER_LEVEL_2&#39;=&#39;:&#39;) 
+</code></p></li>
+  <li><p><strong>ALL_DICTIONARY_PATH:</strong> All dictionary files path.</p><p><code>
+OPTIONS(&#39;ALL_DICTIONARY_PATH&#39;=&#39;/opt/alldictionary/data.dictionary&#39;)
+</code></p></li>
+  <li><p><strong>COLUMNDICT:</strong> Dictionary file path for specified column.</p><p><code>
+OPTIONS(&#39;COLUMNDICT&#39;=&#39;column1:dictionaryFilePath1,
+column2:dictionaryFilePath2&#39;)
+</code></p><p>NOTE: ALL_DICTIONARY_PATH and COLUMNDICT can not be used together.</p></li>
+  <li><p><strong>DATEFORMAT:</strong> Date format for specified column.</p><p><code>
+OPTIONS(&#39;DATEFORMAT&#39;=&#39;column1:dateFormat1, column2:dateFormat2&#39;)
+</code></p><p>NOTE: Date formats are specified by date pattern strings. The date pattern letters in CarbonData are same as in JAVA. Refer to <a href="http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat</a>.</p></li>
+  <li><p><strong>USE_KETTLE:</strong> This option is used to specify whether to use kettle for loading data or not. By default kettle is not used for data loading.</p><p><code>
+OPTIONS(&#39;USE_KETTLE&#39;=&#39;FALSE&#39;)
+</code></p></li>
+</ul><p>Note : It is recommended to set the value for this option as false.</p>
+<ul>
+  <li><strong>SINGLE_PASS:</strong> Single Pass Loading enables single job to finish data loading with dictionary generation on the fly. It enhances performance  in the scenarios where the subsequent data loading after initial load involves fewer incremental updates on the dictionary.</li>
+</ul><p>This option specifies whether to use single pass for loading data or not. By default this option is set to FALSE.</p>
+<pre><code>```
+OPTIONS(&#39;SINGLE_PASS&#39;=&#39;TRUE&#39;)
+```
+</code></pre><p>Note :</p>
+<ul>
+  <li><p>If this option is set to TRUE then data loading will take less time.</p></li>
+  <li><p>If this option is set to some invalid value other than TRUE or FALSE then it uses the default value.</p></li>
+</ul><h3>Example:</h3><p><code>
+LOAD DATA local inpath &#39;/opt/rawdata/data.csv&#39; INTO table carbontable
+options(&#39;DELIMITER&#39;=&#39;,&#39;, &#39;QUOTECHAR&#39;=&#39;&quot;&#39;,&#39;COMMENTCHAR&#39;=&#39;#&#39;,
+&#39;FILEHEADER&#39;=&#39;empno,empname,designation,doj,workgroupcategory,
+ workgroupcategoryname,deptno,deptname,projectcode,
+ projectjoindate,projectenddate,attendance,utilization,salary&#39;,
+&#39;MULTILINE&#39;=&#39;true&#39;,&#39;ESCAPECHAR&#39;=&#39;\&#39;,&#39;COMPLEX_DELIMITER_LEVEL_1&#39;=&#39;$&#39;, 
+&#39;COMPLEX_DELIMITER_LEVEL_2&#39;=&#39;:&#39;,
+&#39;ALL_DICTIONARY_PATH&#39;=&#39;/opt/alldictionary/data.dictionary&#39;,
+&#39;USE_KETTLE&#39;=&#39;FALSE&#39;,
+&#39;SINGLE_PASS&#39;=&#39;TRUE&#39;
+)
+</code></p><h2>INSERT DATA INTO A CARBONDATA TABLE</h2><p>This command inserts data into a CarbonData table. It is defined as a combination of two queries Insert and Select query respectively. It inserts records from a source table into a target CarbonData table. The source table can be a Hive table, Parquet table or a CarbonData table itself. It comes with the functionality to aggregate the records of a table by performing Select query on source table and load its corresponding resultant records into a CarbonData table.</p><p><strong>NOTE</strong> : The client node where the INSERT command is executing, must be part of the cluster.</p><h3>Syntax</h3><p><code>
+INSERT INTO TABLE &lt;CARBONDATA TABLE&gt; SELECT * FROM sourceTableName 
+[ WHERE { &lt;filter_condition&gt; } ];
+</code></p><p>You can also omit the <code>table</code> keyword and write your query as:</p><p><code>
+INSERT INTO &lt;CARBONDATA TABLE&gt; SELECT * FROM sourceTableName 
+[ WHERE { &lt;filter_condition&gt; } ];
+</code></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>CARBON TABLE </td>
+      <td>The name of the Carbon table in which you want to perform the insert operation. </td>
+    </tr>
+    <tr>
+      <td>sourceTableName </td>
+      <td>The table from which the records are read and inserted into destination CarbonData table. </td>
+    </tr>
+  </tbody>
+</table><h3>Usage Guidelines</h3><p>The following condition must be met for successful insert operation :</p>
+<ul>
+  <li>The source table and the CarbonData table must have the same table schema.</li>
+  <li>The table must be created.</li>
+  <li>Overwrite is not supported for CarbonData table.</li>
+  <li>The data type of source and destination table columns should be same, else the data from source table will be treated as bad records and the INSERT command fails.</li>
+  <li>INSERT INTO command does not support partial success if bad records are found, it will fail.</li>
+  <li>Data cannot be loaded or updated in source table while insert from source table to target table is in progress.</li>
+</ul><p>To enable data load or update during insert operation, configure the following property to true.</p><p><code>
+carbon.insert.persist.enable=true
+</code></p><p>By default the above configuration will be false.</p><p><strong>NOTE</strong>: Enabling this property will reduce the performance.</p><h3>Examples</h3><p><code>
+INSERT INTO table1 SELECT item1, sum(item2 + 1000) as result FROM
+table2 group by item1;
+</code></p><p><code>
+INSERT INTO table1 SELECT item1, item2, item3 FROM table2 
+where item2=&#39;xyz&#39;;
+</code></p><p><code>
+INSERT INTO table1 SELECT * FROM table2 
+where exists (select * from table3 
+where table2.item1 = table3.item1);
+</code></p><p><strong>The Status Success/Failure shall be captured in the driver log.</strong></p><h2>SHOW SEGMENTS</h2><p>This command is used to get the segments of CarbonData table.</p><p><code>
+SHOW SEGMENTS FOR TABLE [db_name.]table_name 
+LIMIT number_of_segments;
+</code></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Optional </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>db_name </td>
+      <td>Database name, if it is not specified then it uses the current database. </td>
+      <td>YES </td>
+    </tr>
+    <tr>
+      <td>table_name </td>
+      <td>The name of the table in provided database. </td>
+      <td>NO </td>
+    </tr>
+    <tr>
+      <td>number_of_segments </td>
+      <td>Limit the output to this number. </td>
+      <td>YES </td>
+    </tr>
+  </tbody>
+</table><h3>Example:</h3><p><code>
+SHOW SEGMENTS FOR TABLE CarbonDatabase.CarbonTable LIMIT 4;
+</code></p><h2>DELETE SEGMENT BY ID</h2><p>This command is used to delete segment by using the segment ID. Each segment has a unique segment ID associated with it. Using this segment ID, you can remove the segment.</p><p>The following command will get the segmentID.</p><p><code>
+SHOW SEGMENTS FOR Table dbname.tablename LIMIT number_of_segments
+</code></p><p>After you retrieve the segment ID of the segment that you want to delete, execute the following command to delete the selected segment.</p><p><code>
+DELETE SEGMENT segment_sequence_id1, segments_sequence_id2, .... 
+FROM TABLE tableName
+</code></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Optional </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>segment_id </td>
+      <td>Segment Id of the load. </td>
+      <td>NO </td>
+    </tr>
+    <tr>
+      <td>db_name </td>
+      <td>Database name, if it is not specified then it uses the current database. </td>
+      <td>YES </td>
+    </tr>
+    <tr>
+      <td>table_name </td>
+      <td>The name of the table in provided database. </td>
+      <td>NO </td>
+    </tr>
+  </tbody>
+</table><h3>Example:</h3><p><code>
+DELETE SEGMENT 0 FROM TABLE CarbonDatabase.CarbonTable;
+DELETE SEGMENT 0.1,5,8 FROM TABLE CarbonDatabase.CarbonTable;
+</code>  NOTE: Here 0.1 is compacted segment sequence id. </p><h2>DELETE SEGMENT BY DATE</h2><p>This command will allow to delete the CarbonData segment(s) from the store based on the date provided by the user in the DML command. The segment created before the particular date will be removed from the specific stores.</p><p><code>
+DELETE FROM TABLE [schema_name.]table_name 
+WHERE[DATE_FIELD]BEFORE [DATE_VALUE]
+</code></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Optional </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>DATE_VALUE </td>
+      <td>Valid segment load start time value. All the segments before this specified date will be deleted. </td>
+      <td>NO </td>
+    </tr>
+    <tr>
+      <td>db_name </td>
+      <td>Database name, if it is not specified then it uses the current database. </td>
+      <td>YES </td>
+    </tr>
+    <tr>
+      <td>table_name </td>
+      <td>The name of the table in provided database. </td>
+      <td>NO </td>
+    </tr>
+  </tbody>
+</table><h3>Example:</h3><p><code>
+ DELETE SEGMENTS FROM TABLE CarbonDatabase.CarbonTable 
+ WHERE STARTTIME BEFORE &#39;2017-06-01 12:05:06&#39;;  
+</code></p><h2>Update CarbonData Table</h2><p>This command will allow to update the carbon table based on the column expression and optional filter conditions.</p><h3>Syntax</h3><p><code>
+ UPDATE &lt;table_name&gt;
+ SET (column_name1, column_name2, ... column_name n) =
+ (column1_expression, column2_expression . .. column n_expression )
+ [ WHERE { &lt;filter_condition&gt; } ];
+</code></p><p>alternatively the following the command can also be used for updating the CarbonData Table :</p><p><code>
+UPDATE &lt;table_name&gt;
+SET (column_name1, column_name2,) =
+(select sourceColumn1, sourceColumn2 from sourceTable
+[ WHERE { &lt;filter_condition&gt; } ] )
+[ WHERE { &lt;filter_condition&gt; } ];
+</code></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>table_name </td>
+      <td>The name of the Carbon table in which you want to perform the update operation. </td>
+    </tr>
+    <tr>
+      <td>column_name </td>
+      <td>The destination columns to be updated. </td>
+    </tr>
+    <tr>
+      <td>sourceColumn </td>
+      <td>The source table column values to be updated in destination table. </td>
+    </tr>
+    <tr>
+      <td>sourceTable </td>
+      <td>The table from which the records are updated into destination Carbon table. </td>
+    </tr>
+  </tbody>
+</table><h3>Usage Guidelines</h3><p>The following conditions must be met for successful updation :</p>
+<ul>
+  <li>The update command fails if multiple input rows in source table are matched with single row in destination table.</li>
+  <li>If the source table generates empty records, the update operation will complete successfully without updating the table.</li>
+  <li>If a source table row does not correspond to any of the existing rows in a destination table, the update operation will complete successfully without updating the table.</li>
+  <li>In sub-query, if the source table and the target table are same, then the update operation fails.</li>
+  <li>If the sub-query used in UPDATE statement contains aggregate method or group by query, then the UPDATE operation fails.</li>
+</ul><h3>Examples</h3><p>Update is not supported for queries that contain aggregate or group by.</p><p><code>
+ UPDATE t_carbn01 a
+ SET (a.item_type_code, a.profit) = ( SELECT b.item_type_cd,
+ sum(b.profit) from t_carbn01b b
+ WHERE item_type_cd =2 group by item_type_code);
+</code></p><p>Here the Update Operation fails as the query contains aggregate function sum(b.profit) and group by clause in the sub-query.</p><p><code>
+UPDATE carbonTable1 d
+SET(d.column3,d.column5 ) = (SELECT s.c33, s.c55
+FROM sourceTable1 s WHERE d.column1 = s.c11)
+WHERE d.column1 = &#39;china&#39; EXISTS( SELECT * from table3 o where o.c2 &gt; 1);
+</code></p><p><code>
+UPDATE carbonTable1 d SET (c3) = (SELECT s.c33 from sourceTable1 s
+WHERE d.column1 = s.c11)
+WHERE exists( select * from iud.other o where o.c2 &gt; 1);
+</code></p><p><code>
+UPDATE carbonTable1 SET (c2, c5 ) = (c2 + 1, concat(c5, &quot;y&quot; ));
+</code></p><p><code>
+UPDATE carbonTable1 d SET (c2, c5 ) = (c2 + 1, &quot;xyx&quot;)
+WHERE d.column1 = &#39;india&#39;;
+</code></p><p><code>
+UPDATE carbonTable1 d SET (c2, c5 ) = (c2 + 1, &quot;xyx&quot;)
+WHERE d.column1 = &#39;india&#39;
+and EXISTS( SELECT * FROM table3 o WHERE o.column2 &gt; 1);
+</code></p><p><strong>The Status Success/Failure shall be captured in the driver log and the client.</strong></p><h2>Delete Records from CarbonData Table</h2><p>This command allows us to delete records from CarbonData table.</p><h3>Syntax</h3><p><code>
+DELETE FROM table_name [WHERE expression];
+</code></p><h3>Parameter Description</h3>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>table_name </td>
+      <td>The name of the Carbon table in which you want to perform the delete. </td>
+    </tr>
+  </tbody>
+</table><h3>Examples</h3><p><code>
+DELETE FROM columncarbonTable1 d WHERE d.column1  = &#39;china&#39;;
+</code></p><p><code>
+DELETE FROM dest WHERE column1 IN (&#39;china&#39;, &#39;USA&#39;);
+</code></p><p><code>
+DELETE FROM columncarbonTable1
+WHERE column1 IN (SELECT column11 FROM sourceTable2);
+</code></p><p><code>
+DELETE FROM columncarbonTable1
+WHERE column1 IN (SELECT column11 FROM sourceTable2 WHERE
+column1 = &#39;USA&#39;);
+</code></p><p><code>
+DELETE FROM columncarbonTable1 WHERE column2 &gt;= 4
+</code></p><p><strong>The Status Success/Failure shall be captured in the driver log and the client.</strong></p>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/9ebca155/content/docs/latest_htmls/faq.html
----------------------------------------------------------------------
diff --git a/content/docs/latest_htmls/faq.html b/content/docs/latest_htmls/faq.html
new file mode 100644
index 0000000..fc17e28
--- /dev/null
+++ b/content/docs/latest_htmls/faq.html
@@ -0,0 +1,45 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+--><h1>FAQs</h1>
+<ul>
+  <li><a href="#can-we-preserve-segments-from-compaction">Can we preserve Segments from Compaction?</a></li>
+  <li><a href="#can-we-disable-horizontal-compaction">Can we disable horizontal compaction?</a></li>
+  <li><a href="#what-is-horizontal-compaction">What is horizontal compaction?</a></li>
+  <li><a href="#how-to-enable-compaction-while-data-loading">How to enable Compaction while data loading?</a></li>
+  <li><a href="#where-are-bad-records-stored-in-carbondata">Where are Bad Records Stored in CarbonData?</a></li>
+  <li><a href="#what-are-bad-records">What are Bad Records?</a></li>
+  <li><a href="#can-we-use-carbondata-on-standalone-spark-cluster">Can we use CarbonData on Standalone Spark Cluster?</a></li>
+  <li><a href="#what-versions-of-apache-spark-are-compatible-with-carbondata">What versions of Apache Spark are Compatible with CarbonData?</a></li>
+  <li><a href="#can-we-load-data-from-excel">Can we Load Data from excel?</a></li>
+  <li><a href="#how-to-enable-single-pass-data-loading">How to enable Single Pass Data Loading?</a></li>
+  <li><a href="#what-is-single-pass-data-loading">What is Single Pass Data Loading?</a></li>
+  <li><a href="#how-to-specify-the-data-loading-format-for-carbondata">How to specify the data loading format for CarbonData ?</a></li>
+  <li><a href="#how-to-resolve-store-location-can-not-be-found">How to resolve store location can?t be found?</a></li>
+  <li><a href="">What is carbon.lock.type?</a></li>
+  <li><a href="#how-to-enable-auto-compaction">How to enable Auto Compaction?</a></li>
+  <li><a href="#how-to-resolve-abstract-method-error">How to resolve Abstract Method Error?</a></li>
+  <li><a href="#getting-exception-on-creating-a-view">Getting Exception on Creating a View</a></li>
+  <li><a href="#is-carbondata-supported-for-windows">Is CarbonData supported for Windows?</a></li>
+</ul><h2>Can we preserve Segments from Compaction?</h2><p>If you want to preserve number of segments from being compacted then you can set the property <strong>carbon.numberof.preserve.segments</strong> equal to the <strong>value of number of segments to be preserved</strong>.</p><p>Note : <em>No segments are preserved by Default.</em></p><h2>Can we disable horizontal compaction?</h2><p>Yes, to disable horizontal compaction, set <strong>carbon.horizontal.compaction.enable</strong> to <code>FALSE</code> in carbon.properties file.</p><h2>What is horizontal compaction?</h2><p>Compaction performed after Update and Delete operations is referred as Horizontal Compaction. After every DELETE and UPDATE operation, horizontal compaction may occur in case the delta (DELETE/ UPDATE) files becomes more than specified threshold.</p><p>By default the parameter <strong>carbon.horizontal.compaction.enable</strong> enabling the horizontal compaction is set to <code>TRUE</code>.</p><h2>How to enable C
 ompaction while data loading?</h2><p>To enable compaction while data loading, set <strong>carbon.enable.auto.load.merge</strong> to <code>TRUE</code> in carbon.properties file.</p><h2>Where are Bad Records Stored in CarbonData?</h2><p>The bad records are stored at the location set in carbon.badRecords.location in carbon.properties file. By default <strong>carbon.badRecords.location</strong> specifies the following location <code>/opt/Carbon/Spark/badrecords</code>.</p><h2>What are Bad Records?</h2><p>Records that fail to get loaded into the CarbonData due to data type incompatibility are classified as Bad Records.</p><h2>Can we use CarbonData on Standalone Spark Cluster?</h2><p>Yes, CarbonData can be used on a Standalone spark cluster. But using a standalone cluster has following limitations: - single node cluster cannot be scaled up - the maximum memory and the CPU computation power has a fixed limit - the number of processors are limited in a single node cluster</p><p>To harness t
 he actual speed of execution of CarbonData on petabytes of data, it is suggested to use a Multinode Cluster.</p><h2>What versions of Apache Spark are Compatible with CarbonData?</h2><p>Currently <strong>Spark 1.6.2</strong> and <strong>Spark 2.1</strong> is compatible with CarbonData.</p><h2>Can we Load Data from excel?</h2><p>Yes, the data can be loaded from excel provided the data is in CSV format.</p><h2>How to enable Single Pass Data Loading?</h2><p>You need to set <strong>SINGLE_PASS</strong> to <code>True</code> and append it to <code>OPTIONS</code> Section in the query as demonstrated in the Load Query below : <code>
+LOAD DATA local inpath &#39;/opt/rawdata/data.csv&#39; INTO table carbontable
+OPTIONS(&#39;DELIMITER&#39;=&#39;,&#39;, &#39;QUOTECHAR&#39;=&#39;&quot;&#39;,&#39;FILEHEADER&#39;=&#39;empno,empname,designation&#39;,&#39;USE_KETTLE&#39;=&#39;FALSE&#39;)
+</code> Refer to <a href="https://github.com/PallaviSingh1992/incubator-carbondata/blob/6b4dd5f3dea8c93839a94c2d2c80ab7a799cf209/docs/dml-operation-on-carbondata.md">DML-operations-in-CarbonData</a> for more details and example.</p><h2>What is Single Pass Data Loading?</h2><p>Single Pass Loading enables single job to finish data loading with dictionary generation on the fly. It enhances performance in the scenarios where the subsequent data loading after initial load involves fewer incremental updates on the dictionary. This option specifies whether to use single pass for loading data or not. By default this option is set to <code>FALSE</code>.</p><h2>How to specify the data loading format for CarbonData?</h2><p>Edit carbon.properties file. Modify the value of parameter <strong>carbon.data.file.version</strong>. Setting the parameter <strong>carbon.data.file.version</strong> to <code>1</code> will support data loading in <code>old format(0.x version)</code> and setting <strong>carbo
 n.data.file.version</strong> to <code>2</code> will support data loading in <code>new format(1.x onwards)</code> only. By default the data loading is supported using the new format.</p><h2>How to resolve store location can not be found?</h2><p>Try creating <code>carbonsession</code> with <code>storepath</code> specified in the following manner : <code>
+val carbon = SparkSession.builder().config(sc.getConf).getOrCreateCarbonSession(&lt;store_path&gt;)
+</code> Example: <code>
+val carbon = SparkSession.builder().config(sc.getConf).getOrCreateCarbonSession(&quot;hdfs://localhost:9000/carbon/store &quot;)
+</code></p><h2>What is carbon.lock.type?</h2><p>This property configuration specifies the type of lock to be acquired during concurrent operations on table. This property can be set with the following values : - <strong>LOCALLOCK</strong> : This Lock is created on local file system as file. This lock is useful when only one spark driver (thrift server) runs on a machine and no other CarbonData spark application is launched concurrently. - <strong>HDFSLOCK</strong> : This Lock is created on HDFS file system as file. This lock is useful when multiple CarbonData spark applications are launched and no ZooKeeper is running on cluster and the HDFS supports, file based locking.</p><h2>How to enable Auto Compaction?</h2><p>To enable compaction set <strong>carbon.enable.auto.load.merge</strong> to <code>TRUE</code> in the carbon.properties file.</p><h2>How to resolve Abstract Method Error?</h2><p>You need to specify the <code>spark version</code> while using Maven to build project.</p><h2>Ge
 tting Exception on Creating a View</h2><p>View not supported in CarbonData.</p><h2>Is CarbonData supported for Windows?</h2><p>We may provide support for windows in future. You are welcome to contribute if you want to add the support :)</p>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/9ebca155/content/docs/latest_htmls/file-structure-of-carbondata.html
----------------------------------------------------------------------
diff --git a/content/docs/latest_htmls/file-structure-of-carbondata.html b/content/docs/latest_htmls/file-structure-of-carbondata.html
new file mode 100644
index 0000000..300a4c4
--- /dev/null
+++ b/content/docs/latest_htmls/file-structure-of-carbondata.html
@@ -0,0 +1,6 @@
+<h1>CarbonData File Structure</h1><p>CarbonData files contain groups of data called blocklets, along with all required information like schema, offsets and indices etc, in a file footer, co-located in HDFS.</p><p>The file footer can be read once to build the indices in memory, which can be utilized for optimizing the scans and processing for all subsequent queries.</p><p>Each blocklet in the file is further divided into chunks of data called data chunks. Each data chunk is organized either in columnar format or row format, and stores the data of either a single column or a set of columns. All blocklets in a file contain the same number and type of data chunks.</p><p><img src="../../../src/site/markdown/images/carbon_data_file_structure_new.png?raw=true" alt="CarbonData File Structure" /></p><p>Each data chunk contains multiple groups of data called as pages. There are three types of pages.</p>
+<ul>
+  <li>Data Page: Contains the encoded data of a column/group of columns.</li>
+  <li>Row ID Page (optional): Contains the row ID mappings used when the data page is stored as an inverted index.</li>
+  <li>RLE Page (optional): Contains additional metadata used when the data page is RLE coded.</li>
+</ul><p><img src="../../../src/site/markdown/images/carbon_data_format_new.png?raw=true" alt="CarbonData File Format" /></p>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/9ebca155/content/docs/latest_htmls/installation-guide.html
----------------------------------------------------------------------
diff --git a/content/docs/latest_htmls/installation-guide.html b/content/docs/latest_htmls/installation-guide.html
new file mode 100644
index 0000000..104ed07
--- /dev/null
+++ b/content/docs/latest_htmls/installation-guide.html
@@ -0,0 +1,245 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+--><h1>Installation Guide</h1><p>This tutorial guides you through the installation and configuration of CarbonData in the following two modes :</p>
+<ul>
+  <li><a href="#installing-and-configuring-carbondata-on-standalone-spark-cluster">Installing and Configuring CarbonData on Standalone Spark Cluster</a></li>
+  <li><a href="#installing-and-configuring-carbondata-on-spark-on-yarn-cluster">Installing and Configuring CarbonData on ?Spark on YARN? Cluster</a></li>
+</ul><p>followed by :</p>
+<ul>
+  <li><a href="#query-execution-using-carbondata-thrift-server">Query Execution using CarbonData Thrift Server</a></li>
+</ul><h2>Installing and Configuring CarbonData on Standalone Spark Cluster</h2><h3>Prerequisites</h3>
+<ul>
+  <li><p>Hadoop HDFS and Yarn should be installed and running.</p></li>
+  <li><p>Spark should be installed and running on all the cluster nodes.</p></li>
+  <li><p>CarbonData user should have permission to access HDFS.</p></li>
+</ul><h3>Procedure</h3>
+<ul>
+  <li><p><a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Building+CarbonData+And+IDE+Configuration">Build the CarbonData</a> project and get the assembly jar from "./assembly/target/scala-2.10/carbondata_xxx.jar" and put in the <code>&quot;&lt;SPARK_HOME&gt;/carbonlib&quot;</code> folder.</p><p>NOTE: Create the carbonlib folder if it does not exists inside <code>&quot;&lt;SPARK_HOME&gt;&quot;</code> path.</p></li>
+  <li><p>Add the carbonlib folder path in the Spark classpath. (Edit <code>&quot;&lt;SPARK_HOME&gt;/conf/spark-env.sh&quot;</code> file and modify the value of SPARK_CLASSPATH by appending <code>&quot;&lt;SPARK_HOME&gt;/carbonlib/*&quot;</code> to the existing value)</p></li>
+  <li><p>Copy the carbon.properties.template to <code>&quot;&lt;SPARK_HOME&gt;/conf/carbon.properties&quot;</code> folder from "./conf/" of CarbonData repository.</p></li>
+  <li><p>Copy the "carbonplugins" folder to <code>&quot;&lt;SPARK_HOME&gt;/carbonlib&quot;</code> folder from "./processing/" folder of CarbonData repository.</p><p>NOTE: carbonplugins will contain .kettle folder.</p></li>
+  <li><p>In Spark node, configure the properties mentioned in the following table in <code>&quot;&lt;SPARK_HOME&gt;/conf/spark-defaults.conf&quot;</code> file.</p></li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Property </th>
+      <th>Value </th>
+      <th>Description </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.kettle.home </td>
+      <td>$SPARK_HOME /carbonlib/carbonplugins </td>
+      <td>Path that will be used by CarbonData internally to create graph for loading the data </td>
+    </tr>
+    <tr>
+      <td>spark.driver.extraJavaOptions </td>
+      <td>-Dcarbon.properties.filepath=$SPARK_HOME/conf/carbon.properties </td>
+      <td>A string of extra JVM options to pass to the driver. For instance, GC settings or other logging. </td>
+    </tr>
+    <tr>
+      <td>spark.executor.extraJavaOptions </td>
+      <td>-Dcarbon.properties.filepath=$SPARK_HOME/conf/carbon.properties </td>
+      <td>A string of extra JVM options to pass to executors. For instance, GC settings or other logging. NOTE: You can enter multiple values separated by space. </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li>Add the following properties in <code>&quot;&lt;SPARK_HOME&gt;/conf/&quot; carbon.properties</code>:</li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Property </th>
+      <th>Required </th>
+      <th>Description </th>
+      <th>Example </th>
+      <th>Remark </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.storelocation </td>
+      <td>NO </td>
+      <td>Location where data CarbonData will create the store and write the data in its own format. </td>
+      <td>hdfs://HOSTNAME:PORT/Opt/CarbonStore </td>
+      <td>Propose to set HDFS directory </td>
+    </tr>
+    <tr>
+      <td>carbon.kettle.home </td>
+      <td>YES </td>
+      <td>Path that will be used by CarbonData internally to create graph for loading the data. </td>
+      <td>$SPARK_HOME/carbonlib/carbonplugins </td>
+      <td> </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li>Verify the installation. For example:</li>
+</ul><p><code>
+   ./spark-shell --master spark://HOSTNAME:PORT --total-executor-cores 2
+   --executor-memory 2G
+</code></p><p>NOTE: Make sure you have permissions for CarbonData JARs and files through which driver and executor will start.</p><p>To get started with CarbonData : <a href="quick-start-guide.md">Quick Start</a>, <a href="ddl-operation-on-carbondata.md">DDL Operations on CarbonData</a></p><h2>Installing and Configuring CarbonData on "Spark on YARN" Cluster</h2><p>This section provides the procedure to install CarbonData on "Spark on YARN" cluster.</p><h3>Prerequisites</h3>
+<ul>
+  <li>Hadoop HDFS and Yarn should be installed and running.</li>
+  <li>Spark should be installed and running in all the clients.</li>
+  <li>CarbonData user should have permission to access HDFS.</li>
+</ul><h3>Procedure</h3><p>The following steps are only for Driver Nodes. (Driver nodes are the one which starts the spark context.)</p>
+<ul>
+  <li><p><a href="https://cwiki.apache.org/confluence/display/CARBONDATA/Building+CarbonData+And+IDE+Configuration">Build the CarbonData</a> project and get the assembly jar from "./assembly/target/scala-2.10/carbondata_xxx.jar" and put in the <code>&quot;&lt;SPARK_HOME&gt;/carbonlib&quot;</code> folder.</p><p>NOTE: Create the carbonlib folder if it does not exists inside <code>&quot;&lt;SPARK_HOME&gt;&quot;</code> path.</p></li>
+  <li><p>Copy "carbonplugins" folder to <code>&quot;&lt;SPARK_HOME&gt;/carbonlib&quot;</code> folder from "./processing/" folder of CarbonData repository.  carbonplugins will contain .kettle folder.</p></li>
+  <li><p>Copy the "carbon.properties.template" to <code>&quot;&lt;SPARK_HOME&gt;/conf/carbon.properties&quot;</code> folder from conf folder of CarbonData repository.</p></li>
+  <li>Modify the parameters in "spark-default.conf" located in the <code>&quot;&lt;SPARK_HOME&gt;/conf</code>"</li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Property </th>
+      <th>Description </th>
+      <th>Value </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>spark.master </td>
+      <td>Set this value to run the Spark in yarn cluster mode. </td>
+      <td>Set "yarn-client" to run the Spark in yarn cluster mode. </td>
+    </tr>
+    <tr>
+      <td>spark.yarn.dist.files </td>
+      <td>Comma-separated list of files to be placed in the working directory of each executor. </td>
+      <td><code>&quot;&lt;YOUR_SPARK_HOME_PATH&gt;&quot;/conf/carbon.properties</code> </td>
+    </tr>
+    <tr>
+      <td>spark.yarn.dist.archives </td>
+      <td>Comma-separated list of archives to be extracted into the working directory of each executor. </td>
+      <td><code>&quot;&lt;YOUR_SPARK_HOME_PATH&gt;&quot;/carbonlib/carbondata_xxx.jar</code> </td>
+    </tr>
+    <tr>
+      <td>spark.executor.extraJavaOptions </td>
+      <td>A string of extra JVM options to pass to executors. For instance NOTE: You can enter multiple values separated by space. </td>
+      <td><code>-Dcarbon.properties.filepath=&quot;&lt;YOUR_SPARK_HOME_PATH&gt;&quot;/conf/carbon.properties</code> </td>
+    </tr>
+    <tr>
+      <td>spark.executor.extraClassPath </td>
+      <td>Extra classpath entries to prepend to the classpath of executors. NOTE: If SPARK_CLASSPATH is defined in spark-env.sh, then comment it and append the values in below parameter spark.driver.extraClassPath </td>
+      <td><code>&quot;&lt;YOUR_SPARK_HOME_PATH&gt;&quot;/carbonlib/carbonlib/carbondata_xxx.jar</code> </td>
+    </tr>
+    <tr>
+      <td>spark.driver.extraClassPath </td>
+      <td>Extra classpath entries to prepend to the classpath of the driver. NOTE: If SPARK_CLASSPATH is defined in spark-env.sh, then comment it and append the value in below parameter spark.driver.extraClassPath. </td>
+      <td><code>&quot;&lt;YOUR_SPARK_HOME_PATH&gt;&quot;/carbonlib/carbonlib/carbondata_xxx.jar</code> </td>
+    </tr>
+    <tr>
+      <td>spark.driver.extraJavaOptions </td>
+      <td>A string of extra JVM options to pass to the driver. For instance, GC settings or other logging. </td>
+      <td><code>-Dcarbon.properties.filepath=&quot;&lt;YOUR_SPARK_HOME_PATH&gt;&quot;/conf/carbon.properties</code> </td>
+    </tr>
+    <tr>
+      <td>carbon.kettle.home </td>
+      <td>Path that will be used by CarbonData internally to create graph for loading the data. </td>
+      <td><code>&quot;&lt;YOUR_SPARK_HOME_PATH&gt;&quot;/carbonlib/carbonplugins</code> </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li>Add the following properties in <code>&lt;SPARK_HOME&gt;/conf/ carbon.properties</code>:</li>
+</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Property </th>
+      <th>Required </th>
+      <th>Description </th>
+      <th>Example </th>
+      <th>Default Value </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>carbon.storelocation </td>
+      <td>NO </td>
+      <td>Location where CarbonData will create the store and write the data in its own format. </td>
+      <td>hdfs://HOSTNAME:PORT/Opt/CarbonStore </td>
+      <td>Propose to set HDFS directory</td>
+    </tr>
+    <tr>
+      <td>carbon.kettle.home </td>
+      <td>YES </td>
+      <td>Path that will be used by CarbonData internally to create graph for loading the data. </td>
+      <td>$SPARK_HOME/carbonlib/carbonplugins </td>
+      <td> </td>
+    </tr>
+  </tbody>
+</table>
+<ul>
+  <li>Verify the installation.</li>
+</ul><p><code>
+     ./bin/spark-shell --master yarn-client --driver-memory 1g 
+     --executor-cores 2 --executor-memory 2G
+</code>  NOTE: Make sure you have permissions for CarbonData JARs and files through which driver and executor will start.</p><p>Getting started with CarbonData : <a href="quick-start-guide.md">Quick Start</a>, <a href="ddl-operation-on-carbondata.md">DDL Operations on CarbonData</a></p><h2>Query Execution Using CarbonData Thrift Server</h2><h3>Starting CarbonData Thrift Server</h3><p>a. cd <code>&lt;SPARK_HOME&gt;</code></p><p>b. Run the following command to start the CarbonData thrift server.</p><p><code>
+./bin/spark-submit --conf spark.sql.hive.thriftServer.singleSession=true 
+--class org.apache.carbondata.spark.thriftserver.CarbonThriftServer
+$SPARK_HOME/carbonlib/$CARBON_ASSEMBLY_JAR &lt;carbon_store_path&gt;
+</code></p>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter </th>
+      <th>Description </th>
+      <th>Example </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>CARBON_ASSEMBLY_JAR </td>
+      <td>CarbonData assembly jar name present in the <code>&quot;&lt;SPARK_HOME&gt;&quot;/carbonlib/</code> folder. </td>
+      <td>carbondata_2.10-0.1.0-incubating-SNAPSHOT-shade-hadoop2.7.2.jar </td>
+    </tr>
+    <tr>
+      <td>carbon_store_path </td>
+      <td>This is a parameter to the CarbonThriftServer class. This a HDFS path where CarbonData files will be kept. Strongly Recommended to put same as carbon.storelocation parameter of carbon.properties. </td>
+      <td><code>hdfs//&lt;host_name&gt;:54310/user/hive/warehouse/carbon.store</code> </td>
+    </tr>
+  </tbody>
+</table><h3>Examples</h3>
+<ul>
+  <li>Start with default memory and executors</li>
+</ul><p><code>
+./bin/spark-submit --conf spark.sql.hive.thriftServer.singleSession=true 
+--class org.apache.carbondata.spark.thriftserver.CarbonThriftServer 
+$SPARK_HOME/carbonlib
+/carbondata_2.10-0.1.0-incubating-SNAPSHOT-shade-hadoop2.7.2.jar 
+hdfs://hacluster/user/hive/warehouse/carbon.store
+</code></p>
+<ul>
+  <li>Start with Fixed executors and resources</li>
+</ul><p><code>
+./bin/spark-submit --conf spark.sql.hive.thriftServer.singleSession=true 
+--class org.apache.carbondata.spark.thriftserver.CarbonThriftServer 
+--num-executors 3 --driver-memory 20g --executor-memory 250g 
+--executor-cores 32 
+/srv/OSCON/BigData/HACluster/install/spark/sparkJdbc/lib
+/carbondata_2.10-0.1.0-incubating-SNAPSHOT-shade-hadoop2.7.2.jar 
+hdfs://hacluster/user/hive/warehouse/carbon.store
+</code></p><h3>Connecting to CarbonData Thrift Server Using Beeline</h3><p>```  cd <SPARK_HOME>  ./bin/beeline jdbc:hive2://<thrftserver_host>:port</p>
+<pre><code> Example
+ ./bin/beeline jdbc:hive2://10.10.10.10:10000
+</code></pre><p>```</p>
\ No newline at end of file