1
0
Commit Graph

72 Commits

Author SHA1 Message Date
Vinoth Chandar
dcc15d5d6f Adding docs for running sql queries on hoodie datasets 2017-02-19 20:33:21 -08:00
vinoth chandar
66e272e9eb Docs for performance section (#80)
* Adding performance section

* minor edit to perf section
2017-02-17 18:30:56 -08:00
vinoth chandar
c7a8e15c78 Docs for impl & comparison (#79)
* Initial version of comparison, implementation

* Finished doc for comparison to other systems
2017-02-17 08:25:17 -08:00
Prasanna Rajaperumal
a725382549 Add Configurations to Documentation 2017-02-06 14:12:18 -08:00
vinoth chandar
186d70713f Adding documentation around Hoodie concepts (#71) 2017-01-29 15:22:57 -08:00
vinoth chandar
8e72ed69b4 Split insert() into insert() & bulkInsert() (#69)
- Behaviour change for existing insert() users
 - Made the current insert() implementation, as something to use for bulkInsert()
 - Normal inserts now share a lot of code with upsert, which provides benefits like small file handling
 - Refactored/Cleaned up code in HoodieWriteClient for reuse
 - Added a unit test, switching few tests to call bulkInsert() and few to call insert()
2017-01-27 10:51:00 -08:00
vinoth chandar
54409b07ea Implement HoodieROTablePathFilter for use with Spark 2.0 (#66)
- Unit tested
 - Tested with few queries on Spark 2.x at Uber
2017-01-26 11:13:33 -08:00
prazanna
0004ae62ad Merge pull request #61 from zqureshi/format-comment-hoodiekey
Format param comment in HoodieKey
2017-01-16 19:38:53 -08:00
Zeeshan Qureshi
8a39730273 Format param comment in HoodieKey 2017-01-16 22:15:14 -05:00
Prasanna Rajaperumal
693d751506 [maven-release-plugin] prepare for next development iteration 2017-01-10 22:27:35 -08:00
Prasanna Rajaperumal
e9866bb4d9 [maven-release-plugin] prepare release hoodie-0.2.10 2017-01-10 22:27:28 -08:00
prazanna
e4e3395f3e Make commit a public method. Introduce a auto-commit config. Relates issue https://github.com/uber/hoodie/issues/58 (#60) 2017-01-10 22:14:40 -08:00
vinoth chandar
9d09a58a18 Merge pull request #56 from vinothchandar/master
Shorten README and point to site
2017-01-09 11:32:35 -08:00
Vinoth Chandar
40a63fcab4 Shorten README and point to site 2017-01-09 11:30:46 -08:00
vinoth chandar
1559a3826f Minor fixes to use_cases.md 2017-01-06 00:06:15 -08:00
vinoth chandar
534c898c6b Merge pull request #34 from vinothchandar/master
Fixing the eyesore red font color over sidebar for docs
2017-01-05 23:57:48 -08:00
Vinoth Chandar
5a7d408c3c Fixing the eyesore red font color over sidebar for docs 2017-01-05 23:55:53 -08:00
Prasanna Rajaperumal
1ced46ab3e [maven-release-plugin] prepare for next development iteration 2017-01-05 20:04:35 -08:00
Prasanna Rajaperumal
e9f0d4d0bf [maven-release-plugin] prepare release hoodie-0.2.9 2017-01-05 20:04:28 -08:00
Prasanna Rajaperumal
1d72b164c8 Javadoc generation fails because of invalid html tags 2017-01-05 19:56:41 -08:00
Prasanna Rajaperumal
7171ea6909 [maven-release-plugin] prepare for next development iteration 2017-01-05 19:43:31 -08:00
Prasanna Rajaperumal
c1f2d1e456 [maven-release-plugin] prepare release hoodie-0.2.8 2017-01-05 19:43:25 -08:00
prazanna
9071220a30 Merge pull request #33 from vinothchandar/master
Changing Update record failure semantics to be consistent with inserts
2017-01-05 19:28:59 -08:00
Vinoth Chandar
b2c958519e Changing Update record failure semantics to be consistent with inserts
- Don't skip, but writes the same old record again now
 - Marks the correspoinding HoodieRecord as failure to be handed back to the client
2017-01-05 17:26:47 -08:00
vinoth chandar
93de14f2cf Merge pull request #32 from prazanna/master
Make sure to fail with HoodieUpsertException if HoodieUpdateHandle is…
2017-01-05 16:59:31 -08:00
Prasanna Rajaperumal
6dd603352e Make sure to fail with HoodieUpsertException if HoodieUpdateHandle is not properly initialized 2017-01-05 16:47:27 -08:00
vinoth chandar
ee9be707e5 Merge pull request #26 from prazanna/master
Build hoodie-hadoop-mr as a fat jar - include hoodie common
2017-01-05 16:45:08 -08:00
vinoth chandar
64858239d1 Update use_cases.md 2017-01-04 23:58:09 -08:00
vinoth chandar
5d5e346c61 Merge pull request #28 from vinothchandar/add-docs
Adding Documentation for Getting Started Section
2017-01-04 20:54:39 -08:00
Vinoth Chandar
958f7ceda6 Adding Documentation for Getting Started Section
- Overview, Use Cases, Powered By  are very detailed
 - Cleaned up QuickStart
 - Redistribute the content from README to correct pages to be improved upon
 - Switch to blue theme
2017-01-04 20:50:44 -08:00
Prasanna Rajaperumal
2475610246 Build hoodie-hadoop-mr as a fat jar - include hoodie common 2017-01-04 14:52:38 -08:00
Prasanna Rajaperumal
362a84377b Merge remote-tracking branch 'uber/master' 2017-01-04 14:42:05 -08:00
prazanna
83d4163c75 Merge pull request #25 from vinothchandar/master
Annotate HoodieInputFormat with UseFileSplitsFromInputFormat
2017-01-04 14:12:16 -08:00
Vinoth Chandar
dd8638c2cc Annotate HoodieInputFormat with UseFileSplitsFromInputFormat
- Tested with corresponding Presto changes (pending PR)
2017-01-04 11:19:25 -08:00
Prasanna Rajaperumal
16f20ebe39 Merge remote-tracking branch 'uber/master' 2017-01-03 20:40:34 -08:00
prazanna
040c7aa766 Delete CNAME 2017-01-03 18:24:36 -08:00
prazanna
7da5e9a03a Create CNAME 2017-01-03 17:26:28 -08:00
vinoth chandar
d525687512 Delete CNAME 2016-12-30 11:26:44 -08:00
vinoth chandar
e73686be69 Create CNAME 2016-12-30 11:24:24 -08:00
vinoth chandar
70b50df79e Merge pull request #13 from vinothchandar/add-docs
Adding docs folder, with skeleton jekyll based site
2016-12-30 11:16:18 -08:00
Vinoth Chandar
2bf0db14c6 Adding docs folder, with skeleton jekyll based site
- Uses https://github.com/tomjohnson1492/documentation-theme-jekyll
 - Have filler pages
2016-12-30 11:05:22 -08:00
vinoth chandar
db72a33d9a Delete CNAME 2016-12-29 16:56:49 -08:00
vinoth chandar
e750506228 Create CNAME 2016-12-29 16:54:37 -08:00
vinoth chandar
e8e43a22db Set theme jekyll-theme-minimal 2016-12-29 16:53:39 -08:00
vinoth chandar
ac7595669c Merge pull request #12 from vinothchandar/master
Fixing version in hoodie-utilities pom.xml
2016-12-28 16:51:55 -08:00
Vinoth Chandar
84e0a7f68a Fixing version in hoodie-utilities pom.xml 2016-12-28 16:43:16 -08:00
vinoth chandar
501ef9d4da Merge pull request #10 from vinothchandar/master
Adding hoodie-utilities module
2016-12-28 16:38:12 -08:00
Vinoth Chandar
0c854faebe Adding hoodie-utilities module 2016-12-28 15:42:30 -08:00
Prasanna Rajaperumal
ee854da9b2 [maven-release-plugin] prepare for next development iteration 2016-12-21 17:38:57 -08:00
Prasanna Rajaperumal
587aaffcf6 [maven-release-plugin] prepare release hoodie-0.2.7 2016-12-21 17:38:50 -08:00