delete incubating in docs

delete incubating in docs

update docs

change version to x.x.x to skip version change in the future


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

Branch: refs/heads/encoding_override
Commit: 9f855f0e0cb66f88b37e980bfacc24fa01922abe
Parents: 8803da2
Author: chenerlu <chene...@huawei.com>
Authored: Tue Jun 20 14:51:34 2017 +0800
Committer: chenliang613 <chenliang...@apache.org>
Committed: Sat Jun 24 17:43:45 2017 +0800

----------------------------------------------------------------------
 docs/installation-guide.md   | 6 +++---
 integration/presto/README.md | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/9f855f0e/docs/installation-guide.md
----------------------------------------------------------------------
diff --git a/docs/installation-guide.md b/docs/installation-guide.md
index d9f27dd..a0fc690 100644
--- a/docs/installation-guide.md
+++ b/docs/installation-guide.md
@@ -150,7 +150,7 @@ $SPARK_HOME/carbonlib/$CARBON_ASSEMBLY_JAR 
<carbon_store_path>
 
 | Parameter | Description | Example |
 
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|
-| CARBON_ASSEMBLY_JAR | CarbonData assembly jar name present in the 
`$SPARK_HOME/carbonlib/` folder. | 
carbondata_2.10-0.1.0-incubating-SNAPSHOT-shade-hadoop2.7.2.jar |
+| CARBON_ASSEMBLY_JAR | CarbonData assembly jar name present in the 
`$SPARK_HOME/carbonlib/` folder. | 
carbondata_2.xx-x.x.x-SNAPSHOT-shade-hadoop2.7.2.jar |
 | carbon_store_path | 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. | 
`hdfs://<host_name>:port/user/hive/warehouse/carbon.store` |
 
 **Examples**
@@ -162,7 +162,7 @@ $SPARK_HOME/carbonlib/$CARBON_ASSEMBLY_JAR 
<carbon_store_path>
 --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 
+/carbondata_2.xx-x.x.x-SNAPSHOT-shade-hadoop2.7.2.jar
 hdfs://<host_name>:port/user/hive/warehouse/carbon.store
 ```
    
@@ -174,7 +174,7 @@ hdfs://<host_name>:port/user/hive/warehouse/carbon.store
 --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 
+/carbondata_2.xx-x.x.x-SNAPSHOT-shade-hadoop2.7.2.jar
 hdfs://<host_name>:port/user/hive/warehouse/carbon.store
 ```
   

http://git-wip-us.apache.org/repos/asf/carbondata/blob/9f855f0e/integration/presto/README.md
----------------------------------------------------------------------
diff --git a/integration/presto/README.md b/integration/presto/README.md
index 8a7cd13..9935478 100644
--- a/integration/presto/README.md
+++ b/integration/presto/README.md
@@ -61,17 +61,17 @@ Please follow the below steps to query carbondata in presto
   
   First:compile carbondata-presto integration module
   ```
-  $ git clone https://github.com/apache/incubator-carbondata
-  $ cd incubator-carbondata/integration/presto
+  $ git clone https://github.com/apache/carbondata
+  $ cd carbondata/integration/presto
   $ mvn clean package
   ```
   Second:create one folder "carbondata" under ./presto-server-0.166/plugin
-  Third:copy all jar from 
./incubator-carbondata/integration/presto/target/carbondata-presto-1.1.0-incubating-SNAPSHOT
+  Third:copy all jar from 
./carbondata/integration/presto/target/carbondata-presto-x.x.x-SNAPSHOT
         to ./presto-server-0.166/plugin/carbondata
   
 ### Generate CarbonData file
 
-Please refer to quick start : 
https://github.com/apache/incubator-carbondata/blob/master/docs/quick-start-guide.md
+Please refer to quick start : 
https://github.com/apache/carbondata/blob/master/docs/quick-start-guide.md
 
 ### Query carbondata in CLI of presto
 * Download presto-cli-0.166-executable.jar

Reply via email to