Make commit a public method. Introduce a auto-commit config. Relates issue https://github.com/uber/hoodie/issues/58 (#60)

3 files changed
tree: 736a1cc425c8b5ac956b6760f355206fcf7ffce1
  1. deploy/
  2. docs/
  3. hoodie-cli/
  4. hoodie-client/
  5. hoodie-common/
  6. hoodie-hadoop-mr/
  7. hoodie-hive/
  8. hoodie-utilities/
  9. .gitignore
  10. .travis.yml
  11. _config.yml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
README.md

Hoodie manages storage of large analytical datasets on HDFS and serve them out via two types of tables

  • Read Optimized Table - Provides excellent query performance via purely columnar storage (e.g. Parquet)
  • Near-Real time Table (WIP) - Provides queries on real-time data, using a combination of columnar & row based storage (e.g Parquet + Avro)

For more, head over here