1
0
Files
hudi/docs/_data/sidebars/mydoc_sidebar.yml
Vinoth Chandar 64e0573aca Adding hoodie-spark to support Spark Datasource for Hoodie
- Write with COW/MOR paths work fully
 - Read with RO view works on both storages*
 - Incremental view supported on COW
 - Refactored out HoodieReadClient methods, to just contain key based access
 - HoodieDataSourceHelpers class can be now used to construct inputs to datasource
 - Tests in hoodie-client using new helpers and mechanisms
 - Basic tests around save modes & insert/upserts (more to follow)
 - Bumped up scala to 2.11, since 2.10 is deprecated & complains with scalatest
 - Updated documentation to describe usage
 - New sample app written using the DataSource API
2017-10-02 20:44:53 -07:00

63 lines
1.1 KiB
YAML

# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
entries:
- title: sidebar
product: Documentation
version:
folders:
- title: Getting Started
output: web
folderitems:
- title: Overview
url: /index.html
output: web
type: homepage
- title: Quickstart
url: /quickstart.html
output: web
- title: Use Cases
url: /use_cases.html
output: web
- title: Talks & Powered By
url: /powered_by.html
output: web
- title: Documentation
output: web
folderitems:
- title: Concepts
url: /concepts.html
output: web
- title: Configurations
url: /configurations.html
output: web
- title: Implementation
url: /implementation.html
output: web
- title: SQL Queries
url: /sql_queries.html
output: web
- title: Incremental Processing
url: /incremental_processing.html
output: web
- title: Admin Guide
url: /admin_guide.html
output: web
- title: Comparison
url: /comparison.html
output: web