3175 Commits

Author SHA1 Message Date
fjy
7f0319a8ae fix NPE 2014-04-23 16:51:12 -07:00
nishantmonu51
0595b001e5 add doc for numShards 2014-04-23 22:11:28 +05:30
fjy
174ff66a88 Merge pull request #504 from metamx/shard-count-limit-fix
Fix shard count limit
2014-04-23 10:12:05 -06:00
nishantmonu51
6eb282b3a8 Fix shard count limit
Fix shard count limit at another place,
Use partitioned as a flag
2014-04-23 13:56:06 +05:30
fjy
bec171fea9 [maven-release-plugin] prepare for next development iteration 2014-04-22 17:10:33 -07:00
fjy
67972ca5c5 [maven-release-plugin] prepare release druid-0.6.99 druid-0.6.99 2014-04-22 17:10:27 -07:00
fjy
b653ea0530 prepare for next release 2014-04-22 17:07:11 -07:00
fjy
2d1f33e59f Merge pull request #500 from metamx/batch-ingestion-fixes
Batch ingestion fixes
2014-04-22 17:59:24 -06:00
nishantmonu51
357bbf5127 add all the shard specs 2014-04-23 05:23:11 +05:30
nishantmonu51
625a5418d2 minor fix 2014-04-23 05:05:51 +05:30
fjy
c689043938 fix twitter tutorial doc 2014-04-22 15:31:14 -07:00
fjy
771f89f495 update docs 2014-04-22 15:27:19 -07:00
nishantmonu51
1ca61237c1 review comments- use final variables 2014-04-23 03:33:28 +05:30
nishantmonu51
0d8c1ffe54 review comments and add partitioner 2014-04-23 03:30:30 +05:30
fjy
f1d705cb73 proper toStrings of filters 2014-04-22 14:46:19 -07:00
xvrl
4c7399bfbf Merge pull request #503 from metamx/pulldeps
PullDependencies changes.
2014-04-22 14:40:59 -07:00
Gian Merlino
8d650ae131 PullDependencies changes.
- Pull default Hadoop version by default.
- Allow additional coordinates on the command line.
2014-04-22 14:33:53 -07:00
xvrl
d63107f890 Merge pull request #502 from metamx/fix-NPE-CQE
Better handle null adapters and NPEs in the CQE
2014-04-22 13:16:14 -07:00
fjy
22fba22522 remove whitespace 2014-04-22 13:07:12 -07:00
fjy
d1b035a8b9 use emitting logger for query resource 2014-04-22 12:59:24 -07:00
fjy
fcc1366712 remove test main 2014-04-22 12:54:16 -07:00
fjy
8fd39c63d5 Better handle null adapters and NPEs in the CQE 2014-04-22 12:47:53 -07:00
nishantmonu51
ea4a80e8d2 Add serde test for shardCount 2014-04-23 00:24:08 +05:30
nishantmonu51
e920cec5d0 remove unused import 2014-04-23 00:13:30 +05:30
nishantmonu51
0748eabe9b batch ingestion fixes
1) Fix path when mapped output is compressed
2) Add number of reducers to the determine hashed partitions job
manually
3) Add a way to disable determine partitions and specify shardCount in
HashedPartitionsSpec
2014-04-23 00:05:08 +05:30
fjy
560045ddd2 update emitter version 2014-04-22 11:21:54 -07:00
xvrl
d17abedae3 Merge pull request #499 from metamx/fix-pull-from-cache
Fix pull from cache
2014-04-22 11:19:57 -07:00
fjy
2df2cbf2a2 Merge pull request #466 from Crystark/patch-1
Support for postgresql
2014-04-22 12:18:05 -06:00
fjy
44fec509dd Merge pull request #498 from metamx/fix-nan-serde
handle NaN / Infinity values
2014-04-22 12:17:29 -06:00
xvrl
4e1c159ff1 Merge pull request #497 from metamx/fix-metrics
Fix server metrics to avoid NaN and Infinity
2014-04-22 10:58:42 -07:00
nishantmonu51
9d762b87ce Add diff values, to test another path in merging 2014-04-22 23:25:17 +05:30
Xavier Léauté
3bac366013 handle NaN / Infinity values 2014-04-22 10:42:44 -07:00
nishantmonu51
4721ba3f1e add test + small fix for other test 2014-04-22 23:03:48 +05:30
fjy
cde93d810c fix server metrics to avoid NaN and Infinity 2014-04-22 10:26:46 -07:00
nishantmonu51
65c71a40bb fix more issues and add test
1) Add test for caching and calculation of dependent post-aggs for
TimeSeries and TopN
2) Fix more NPEs while calculating dependent postAggs, passing
baseHolder was wrong as it does not contain post-aggs during computing
dependent ones.
2014-04-22 22:05:17 +05:30
nishantmonu51
3fb42251d9 calculate postAggs while pulling from cache 2014-04-22 11:25:21 +05:30
nishantmonu51
7bafb71841 Revert "fix npe in topNBinaryFn with post aggs"
This reverts commit bbedde3418ba0a83a1777681d549b3ff1295b000.
2014-04-22 11:10:55 +05:30
fjy
bed8860fd4 [maven-release-plugin] prepare for next development iteration 2014-04-21 22:34:43 -07:00
fjy
594bb65ba6 [maven-release-plugin] prepare release druid-0.6.98 druid-0.6.98 2014-04-21 22:34:38 -07:00
fjy
c0ddfc0872 update versions 2014-04-21 22:32:53 -07:00
fjy
357cd66f66 [maven-release-plugin] prepare for next development iteration 2014-04-21 22:26:28 -07:00
fjy
93ed56f680 [maven-release-plugin] prepare release druid-0.6.97 druid-0.6.97 2014-04-21 22:26:23 -07:00
fjy
c44cdba65e Merge pull request #496 from metamx/fix-topN-postagg-npe
fix npe in topNBinaryFn with post aggs
2014-04-21 23:22:07 -06:00
Xavier Léauté
bbedde3418 fix npe in topNBinaryFn with post aggs 2014-04-21 22:20:41 -07:00
fjy
07aab28325 clean up topnbinaryfn 2014-04-21 20:30:18 -07:00
fjy
310073685d [maven-release-plugin] prepare for next development iteration 2014-04-21 12:16:39 -07:00
fjy
1778d9adf4 [maven-release-plugin] prepare release druid-0.6.96 druid-0.6.96 2014-04-21 12:16:35 -07:00
fjy
04009b4195 prepare for next release 2014-04-21 12:14:50 -07:00
fjy
39f9194fe6 Merge pull request #493 from phungleson/fix-link-typo
Fix typo in the link back to The Druid Cluster page.
2014-04-21 11:00:09 -06:00
fjy
6dd8a38cc7 Merge pull request #494 from metamx/fix-bysegment-results
fix bySegmentResults
2014-04-21 10:59:47 -06:00