5973 Commits

Author SHA1 Message Date
Gian Merlino
5b67ec6cda Merge pull request #1672 from metamx/derbyRule
Migrate TestDerbyConnector to a JUnit @Rule
2015-08-26 22:56:18 -07:00
Charles Allen
e38cf54bc8 Migrate TestDerbyConnector to a JUnit @Rule 2015-08-26 21:47:40 -07:00
Fangjin Yang
94da7af94e Merge pull request #1675 from metamx/update-druid-api
update druid-api for jackson 2.4.6
2015-08-26 19:29:45 -07:00
Xavier Léauté
25853aee9b update druid-api for jackson 2.4.6 2015-08-26 19:23:37 -07:00
Fangjin Yang
12fd78f4d8 Merge pull request #1673 from guobingkun/patch-1
Fix batch ingestion doc
2015-08-26 19:12:13 -07:00
Hailei Zhang
e9e3aae9ab Merge pull request #1 from metamx/testFor1632
Add test for #1632
2015-08-27 10:02:12 +08:00
Fangjin Yang
b928c63771 Merge pull request #1674 from gianm/jackson-downgrade
Downgrade Jackson to 2.4.6.
2015-08-26 18:35:24 -07:00
Gian Merlino
2a866f49df Downgrade Jackson to 2.4.6. 2015-08-26 18:25:55 -07:00
Xavier Léauté
e9237611c5 Merge pull request #1668 from metamx/cachingClusteredClientCodeCleanup1
Code cleanup for CachingClusteredClientTest
2015-08-26 17:13:55 -07:00
Bingkun
ae1f104c10 Fix batch ingestion doc 2015-08-26 15:16:21 -05:00
Charles Allen
b24a88b328 Allow long values in the key or value fields for URIExtractionNamespace 2015-08-26 09:44:03 -07:00
Charles Allen
4befd6bfef Merge pull request #1670 from druid-io/fix-format
fix formatting
2015-08-26 09:22:37 -07:00
fjy
bdfe67fe17 fix formatting 2015-08-26 09:21:32 -07:00
Fangjin Yang
33b862166a Merge pull request #1659 from himanshug/segment_kill_update
on kill segment, dont leave version, interval and dataSource dir behind on HDFS
2015-08-26 07:23:20 -07:00
Xavier Léauté
fdb6a6651b Merge pull request #1669 from metamx/upgrade-dependencies
Upgrade dependencies
2015-08-25 21:30:22 -07:00
Charles Allen
24aa762c79 Add test for #1632 2015-08-25 20:50:30 -07:00
Xavier Léauté
5c19ffa98c Merge pull request #1663 from gianm/segment-insert-constraints
TaskActionToolbox: Remove allowOlderVersions, lift interval constraint
2015-08-25 18:11:46 -07:00
Gian Merlino
10946610f4 Merge pull request #1656 from druid-io/all-the-docs
more docs for common questions
2015-08-25 17:49:47 -07:00
fjy
4055f9ca48 more docs for common questions 2015-08-25 17:49:04 -07:00
Xavier Léauté
c4d0e8d29b remove unnecessary pom verbiage 2015-08-25 16:07:03 -07:00
Xavier Léauté
d5143c0807 update java-util to 0.27.2 2015-08-25 16:07:02 -07:00
Xavier Léauté
21aadb8927 update joda to 2.8.2 2015-08-25 16:07:02 -07:00
Xavier Léauté
dc11f907c9 update jdbi to 2.63.1 2015-08-25 16:07:02 -07:00
Xavier Léauté
123f6340d5 update coveralls plugin to 3.2.0 2015-08-25 16:07:02 -07:00
Xavier Léauté
3a83a0fe40 update irc library to 1.0-0014 2015-08-25 16:07:02 -07:00
Xavier Léauté
2fa87c4bba update joda-time to 2.8 2015-08-25 16:07:02 -07:00
Xavier Léauté
f681b2022d update aws-sdk to 1.10.12 2015-08-25 16:07:01 -07:00
Xavier Léauté
8be5fe091f update slf4j to 1.7.12 2015-08-25 16:07:01 -07:00
Xavier Léauté
172a44b794 update log4j to 2.3 2015-08-25 16:07:01 -07:00
Xavier Léauté
51f6a9a2c9 update jackson to 2.6.1 2015-08-25 16:07:01 -07:00
Xavier Léauté
ac4a856a17 update jetty to 9.2.13.v20150730 (latest Java 7 compatible version) 2015-08-25 16:07:01 -07:00
Xavier Léauté
8b294d4d98 update mapdb to 1.0.8 2015-08-25 16:07:00 -07:00
Xavier Léauté
edaaf528ab update jets3t to 0.9.4 2015-08-25 16:07:00 -07:00
Xavier Léauté
9a0c15c52c update airline to 0.7 2015-08-25 16:07:00 -07:00
Xavier Léauté
d601038271 update druid-api to 0.3.11 2015-08-25 16:07:00 -07:00
Gian Merlino
33681525e3 TaskActionToolbox: Remove allowOlderVersions switch, lift interval constraint.
allowOlderVersions has been stuck true for a while due to a bug (introduced in
566a3a61), but I think it's actually OK this way. I think it's reasonable to
expect tasks to choose versions in some way that makes sense, so long as they
don't choose one larger than their taskLock version. This is still verified.

