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/09/12 01:11:25 UTC

[1/3] carbondata-site git commit: Added the CNCF info link

Repository: carbondata-site
Updated Branches:
  refs/heads/asf-site 7e121667b -> 87359ad14


Added the CNCF info link


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

Branch: refs/heads/asf-site
Commit: 227040922f596b76c304efcafea615a7f59e5361
Parents: 7e12166
Author: PallaviSingh1992 <pa...@yahoo.co.in>
Authored: Mon Sep 4 14:54:25 2017 +0530
Committer: PallaviSingh1992 <pa...@yahoo.co.in>
Committed: Mon Sep 4 15:05:51 2017 +0530

----------------------------------------------------------------------
 src/main/webapp/css/style.css            |  25 ++++++++++++++++++++++++-
 src/main/webapp/index.html               |  14 ++++++++++++++
 src/main/webapp/installation-guide.html  |   4 ++--
 src/main/webapp/pdf/maven-pdf-plugin.pdf | Bin 235237 -> 235235 bytes
 4 files changed, 40 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/22704092/src/main/webapp/css/style.css
----------------------------------------------------------------------
diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css
index 79bd185..94b8fbf 100644
--- a/src/main/webapp/css/style.css
+++ b/src/main/webapp/css/style.css
@@ -108,11 +108,34 @@ left: auto; right: auto;}
 .cd-joinblock {
     background: #555;
     padding: 10px 0;
-    /*  border-bottom: 4px solid #444;    
+    /*  border-bottom: 4px solid #444;
     border-top: 4px solid #444;
     */
 }
 
