You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2017/05/11 13:53:33 UTC

[43/50] carbondata git commit: rename incubator-carbondata to carbondata

rename incubator-carbondata to carbondata


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

Branch: refs/heads/branch-1.1
Commit: 51564cee29c7af805653b7994777b99fcc77d8b8
Parents: 4c585db
Author: CGF <cg...@foxmail.com>
Authored: Thu May 11 10:16:16 2017 +0800
Committer: CGF <cg...@foxmail.com>
Committed: Thu May 11 10:16:16 2017 +0800

----------------------------------------------------------------------
 README.md                                      | 26 ++++++++++-----------
 docs/How-to-contribute-to-Apache-CarbonData.md |  8 +++----
 docs/installation-guide.md                     |  4 ++--
 docs/quick-start-guide.md                      |  6 ++---
 4 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/51564cee/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d70e9a8..4f31e16 100644
--- a/README.md
+++ b/README.md
@@ -36,27 +36,27 @@ CarbonData file format is a columnar store in HDFS, it has many features that a
 * Supports for various use cases with one single Data format : like interactive OLAP-style query, Sequential Access (big scan), Random Access (narrow scan). 
 
 ## Building CarbonData
-CarbonData is built using Apache Maven, to [build CarbonData](https://github.com/apache/incubator-carbondata/blob/master/build)
+CarbonData is built using Apache Maven, to [build CarbonData](https://github.com/apache/carbondata/blob/master/build)
 
 ## Online Documentation
-* [Quick Start](https://github.com/apache/incubator-carbondata/blob/master/docs/quick-start-guide.md)
-* [CarbonData File Structure](https://github.com/apache/incubator-carbondata/blob/master/docs/file-structure-of-carbondata.md)
-* [Data Types](https://github.com/apache/incubator-carbondata/blob/master/docs/supported-data-types-in-carbondata.md)
-* [Data Management](https://github.com/apache/incubator-carbondata/blob/master/docs/data-management.md)
-* [DDL Operations on CarbonData](https://github.com/apache/incubator-carbondata/blob/master/docs/ddl-operation-on-carbondata.md) 
-* [DML Operations on CarbonData](https://github.com/apache/incubator-carbondata/blob/master/docs/dml-operation-on-carbondata.md)  
-* [Cluster Installation and Deployment](https://github.com/apache/incubator-carbondata/blob/master/docs/installation-guide.md)
-* [Configuring Carbondata](https://github.com/apache/incubator-carbondata/blob/master/docs/configuration-parameters.md)
-* [FAQ](https://github.com/apache/incubator-carbondata/blob/master/docs/faq.md)
-* [Trouble Shooting](https://github.com/apache/incubator-carbondata/blob/master/docs/troubleshooting.md)
-* [Useful Tips](https://github.com/apache/incubator-carbondata/blob/master/docs/useful-tips-on-carbondata.md)
+* [Quick Start](https://github.com/apache/carbondata/blob/master/docs/quick-start-guide.md)
+* [CarbonData File Structure](https://github.com/apache/carbondata/blob/master/docs/file-structure-of-carbondata.md)
+* [Data Types](https://github.com/apache/carbondata/blob/master/docs/supported-data-types-in-carbondata.md)
+* [Data Management](https://github.com/apache/carbondata/blob/master/docs/data-management.md)
+* [DDL Operations on CarbonData](https://github.com/apache/carbondata/blob/master/docs/ddl-operation-on-carbondata.md) 
+* [DML Operations on CarbonData](https://github.com/apache/carbondata/blob/master/docs/dml-operation-on-carbondata.md)  
+* [Cluster Installation and Deployment](https://github.com/apache/carbondata/blob/master/docs/installation-guide.md)
+* [Configuring Carbondata](https://github.com/apache/carbondata/blob/master/docs/configuration-parameters.md)
+* [FAQ](https://github.com/apache/carbondata/blob/master/docs/faq.md)
+* [Trouble Shooting](https://github.com/apache/carbondata/blob/master/docs/troubleshooting.md)
+* [Useful Tips](https://github.com/apache/carbondata/blob/master/docs/useful-tips-on-carbondata.md)
 
 ## Other Technical Material
 [Apache CarbonData meetup material](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=66850609)
 
 ## Fork and Contribute
 This is an active open source project for everyone, and we are always open to people who want to use this system or contribute to it. 
-This guide document introduce [how to contribute to CarbonData](https://github.com/apache/incubator-carbondata/blob/master/docs/How-to-contribute-to-Apache-CarbonData.md).
+This guide document introduce [how to contribute to CarbonData](https://github.com/apache/carbondata/blob/master/docs/How-to-contribute-to-Apache-CarbonData.md).
 
 ## Contact us
 To get involved in CarbonData:

http://git-wip-us.apache.org/repos/asf/carbondata/blob/51564cee/docs/How-to-contribute-to-Apache-CarbonData.md
----------------------------------------------------------------------
diff --git a/docs/How-to-contribute-to-Apache-CarbonData.md b/docs/How-to-contribute-to-Apache-CarbonData.md
index 3ff7fc6..9048021 100644
--- a/docs/How-to-contribute-to-Apache-CarbonData.md
+++ b/docs/How-to-contribute-to-Apache-CarbonData.md
@@ -81,7 +81,7 @@ $ git config --global user.name "Your Name"
 
 #### Fork the repository on GitHub
 
-Go to the [Apache CarbonData GitHub mirror](https://github.com/apache/incubator-carbondata) and
+Go to the [Apache CarbonData GitHub mirror](https://github.com/apache/carbondata) and
 fork the repository to your own private account.
 This will be your private workspace for staging changes.
 
@@ -90,12 +90,12 @@ This will be your private workspace for staging changes.
 You are now ready to create the development environment on your local machine.
 Clone CarbonData’s read-only GitHub mirror.
 ```
-$ git clone https://github.com/apache/incubator-carbondata.git
-$ cd incubator-carbondata
+$ git clone https://github.com/apache/carbondata.git
+$ cd carbondata
 ```
 Add your forked repository as an additional Git remote, where you’ll push your changes.
 ```
-$ git remote add <GitHub_user> https://github.com/<GitHub_user>/incubator-carbondata.git
+$ git remote add <GitHub_user> https://github.com/<GitHub_user>/carbondata.git
 ```
 You are now ready to start developing!
 

http://git-wip-us.apache.org/repos/asf/carbondata/blob/51564cee/docs/installation-guide.md
----------------------------------------------------------------------
diff --git a/docs/installation-guide.md b/docs/installation-guide.md
index 48de5b9..a693f81 100644
--- a/docs/installation-guide.md
+++ b/docs/installation-guide.md
@@ -40,7 +40,7 @@ followed by :
 
 ### Procedure
 
-1. [Build the CarbonData](https://github.com/apache/incubator-carbondata/blob/master/build/README.md) project and get the assembly jar from `./assembly/target/scala-2.1x/carbondata_xxx.jar`. 
+1. [Build the CarbonData](https://github.com/apache/carbondata/blob/master/build/README.md) project and get the assembly jar from `./assembly/target/scala-2.1x/carbondata_xxx.jar`. 
 
 2. Copy `./assembly/target/scala-2.1x/carbondata_xxx.jar` to `$SPARK_HOME/carbonlib` folder.
 
@@ -90,7 +90,7 @@ To get started with CarbonData : [Quick Start](quick-start-guide.md), [DDL Opera
 
    The following steps are only for Driver Nodes. (Driver nodes are the one which starts the spark context.)
 
-1. [Build the CarbonData](https://github.com/apache/incubator-carbondata/blob/master/build/README.md) project and get the assembly jar from `./assembly/target/scala-2.1x/carbondata_xxx.jar` and copy to `$SPARK_HOME/carbonlib` folder.
+1. [Build the CarbonData](https://github.com/apache/carbondata/blob/master/build/README.md) project and get the assembly jar from `./assembly/target/scala-2.1x/carbondata_xxx.jar` and copy to `$SPARK_HOME/carbonlib` folder.
 
     **NOTE**: Create the carbonlib folder if it does not exists inside `$SPARK_HOME` path.
 

http://git-wip-us.apache.org/repos/asf/carbondata/blob/51564cee/docs/quick-start-guide.md
----------------------------------------------------------------------
diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md
index a3911fa..c7ad73b 100644
--- a/docs/quick-start-guide.md
+++ b/docs/quick-start-guide.md
@@ -21,7 +21,7 @@
 This tutorial provides a quick introduction to using CarbonData.
 
 ##  Prerequisites
-* [Installation and building CarbonData](https://github.com/apache/incubator-carbondata/blob/master/build).
+* [Installation and building CarbonData](https://github.com/apache/carbondata/blob/master/build).
 * Create a sample.csv file using the following commands. The CSV file is required for loading data into CarbonData.
 
   ```
@@ -45,7 +45,7 @@ Start Spark shell by running the following command in the Spark directory:
 ```
 ./bin/spark-shell --jars <carbondata assembly jar path>
 ```
-**NOTE**: Assembly jar will be available after [building CarbonData](https://github.com/apache/incubator-carbondata/blob/master/build/README.md) and can be copied from `./assembly/target/scala-2.1x/carbondata_xxx.jar`
+**NOTE**: Assembly jar will be available after [building CarbonData](https://github.com/apache/carbondata/blob/master/build/README.md) and can be copied from `./assembly/target/scala-2.1x/carbondata_xxx.jar`
 
 In this shell, SparkSession is readily available as `spark` and Spark context is readily available as `sc`.
 
@@ -97,7 +97,7 @@ Start Spark shell by running the following command in the Spark directory:
 ```
 ./bin/spark-shell --jars <carbondata assembly jar path>
 ```
-**NOTE**: Assembly jar will be available after [building CarbonData](https://github.com/apache/incubator-carbondata/blob/master/build/README.md) and can be copied from `./assembly/target/scala-2.1x/carbondata_xxx.jar`
+**NOTE**: Assembly jar will be available after [building CarbonData](https://github.com/apache/carbondata/blob/master/build/README.md) and can be copied from `./assembly/target/scala-2.1x/carbondata_xxx.jar`
 
 **NOTE**: In this shell, SparkContext is readily available as `sc`.