add 1.1.1 release info

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

Branch: refs/heads/asf-site
Commit: b41bbc68b54b10bbc1df38016eeb4984e6c713ff
Parents: 5fc9ff5
Author: chenliang613 <chenliang...@apache.org>
Authored: Thu Jul 20 21:04:22 2017 +0800
Committer: chenliang613 <chenliang...@apache.org>
Committed: Thu Jul 20 21:04:22 2017 +0800

----------------------------------------------------------------------
 content/configuration-parameters.html           | 10 +--
 content/data-management.html                    |  3 +
 content/ddl-operation-on-carbondata.html        |  3 +
 content/dml-operation-on-carbondata.html        |  3 +
 content/faq.html                                |  3 +
 content/file-structure-of-carbondata.html       |  3 +
 content/index.html                              | 19 +++--
 content/installation-guide.html                 |  3 +
 content/mainpage.html                           |  3 +
 content/quick-start-guide.html                  |  3 +
 content/security.html                           |  4 +
 content/supported-data-types-in-carbondata.html |  4 +
 content/troubleshooting.html                    |  3 +
 content/useful-tips-on-carbondata.html          | 86 +++++++++++++-------
 content/videogallery.html                       |  3 +
 15 files changed, 109 insertions(+), 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/configuration-parameters.html
----------------------------------------------------------------------
diff --git a/content/configuration-parameters.html 
b/content/configuration-parameters.html
index 233a59b..96a91c6 100644
--- a/content/configuration-parameters.html
+++ b/content/configuration-parameters.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>
@@ -540,7 +543,7 @@
 <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.cardinality. Equally, the value of cardinality is higher than the 
threshold.value of cardinality/ row number x 100 &gt; configured value of 
high.cardinality.row.count.percentage. Equally, the ratio of the cardinality 
value to data row number is higher than the configured percentage. Note: If 
SINGLE_PASS is used during data load, then this property will be disabled.</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.cardinality. <b> Note: </b> If SINGLE_PASS is used during data load, then 
this property will be disabled.</td>
 </tr>
 <tr>
 <td>high.cardinality.threshold</td>
@@ -548,11 +551,6 @@
 <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.percentage. The 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>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/data-management.html
----------------------------------------------------------------------
diff --git a/content/data-management.html b/content/data-management.html
index f835e12..ec1d60c 100644
--- a/content/data-management.html
+++ b/content/data-management.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/ddl-operation-on-carbondata.html
----------------------------------------------------------------------
diff --git a/content/ddl-operation-on-carbondata.html 
b/content/ddl-operation-on-carbondata.html
index 633115d..5c0cd9e 100644
--- a/content/ddl-operation-on-carbondata.html
+++ b/content/ddl-operation-on-carbondata.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/dml-operation-on-carbondata.html
----------------------------------------------------------------------
diff --git a/content/dml-operation-on-carbondata.html 
b/content/dml-operation-on-carbondata.html
index cb62bcd..8e044ae 100644
--- a/content/dml-operation-on-carbondata.html
+++ b/content/dml-operation-on-carbondata.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/faq.html
----------------------------------------------------------------------
diff --git a/content/faq.html b/content/faq.html
index 84a118d..4e8ce49 100644
--- a/content/faq.html
+++ b/content/faq.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/file-structure-of-carbondata.html
----------------------------------------------------------------------
diff --git a/content/file-structure-of-carbondata.html 
b/content/file-structure-of-carbondata.html
index 3567f59..449771e 100644
--- a/content/file-structure-of-carbondata.html
+++ b/content/file-structure-of-carbondata.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 47d7987..3365338 100644
--- a/content/index.html
+++ b/content/index.html
@@ -54,6 +54,9 @@
                                 class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>
@@ -299,6 +302,13 @@
                                 </h4>
                                 <div class="linkblock">
                                     <div class="block-row">
+                                        <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                           target="_blank">Apache CarbonData 
1.1.1</a>
+                                        <span class="release-date">July 
2017</span>
+                                        <a 
href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+1.1.1+Release";
+                                           class="whatsnew" 
target="_blank">what's new</a>
+                                    </div>
+                                    <div class="block-row">
                                         <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                            target="_blank">Apache CarbonData 
1.1.0</a>
                                         <span class="release-date">May 
2017</span>
@@ -312,13 +322,6 @@
                                         <a 
