fjy
0f96a09939
use multi-val dims for metrics
2014-09-30 13:36:01 -07:00
Gian Merlino
0781781b99
Merge pull request #766 from metamx/extend-rtr
...
make the worker selection strategy in remotetaskrunner extendable
2014-09-30 12:52:12 -07:00
fjy
fab7caafff
final code reviews
2014-09-30 12:32:14 -07:00
fjy
888be42cbf
Merge pull request #771 from metamx/fix-730
...
fix #730 - memory check throws exception if it fails
2014-09-30 12:58:31 -06:00
fjy
06757034f2
add default impl
2014-09-30 11:54:29 -07:00
fjy
2b2b028e5c
why am i so bad at coding
2014-09-30 11:53:18 -07:00
fjy
b1b9e0a267
i suck
2014-09-30 11:45:19 -07:00
fjy
575d51b0ce
fix compilation error
2014-09-30 11:44:50 -07:00
fjy
4c23a5e9f6
address cr again
2014-09-30 11:40:29 -07:00
nishantmonu51
91eecfe3e7
fix #730 - memory check throws exception if fails
...
fix exception handling, do not catch ProvisionException
2014-09-30 23:03:40 +05:30
fjy
55db06ccb1
address cr
2014-09-30 10:29:02 -07:00
fjy
16c9a029a6
Merge pull request #770 from metamx/jetty-conn-issue-fix
...
upgrade jetty and workaround for half open connection
2014-09-30 10:54:05 -06:00
nishantmonu51
8cecb00aa9
upgrade jetty and workaround for half open connection
...
Upgrade jetty and set acceptor priority delta to -1
to give priority to servicing connections already accepted rather than
opening new connections.
2014-09-30 14:22:16 +05:30
fjy
296b9236fd
Merge pull request #760 from flowbehappy/fix-hadoop-index-path-prefix
...
Fixed the issue about the path's prefix after batch ingestion with indexing service to hdfs
2014-09-29 20:37:52 -06:00
Gian Merlino
a3a2c8b86f
Merge pull request #765 from metamx/fix-spatial
...
fix spatial indexing with multiple spatial dims
2014-09-29 17:23:29 -07:00
fjy
e1c1e8997a
address cr
2014-09-29 17:22:58 -07:00
fjy
3f524baa67
Merge pull request #769 from metamx/task-logs-fixes
...
TaskLogs fixes and cleanups.
2014-09-29 17:37:00 -06:00
Gian Merlino
1e6ce8ac9a
TaskLogs fixes and cleanups.
...
- Fix negative offsets in FileTaskLogs and HdfsTaskLogs.
- Consolidate file offset code into LogUtils (currently used in two places).
- Clean up style for HdfsTaskLogs and related classes.
- Remove unused code in ForkingTaskRunner.
2014-09-29 16:20:34 -07:00
Gian Merlino
5d964d2db6
Merge pull request #759 from metamx/fix-dynamic-config
...
fix dynamic config bug
2014-09-29 15:27:35 -07:00
fjy
1a67ebe861
fix regression in test
2014-09-29 15:22:26 -07:00
Gian Merlino
57ee69111f
Merge pull request #767 from metamx/fix-search
...
Fix NPE when searching real-time with a non-existing dimension
2014-09-29 15:08:31 -07:00
fjy
b57ac513bd
Fixes #761
2014-09-29 14:56:43 -07:00
fjy
e367f76824
Merge pull request #757 from pdeva/master
...
FAQ on changing data granularity
2014-09-29 15:40:37 -06:00
fjy
4a09678739
make the selection strategy in rtr extendable
2014-09-29 14:24:02 -07:00
fjy
2b5ce89554
fix spatial indexing with multi spatial dims
2014-09-29 12:07:27 -07:00
flow
2dd62979bb
Fixed the issue of batch ingestion with indexing service to hdfs end up with the path of metadata in mysql missing "hdfs://host" prefix. The detail describe can be found here: https://groups.google.com/forum/#!topic/druid-development/ofvSxiPpCxI
2014-09-27 22:26:52 +08:00
fjy
fb1d6c177a
fix dynamic config bug
2014-09-26 15:45:20 -07:00
pdeva
bc66b42acc
FAQ on changing data granularity
...
added cause this question is asked a ton of times on google group and i had a similar question and had to resort to the forums cause there was no doc.
2014-09-25 01:48:45 -07:00
Xavier Léauté
77c9afe92f
try to make javadoc happy
2014-09-23 18:53:29 -07:00
Xavier Léauté
7cfe86b7bc
[maven-release-plugin] prepare for next development iteration
2014-09-23 16:31:25 -07:00
Xavier Léauté
80166314d9
[maven-release-plugin] prepare release druid-0.6.156
2014-09-23 16:31:21 -07:00
Xavier Léauté
13ac7de882
update doc versions
2014-09-23 16:28:18 -07:00
Xavier Léauté
d02fd97ea3
fix comment
2014-09-23 16:25:46 -07:00
Xavier Léauté
8603d2fd3e
keep default behavior
2014-09-23 16:23:02 -07:00
fjy
4235e14fc6
[maven-release-plugin] prepare for next development iteration
2014-09-23 16:12:43 -07:00
fjy
576e9b8a84
[maven-release-plugin] prepare release druid-0.6.155
2014-09-23 16:12:39 -07:00
fjy
c042ce5b4b
prep next rel
2014-09-23 16:10:12 -07:00
fjy
d19723e186
Merge pull request #749 from metamx/background-segment-announcing
...
Parallelize segment loading + background announcing
2014-09-23 17:07:51 -06:00
Xavier Léauté
35fb210cfa
add test for parallel loading
2014-09-23 16:06:46 -07:00
fjy
bdea4f45ea
fixes #733
2014-09-23 15:41:56 -07:00
Xavier Léauté
05d4f71ddc
fix background annoucing race condition
2014-09-23 15:04:48 -07:00
fjy
0187c7f1c3
Merge pull request #748 from metamx/fix-columnschema-access
...
fix column selector on varying incr index schema
2014-09-23 11:25:46 -06:00
fjy
01bb7de3aa
Merge pull request #756 from metamx/dimdim-comments
...
add some comments about string interning
2014-09-23 11:24:11 -06:00
Gian Merlino
43d1a7f36d
Merge pull request #755 from metamx/update-java-util
...
update java-util
2014-09-23 09:47:57 -07:00
Xavier Léauté
e6b3e37aeb
update java-util
2014-09-23 09:36:21 -07:00
Xavier Léauté
d7b39fa7ea
add documentation
2014-09-23 09:30:40 -07:00
Xavier Léauté
12449481e3
parallelize segment loading
2014-09-22 16:33:25 -07:00
xvrl
5e0b6b9896
Merge pull request #746 from pdeva/master
...
segment metadata result explained better
2014-09-22 10:27:35 -07:00
Xavier Léauté
815ebeee25
add docs for background segments loading
2014-09-18 12:09:20 -07:00
Xavier Léauté
32b6135f3d
background announce segment cache
2014-09-18 12:09:20 -07:00