xubo245 created CARBONDATA-3211:
-----------------------------------
Summary: Optimize the documentation
Key: CARBONDATA-3211
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3211 Project: CarbonData
Issue Type: Improvement
Affects Versions: 1.5.1
Reporter: xubo245
Optimize the documentation:
1. Optimize the upper/lower case problem,we should unify the expression by using correct format , for example:
Creating BloomFilter DataMap
Dropping specified datamap
Disable Datamap
in
https://github.com/apache/carbondata/blob/master/docs/datamap/bloomfilter-datamap-guide.mdwe should change olap to OLAP in
https://github.com/apache/carbondata/blob/master/docs/datamap-developer-guide.md2. Optimize the space error in project, for example:
* @param dbName the database name , if not a default database
in org.apache.carbondata.presto.server.PrestoServer#startServer
=> after database name, it shouldn't have space, need change it to "database name,"
others:
org.apache.spark.sql.CarbonDatasourceHadoopRelation#toString
failed to get lucene datamap ,
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)