href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+1.0.0-incubating";
                                            class="whatsnew" 
target="_blank">what's new</a>
                                     </div>
-                                    <div class="block-row">
-                                        <a 
href="http://archive.apache.org/dist/incubator/carbondata/0.2.0-incubating/";
-                                           target="_blank">Apache CarbonData 
0.2.0-incubating</a>
-                                        <span class="release-date">Nov 
2016</span>
-                                        <a 
href="https://cwiki.apache.org/confluence/display/CARBONDATA/Apache+CarbonData+0.2.0-incubating+Released";
-                                           class="whatsnew" 
target="_blank">what's new</a>
-                                    </div>
                                 </div>
                             </div>
                             <div class="nextR">
@@ -451,7 +454,7 @@
                             to do is:</p>
                         <ol class="orderlist">
                             <li>
-                                <a 
href="http://archive.apache.org/dist/incubator/carbondata/1.0.0-incubating/";
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
                                    target="_blank">Download </a>the latest 
release.
 
                             </li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/installation-guide.html
----------------------------------------------------------------------
diff --git a/content/installation-guide.html b/content/installation-guide.html
index a8d9872..e3ea160 100644
--- a/content/installation-guide.html
+++ b/content/installation-guide.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/mainpage.html
----------------------------------------------------------------------
diff --git a/content/mainpage.html b/content/mainpage.html
index 436e5fc..f0056fe 100644
--- a/content/mainpage.html
+++ b/content/mainpage.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/quick-start-guide.html
----------------------------------------------------------------------
diff --git a/content/quick-start-guide.html b/content/quick-start-guide.html
index 8c7a1b7..d26b28e 100644
--- a/content/quick-start-guide.html
+++ b/content/quick-start-guide.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/security.html
----------------------------------------------------------------------
diff --git a/content/security.html b/content/security.html
index 8dba763..cde2a24 100644
--- a/content/security.html
+++ b/content/security.html
@@ -45,6 +45,9 @@
                            aria-expanded="false">Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>
@@ -69,6 +72,7 @@
                         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true"
                            aria-expanded="false">Community <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
+
                             <li>
                                 <a 
href="https://github.com/apache/carbondata/blob/master/docs/How-to-contribute-to-Apache-CarbonData.md";
                                    target="_blank">Contributing to 
CarbonData</a></li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/supported-data-types-in-carbondata.html
----------------------------------------------------------------------
diff --git a/content/supported-data-types-in-carbondata.html 
b/content/supported-data-types-in-carbondata.html
index 9ec0e9a..6d43c99 100644
--- a/content/supported-data-types-in-carbondata.html
+++ b/content/supported-data-types-in-carbondata.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>
@@ -189,6 +192,7 @@
 <ul>
 <li>STRING</li>
 <li>CHAR</li>
+<li>VARCHAR</li>
 </ul>
 </li>
 <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/troubleshooting.html
----------------------------------------------------------------------
diff --git a/content/troubleshooting.html b/content/troubleshooting.html
index fd2cc95..d9a66cf 100644
--- a/content/troubleshooting.html
+++ b/content/troubleshooting.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/useful-tips-on-carbondata.html
----------------------------------------------------------------------
diff --git a/content/useful-tips-on-carbondata.html 
b/content/useful-tips-on-carbondata.html
index 29235a2..6277ff8 100644
--- a/content/useful-tips-on-carbondata.html
+++ b/content/useful-tips-on-carbondata.html
@@ -51,6 +51,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>
@@ -246,6 +249,15 @@ The create table command can be modified as suggested 
below :</p>
   )STORED BY 'org.apache.carbondata.format'
   TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN,..',
   'DICTIONARY_INCLUDE'='...');
+
+  Example:
+  create table carbondata_table(
+    msisdn String,
+    BEGIN_TIME bigint
+    )STORED BY 'org.apache.carbondata.format'
+    TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN',
+    'DICTIONARY_INCLUDE'='BEGIN_TIME');
+
 </code></pre>
 <p>Now the query with MSISDN in the filter will be more efficient.</p>
 <ul>
@@ -267,6 +279,17 @@ The create table command can be modified as suggested 
below :</p>
   )STORED BY 'org.apache.carbondata.format'
   TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN,HOST..',
   'DICTIONARY_INCLUDE'='Dime_1..');