+.cd-below-slider{
+    width: 100%;
+    height:42px;
+    background: url(../images/CDbannerSliderbg.jpg) no-repeat top center;
+    background-size: cover;
+    padding: 10px 0;
+    position: relative;
+}
+
+.text-rotate img.icon{ width: 24px; height: auto;}
+
+.text-rotate{padding:0 10px; font-size: 16px;
+    font-weight: 600;
+    text-align: center;
+    color: #ff7f2b; white-space: nowrap}
+
+.text-rotate a {padding: 0 10px;color: #00a0d2;}
+.text-rotate a:hover{ color: #00a0d2; text-decoration: underline}
+
+.cd-shadow{ background:rgba(0,0,0,0.4); position: absolute; left: 0;top:0; width: 100%;
+    height:100%;}
+
+
 .cd-joinblock .title {
     font-size: 18px;
     color: #fff;

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/22704092/src/main/webapp/index.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index e8504f0..5cfee75 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -264,6 +264,20 @@
     </div>
 </section> <!-- End Banner part -->
 
+<section>
+    <div class="cd-below-slider">
+        <div class="cd-shadow"></div>
+        <div class="text-rotate">
+            <marquee behavior="alternate" scrollamount="5">
+                <!--        <img src="images/favicon.ico" class="icon" alt="Apache CarbonData" >   -->
+                Apache CarbonData adopted into Cloud Native Computing Foundation Landscape. <a
+                    href="https://github.com/cncf/landscape">Learn More</a>
+            </marquee>
+        </div>
+    </div>
+</section>
+
+
 <section><!-- About carbonData part -->
     <div class="cd-aboutwrapper">
         <div class="container-fluid">

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/22704092/src/main/webapp/installation-guide.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/installation-guide.html b/src/main/webapp/installation-guide.html
index 8762386..3bfcba2 100644
--- a/src/main/webapp/installation-guide.html
+++ b/src/main/webapp/installation-guide.html
@@ -170,7 +170,7 @@
 <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>
+<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>
@@ -267,7 +267,7 @@
 <p><strong>NOTE</strong>: 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.html">Quick Start</a>, <a href="ddl-operation-on-carbondata.html">DDL Operations on CarbonData</a></p>
 <h2>
-<a id="installing-and-configuring-carbondata-on-spark-on-yarn-cluster" class="anchor" href="#installing-and-configuring-carbondata-on-spark-on-yarn-cluster" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installing and Configuring CarbonData on "Spark on YARN" Cluster</h2>
+<a id="installing-and-configuring-carbondata-on-spark-on-yarn-cluster" class="anchor" href="#installing-and-configuring-carbondata-on-spark-on-yarn-cluster" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>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>
 <a id="prerequisites-1" class="anchor" href="#prerequisites-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Prerequisites</h3>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/22704092/src/main/webapp/pdf/maven-pdf-plugin.pdf
----------------------------------------------------------------------
diff --git a/src/main/webapp/pdf/maven-pdf-plugin.pdf b/src/main/webapp/pdf/maven-pdf-plugin.pdf
index 8478fd2..170d4d6 100644
Binary files a/src/main/webapp/pdf/maven-pdf-plugin.pdf and b/src/main/webapp/pdf/maven-pdf-plugin.pdf differ


[2/3] carbondata-site git commit: carbondata be considered into cncf landscape

Posted by ch...@apache.org.
carbondata be considered into cncf landscape


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

Branch: refs/heads/asf-site
Commit: 9fa149f6663f1eea209c3c28083509461e93609a
Parents: 7e12166 2270409
Author: chenliang613 <ch...@apache.org>
Authored: Tue Sep 12 09:10:37 2017 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Tue Sep 12 09:10:37 2017 +0800

----------------------------------------------------------------------
 src/main/webapp/css/style.css            |  25 ++++++++++++++++++++++++-
 src/main/webapp/index.html               |  14 ++++++++++++++
 src/main/webapp/installation-guide.html  |   4 ++--
 src/main/webapp/pdf/maven-pdf-plugin.pdf | Bin 235237 -> 235235 bytes
 4 files changed, 40 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[3/3] carbondata-site git commit: carbondata be added into cncf landscape

Posted by ch...@apache.org.
carbondata be added into cncf landscape


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

Branch: refs/heads/asf-site
Commit: 87359ad14fdb470c2ea38b9355a9267575ee9e2e
Parents: 9fa149f
Author: chenliang613 <ch...@apache.org>
Authored: Tue Sep 12 09:11:15 2017 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Tue Sep 12 09:11:15 2017 +0800

----------------------------------------------------------------------
 content/css/style.css            |  25 ++++++++++++++++++++++++-
 content/index.html               |  14 ++++++++++++++
 content/installation-guide.html  |   4 ++--
 content/pdf/maven-pdf-plugin.pdf | Bin 235237 -> 235235 bytes
 4 files changed, 40 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/87359ad1/content/css/style.css
----------------------------------------------------------------------
diff --git a/content/css/style.css b/content/css/style.css
index 79bd185..94b8fbf 100644
--- a/content/css/style.css
+++ b/content/css/style.css
@@ -108,11 +108,34 @@ left: auto; right: auto;}
 .cd-joinblock {
     background: #555;
     padding: 10px 0;
-    /*  border-bottom: 4px solid #444;    
+    /*  border-bottom: 4px solid #444;
     border-top: 4px solid #444;
     */
 }
 
+.cd-below-slider{
+    width: 100%;
+    height:42px;
+    background: url(../images/CDbannerSliderbg.jpg) no-repeat top center;
+    background-size: cover;
+    padding: 10px 0;
+    position: relative;
+}
+
+.text-rotate img.icon{ width: 24px; height: auto;}
+
+.text-rotate{padding:0 10px; font-size: 16px;
+    font-weight: 600;
+    text-align: center;
+    color: #ff7f2b; white-space: nowrap}
+
+.text-rotate a {padding: 0 10px;color: #00a0d2;}
+.text-rotate a:hover{ color: #00a0d2; text-decoration: underline}
+
+.cd-shadow{ background:rgba(0,0,0,0.4); position: absolute; left: 0;top:0; width: 100%;
+    height:100%;}
+
+
 .cd-joinblock .title {
     font-size: 18px;
     color: #fff;

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/87359ad1/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index e8504f0..5cfee75 100644
--- a/content/index.html
+++ b/content/index.html
@@ -264,6 +264,20 @@
     </div>
 </section> <!-- End Banner part -->
 
+<section>
+    <div class="cd-below-slider">
+        <div class="cd-shadow"></div>
+        <div class="text-rotate">
+            <marquee behavior="alternate" scrollamount="5">
+                <!--        <img src="images/favicon.ico" class="icon" alt="Apache CarbonData" >   -->
+                Apache CarbonData adopted into Cloud Native Computing Foundation Landscape. <a
+                    href="https://github.com/cncf/landscape">Learn More</a>
+            </marquee>
+        </div>
+    </div>
+</section>
+
+
 <section><!-- About carbonData part -->
     <div class="cd-aboutwrapper">
         <div class="container-fluid">

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/87359ad1/content/installation-guide.html
----------------------------------------------------------------------
diff --git a/content/installation-guide.html b/content/installation-guide.html
index 8762386..3bfcba2 100644
--- a/content/installation-guide.html
+++ b/content/installation-guide.html
@@ -170,7 +170,7 @@
 <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>
+<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>
@@ -267,7 +267,7 @@
 <p><strong>NOTE</strong>: 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.html">Quick Start</a>, <a href="ddl-operation-on-carbondata.html">DDL Operations on CarbonData</a></p>
 <h2>
-<a id="installing-and-configuring-carbondata-on-spark-on-yarn-cluster" class="anchor" href="#installing-and-configuring-carbondata-on-spark-on-yarn-cluster" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installing and Configuring CarbonData on "Spark on YARN" Cluster</h2>
+<a id="installing-and-configuring-carbondata-on-spark-on-yarn-cluster" class="anchor" href="#installing-and-configuring-carbondata-on-spark-on-yarn-cluster" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>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>
 <a id="prerequisites-1" class="anchor" href="#prerequisites-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Prerequisites</h3>

http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/87359ad1/content/pdf/maven-pdf-plugin.pdf
----------------------------------------------------------------------
diff --git a/content/pdf/maven-pdf-plugin.pdf b/content/pdf/maven-pdf-plugin.pdf
index 8478fd2..170d4d6 100644
Binary files a/content/pdf/maven-pdf-plugin.pdf and b/content/pdf/maven-pdf-plugin.pdf differ