druid/website
Chi Cao Minh 99b6eedab5 Rename partition spec fields (#8507)
* Rename partition spec fields

Rename partition spec fields to be consistent across the various types
(hashed, single_dim, dynamic). Specifically, use targetNumRowsPerSegment
and maxRowsPerSegment in favor of targetPartitionSize and
maxSegmentSize. Consistent and clearer names are easier for users to
understand and use.

Also fix various IntelliJ inspection warnings and doc spelling mistakes.

* Fix test

* Improve docs

* Add targetRowsPerSegment to HashedPartitionsSpec
2019-09-20 14:59:18 -06:00
..
core Docusaurus build framework + ingestion doc refresh. (#8311) 2019-08-20 21:48:59 -07:00
i18n move google ext docs from contrib to core (#8512) 2019-09-12 09:40:39 -07:00
pages/en Docusaurus build framework + ingestion doc refresh. (#8311) 2019-08-20 21:48:59 -07:00
script How to asf release (#8370) 2019-08-27 18:36:13 -07:00
scss Docusaurus build framework + ingestion doc refresh. (#8311) 2019-08-20 21:48:59 -07:00
static Add 'edit' and 'copy code' buttons to docs (#8483) 2019-09-13 16:56:50 -07:00
.gitignore Docusaurus build framework + ingestion doc refresh. (#8311) 2019-08-20 21:48:59 -07:00
.spelling Rename partition spec fields (#8507) 2019-09-20 14:59:18 -06:00
README.md Docusaurus build framework + ingestion doc refresh. (#8311) 2019-08-20 21:48:59 -07:00
package-lock.json Spellcheck docs (#8548) 2019-09-17 12:47:30 -07:00
package.json Spellcheck docs (#8548) 2019-09-17 12:47:30 -07:00
pom.xml add option to control version of website build (#8482) 2019-09-06 19:18:00 -07:00
redirects.json move google ext docs from contrib to core (#8512) 2019-09-12 09:40:39 -07:00
sidebars.json move google ext docs from contrib to core (#8512) 2019-09-12 09:40:39 -07:00
siteConfig.js Add 'edit' and 'copy code' buttons to docs (#8483) 2019-09-13 16:56:50 -07:00

README.md

Druid doc builder

This website was created with Docusaurus.

To edit this documentation run:

npm install

Then run

npm start