Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4B456200CA9 for ; Thu, 11 May 2017 15:52:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4A0D8160BC7; Thu, 11 May 2017 13:52:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 51889160BF2 for ; Thu, 11 May 2017 15:52:53 +0200 (CEST) Received: (qmail 14613 invoked by uid 500); 11 May 2017 13:52:52 -0000 Mailing-List: contact commits-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list commits@carbondata.apache.org Received: (qmail 14418 invoked by uid 99); 11 May 2017 13:52:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2017 13:52:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 555BCE943C; Thu, 11 May 2017 13:52:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ravipesala@apache.org To: commits@carbondata.apache.org Date: Thu, 11 May 2017 13:53:33 -0000 Message-Id: <8417e9c995164304aad3a8b3229261de@git.apache.org> In-Reply-To: <2a2c82f6952c4786a2d0e93319e2b6f7@git.apache.org> References: <2a2c82f6952c4786a2d0e93319e2b6f7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [43/50] carbondata git commit: rename incubator-carbondata to carbondata archived-at: Thu, 11 May 2017 13:52:57 -0000 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 Authored: Thu May 11 10:16:16 2017 +0800 Committer: CGF 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 https://github.com//incubator-carbondata.git +$ git remote add https://github.com//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 ``` -**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 ``` -**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`.