fjy
d4217f1588
Merge pull request #777 from metamx/initialized-endpoint
...
Historical endpoints accessible while loading + new loadstatus endpoint
2014-10-06 17:35:58 -06:00
fjy
ee0e856029
correct mistakes
2014-10-06 14:23:23 -07:00
fjy
546fca2d67
docs for router node
2014-10-06 14:18:25 -07:00
Xavier Léauté
81641d7887
http accessible while loading + status endpoint
2014-10-06 13:32:27 -07:00
fjy
c7b4d5b7b4
Merge branch 'master' into druid-0.7.x
...
Conflicts:
processing/src/test/java/io/druid/segment/filter/SpatialFilterTest.java
2014-10-02 18:12:10 -07:00
Gian Merlino
efa898422d
Merge pull request #773 from metamx/cleanup-metrics
...
Use multi-val dims for metrics
2014-10-02 17:58:50 -07:00
fjy
816986f914
cleanup according to cr
2014-10-02 17:51:33 -07:00
fjy
75fb7986df
Merge pull request #602 from metamx/offheap-incremental-index
...
Offheap incremental index
2014-10-01 16:20:24 -06:00
fjy
263c45c015
Merge pull request #752 from metamx/mapdb-branch
...
Offheap dimensions
2014-10-01 16:19:34 -06:00
fjy
1a67d6cb2e
some tests for broken approx histo
2014-10-01 15:10:23 -07:00
fjy
fc3f885948
Merge pull request #774 from metamx/better-ingest
...
Make loading local files easier
2014-10-01 10:14:23 -06:00
fjy
4fc0382d8a
add more logging
2014-10-01 09:13:59 -07:00
nishantmonu51
09c41afb5b
license header
2014-10-01 17:52:57 +05:30
nishantmonu51
ad75a21040
separate offheapIncrementalIndex implementation
2014-10-01 13:58:51 +05:30
fjy
c3bea245a7
fix up some bugs
2014-09-30 17:20:52 -07:00
fjy
a0782d4c54
fix compile
2014-09-30 16:56:44 -07:00
fjy
d9453f29f1
fix docs
2014-09-30 15:02:06 -07:00
fjy
5b166134fb
add docs
2014-09-30 14:59:02 -07:00
fjy
6d2747adcf
make loading local files easier
2014-09-30 14:50:48 -07:00
fjy
ee713f8e94
Merge pull request #727 from metamx/new-console-0.7.x
...
New console 0.7.x
2014-09-30 15:36:32 -06:00
jisookim0513
0e50852985
fixed MetadataTaskStorage and handler
2014-09-30 14:09:23 -07:00
jisookim0513
9d7b5d9b0f
fixed javadoc; fixed pom files; deleted unnecessary class
2014-09-30 13:47:35 -07:00
fjy
267e861162
fix search
2014-09-30 13:36:55 -07:00
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
358ff915bb
fix merge conflicts
2014-09-30 22:19:18 +05:30
nishantmonu51
63fcd11864
fix compilation
2014-09-30 22:12:06 +05:30
nishantmonu51
2789536bed
merge changes from druid-0.7.x
2014-09-30 22:05:49 +05:30
nishantmonu51
7ba914d379
review comments
2014-09-30 18:26:43 +05:30
nishantmonu51
61c7fd2e6e
make ingestOffheap tuneable
2014-09-30 15:30:02 +05:30
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