+
+  Example:
+  create table carbondata_table(
+    Dime_1 String,
+    HOST String,
+    MSISDN String
+    )STORED BY 'org.apache.carbondata.format'
+    TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN,HOST',
+    'DICTIONARY_INCLUDE'='Dime_1');
+
+
 </code></pre>
 <ul>
 <li>
@@ -276,14 +299,15 @@ The create table command can be modified as below :</p>
 </li>
 </ul>
 <pre><code>  create table carbondata_table(
-  Dime_1 String,
-  BEGIN_TIME bigint,
-  HOST String,
-  MSISDN String,
-  ...
-  )STORED BY 'org.apache.carbondata.format'
-  TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN,HOST,IMSI..',
-  'DICTIONARY_INCLUDE'='Dime_1,END_TIME,BEGIN_TIME..');
+    Dime_1 String,
+    BEGIN_TIME bigint,
+    END_TIME bigint,
+    HOST String,
+    MSISDN String
+    ...
+    )STORED BY 'org.apache.carbondata.format'
+    TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN,HOST...',
+    'DICTIONARY_INCLUDE'='Dime_1,END_TIME,BEGIN_TIME...');
 </code></pre>
 <ul>
 <li>
@@ -293,17 +317,18 @@ query performance. The create table command can be 
modified as below :</p>
 </li>
 </ul>
 <pre><code>  create table carbondata_table(
-  Dime_1 String,
-  BEGIN_TIME bigint,
-  HOST String,
-  MSISDN String,
-  counter_1 double,
-  counter_2 double,
-  ...
-  counter_100 double
-  )STORED BY 'org.apache.carbondata.format'
-  TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN,HOST,IMSI',
-  'DICTIONARY_INCLUDE'='Dime_1,END_TIME,BEGIN_TIME');
+    Dime_1 String,
+    BEGIN_TIME bigint,
+    END_TIME bigint,
+    HOST String,
+    MSISDN String,
+    counter_1 double,
+    counter_2 double,
+    ...
+    counter_100 double
+    )STORED BY 'org.apache.carbondata.format'
+    TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN,HOST...',
+    'DICTIONARY_INCLUDE'='Dime_1,END_TIME,BEGIN_TIME...');
 </code></pre>
 <p>The result of performance analysis of test-case shows reduction in query 
execution time from 15 to 3 seconds, thereby improving performance by nearly 5 
times.</p>
 <ul>
@@ -315,17 +340,18 @@ suggested to put begin_time at the end of dimensions.</p>
 </li>
 </ul>
 <pre><code>  create table carbondata_table(
-  Dime_1 String,
-  HOST String,
-  MSISDN String,
-  counter_1 double,
-  counter_2 double,
-  BEGIN_TIME bigint,
-  ...
-  counter_100 double
-  )STORED BY 'org.apache.carbondata.format'
-  TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN,HOST,IMSI',
-  'DICTIONARY_INCLUDE'='Dime_1,END_TIME,BEGIN_TIME');
+    Dime_1 String,
+    HOST String,
+    MSISDN String,
+    counter_1 double,
+    counter_2 double,
+    BEGIN_TIME bigint,
+    END_TIME bigint,
+    ...
+    counter_100 double
+    )STORED BY 'org.apache.carbondata.format'
+    TBLPROPERTIES ( 'DICTIONARY_EXCLUDE'='MSISDN,HOST...',
+    'DICTIONARY_INCLUDE'='Dime_1,END_TIME,BEGIN_TIME....');
 </code></pre>
 <ul>
 <li>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/b41bbc68/content/videogallery.html
----------------------------------------------------------------------
diff --git a/content/videogallery.html b/content/videogallery.html
index 8d21f8e..4a21372 100644
--- a/content/videogallery.html
+++ b/content/videogallery.html
@@ -49,6 +49,9 @@
                            aria-expanded="false"> Download <span 
class="caret"></span></a>
                         <ul class="dropdown-menu">
                             <li>
+                                <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.1/";
+                                   target="_blank">Apache CarbonData 
1.1.1</a></li>
+                            <li>
                                 <a 
href="https://dist.apache.org/repos/dist/release/carbondata/1.1.0/";
                                    target="_blank">Apache CarbonData 
1.1.0</a></li>
                             <li>

Reply via email to