Chetan Bhat created CARBONDATA-3901:
---------------------------------------
Summary: Documentation issues in
https://github.com/apache/carbondata/tree/master/docs Key: CARBONDATA-3901
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3901 Project: CarbonData
Issue Type: Bug
Components: docs
Affects Versions: 2.0.1
Environment:
https://github.com/apache/carbondata/tree/master/docs Reporter: Chetan Bhat
*Issue 1 :*
https://github.com/apache/carbondata/blob/master/docs/alluxio-guide.md getOrCreateCarbonSession not used in Carbon 2.0 version and should be removed.Issue 1 :
https://github.com/apache/carbondata/blob/master/docs/alluxio-guide.md getOrCreateCarbonSession not used in Carbon 2.0 version and should be removed.
Testing use alluxio by CarbonSessionimport org.apache.spark.sql.CarbonSession._import org.apache.spark.sql.SparkSession val carbon = SparkSession.builder().master("local").appName("test").getOrCreateCarbonSession("alluxio://localhost:19998/carbondata");carbon.sql("CREATE TABLE carbon_alluxio(id String,name String, city String,age Int) STORED as carbondata");carbon.sql(s"LOAD DATA LOCAL INPATH '${CARBONDATA_PATH}/integration/spark/src/test/resources/sample.csv' into table carbon_alluxio");carbon.sql("select * from carbon_alluxio").show
*Issue 2 -*
https://github.com/apache/carbondata/blob/master/docs/ddl-of-carbondata.mdSORT_SCOPE Sort scope of the load.Options include no sort, local sort ,batch sort and global sort --> Batch sort to be removed as its not supported.
*Issue 3 -*
https://github.com/apache/carbondata/blob/master/docs/streaming-guide.md#close-stream CLOSE STREAM link is not working.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)