You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Chetan Bhat (Jira)" <ji...@apache.org> on 2020/10/13 11:57:00 UTC

[jira] [Updated] (CARBONDATA-3901) Documentation issues in https://github.com/apache/carbondata/tree/master/docs

     [ https://issues.apache.org/jira/browse/CARBONDATA-3901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chetan Bhat updated CARBONDATA-3901:
------------------------------------
    Description: 
*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.

*Issue 4 -*  [https://github.com/apache/carbondata/blob/master/docs/index/bloomfilter-index-guide.md]  Explain query does not hit the bloom. Hence the line "User can verify whether a query can leverage BloomFilter Index by executing {{EXPLAIN}} command, which will show the transformed logical plan, and thus user can check whether the BloomFilter Index can skip blocklets during the scan."  needs to be removed.

  was:
*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.

*Issue 4 -*  [https://github.com/apache/carbondata/blob/master/docs/index/bloomfilter-index-guide.md]  Explain query does not hit the MV. Hence the line "User can verify whether a query can leverage BloomFilter Index by executing {{EXPLAIN}} command, which will show the transformed logical plan, and thus user can check whether the BloomFilter Index can skip blocklets during the scan."  needs to be removed.


> 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
>            Priority: Minor
>
> *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.
> *Issue 4 -*  [https://github.com/apache/carbondata/blob/master/docs/index/bloomfilter-index-guide.md]  Explain query does not hit the bloom. Hence the line "User can verify whether a query can leverage BloomFilter Index by executing {{EXPLAIN}} command, which will show the transformed logical plan, and thus user can check whether the BloomFilter Index can skip blocklets during the scan."  needs to be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)