The interval constraint was introduced to force tasks to break up their
segment insert lists into manageable chunks. They are already doing this, and
I think it's reasonable to expect them to do so without enforcement.

Lifting these constraints paves the way for transactional insertion of segments
that have varying versions and may be for varying intervals.
2015-08-25 14:17:38 -07:00
Fangjin Yang
e21954a70f Merge pull request #1619 from metamx/update-server-metrics
update server metrics
2015-08-25 13:58:28 -07:00
Xavier Léauté
c325b194c0 Merge pull request #1661 from pjain1/poll_rules
Poll rules immediately after change
2015-08-25 13:46:55 -07:00
Charles Allen
85aeda834c Code cleanup for CachingClusteredClientTest 2015-08-25 12:49:55 -07:00
Fangjin Yang
2c8b3901be Merge pull request #1665 from gianm/consolidate-sql-retrying
Consolidate SQL retrying by moving logic into the connectors.
2015-08-25 12:43:48 -07:00
Gian Merlino
2bf9a70bfa Consolidate SQL retrying by moving logic into the connectors.
Also change boolean removeLock to void addLock in MetadataStorageActionHandler.
2015-08-25 12:42:29 -07:00
Xavier Léauté
de8f806cc1 Merge pull request #1654 from gianm/index-add-taskResource
Add ability to provide taskResource for IndexTask.
2015-08-25 10:25:35 -07:00
Fangjin Yang
2122cd09b1 Merge pull request #1664 from rasahner/docTimedFirehose
add documentation about TimedShutoff firehose
2015-08-24 19:19:08 -07:00
sahner
3def847e28 add documentation about TimedShutoff firehose 2015-08-24 20:41:42 -05:00
Paul Otto
2301b60365 Add ability to provide taskResource for IndexTask. 2015-08-24 17:38:31 -07:00
Josh Yudaken
5e42aee49e Add documentation for pathFormat in batch ingestion 2015-08-24 14:39:57 -07:00
Parag Jain
073c32f01b Poll rules immediately after change 2015-08-24 16:08:25 -05:00
Gian Merlino
3331987b10 Merge pull request #1648 from himanshug/fix_comma_multiple_inputs
handle commas in the path before calling MultipleInputs.addInputPaths
2015-08-24 09:08:50 -07:00
Himanshu Gupta
5b5a76ef6c adding unit test for HdfsDataSegmentKiller.testKill(..) 2015-08-23 22:21:03 -05:00
Himanshu Gupta
c2bebfe39e delete version, interval, dataSource directories on segment deletion if possible, so that they are not left behind and consume ns quota on HDFS 2015-08-23 22:06:12 -05:00