Commit Graph

5502 Commits

Author SHA1 Message Date
Charles Allen 9cd6c08e96 Exclude log4j from curator dependencies in favor of log4j-1.2-api 2015-03-26 13:05:12 -07:00
Xavier Léauté 85174364ae Merge pull request #1241 from infynyxx/hdfs_druid_remove_deprecated_code
use ByteSink and ByteSource instead of OutputSupplier and InputSupplier
2015-03-26 12:05:09 -07:00
Prajwal Tuladhar fb7005435b use ByteSink and ByteSource instead of OutputSupplier and InputSupplier
They are being deprecated and will eventually be removed in Guava 18.0
2015-03-26 14:45:00 -04:00
Xavier Léauté 47cc11829d Merge pull request #1240 from himanshug/async_query_forwarding_servlet_router_fix
adding router numMaxThread configuration for ProxyServlet HttpClient executor
2015-03-26 10:15:44 -07:00
Xavier Léauté 389ea4c32f Merge pull request #1245 from b-slim/fix_injector_plus_ut
Bug fix @DruidSecondaryModule plus unit test
2015-03-26 10:04:44 -07:00
Fangjin Yang 40cb702079 Merge pull request #1242 from andrewserff/master
twitter_runtime.spec example does not work
2015-03-26 10:03:06 -07:00
Fangjin Yang a9c47de571 Merge pull request #1243 from metamx/fix-union-timeline-lookup
fixes TimeboundaryQuery and DataSourceMetadata queries returning wrong values for union queries
2015-03-26 10:02:56 -07:00
Fangjin Yang d539054ed2 Merge pull request #1244 from metamx/plumber-config
fix examples and doc
2015-03-26 10:02:43 -07:00
Slim Bouguerra 1e6be7796e bug fix @DruidSecondaryModule plus unit test 2015-03-26 10:44:52 -05:00
nishantmonu51 99bf430844 fix examples and doc 2015-03-26 19:01:10 +05:30
nishantmonu51 638bf9d4e9 return sorted List of TimeLineObjectHolder 2015-03-26 11:51:09 +05:30
Andrew Serff 518b42c900 Updated the twitter_runtime.spec so that it works and includes geospatial indexs 2015-03-25 16:21:43 -06:00
msprunck 942c17a2aa Remove timeline chunk count assumptions.
* Replace with generic iterables
2015-03-24 22:40:49 +01:00
Xavier Léauté 9fd14cad4f Merge pull request #1203 from metamx/add-tests
add ut for TierSelectorStrategies
2015-03-24 11:16:47 -07:00
Xavier Léauté 729431ba8a Merge pull request #1219 from metamx/fix-link
fix mvn soft link for integration tests
2015-03-24 10:30:50 -07:00
nishantmonu51 084c57bf0d fix mvn soft link for integration tests
add comment and remove mvn in default container

remove unused links
2015-03-24 10:16:05 +05:30
Himanshu Gupta b131a4fd3b adding router numMaxThread configuration for ProxyServlet HttpClient executor 2015-03-23 21:58:01 -05:00
nishantmonu51 3b894f9fb9 add ut for TierSelectorStrategies
fix test
2015-03-24 08:18:28 +05:30
Xavier Léauté a5505ec05f Merge pull request #1238 from metamx/updateMySQLConnector
Update mysql-connector-java to 5.1.34
2015-03-23 16:07:52 -07:00
Charles Allen 3ed4b19201 Update mysql-connector-java to 5.1.34 2015-03-23 15:43:34 -07:00
Xavier Léauté 644759055d Merge pull request #1236 from metamx/contribFormatFix
Minor fixes in CONTRIBUTING.md
2015-03-23 14:29:30 -07:00
Charles Allen be75bcb6da Minor fixes for CONTRIBUTING.md 2015-03-23 14:17:48 -07:00
Xavier Léauté 95602de34e Merge pull request #1230 from metamx/updateMapDbVersion107
Update MapDB to version 1.0.7
2015-03-23 14:04:25 -07:00
Xavier Léauté 23528299c9 Merge pull request #1235 from druid-io/comments-update
Minor update to zk comments to make it more clear what is happening
2015-03-23 14:02:08 -07:00
fjy a0ce1caaf8 minor update to zk comments to make it more clear what is happening 2015-03-23 11:47:43 -07:00
Xavier Léauté 9325300b62 Merge pull request #1231 from infynyxx/https_maven_repo
use https maven repo URL to download dependencies
2015-03-23 10:55:27 -07:00
Xavier Léauté b2f3521cc2 Merge pull request #1233 from himanshug/async_query_forwarding_servlet_test_fix
checking potential fix for build failures on AsyncQueryForwardingServletTest
2015-03-23 10:29:37 -07:00
Himanshu Gupta b5b32dbcb4 in test explicitly setting maxThreads for ProxyServlet to work around https://tickets.puppetlabs.com/browse/TK-152 2015-03-23 12:27:19 -05:00
Prajwal Tuladhar 9983216871 use https maven repo URL to download dependencies 2015-03-20 14:09:07 -04:00
Fangjin Yang bb9118319f Merge pull request #1226 from dkharrat/master
Honor ignoreInvalidRows in reducer of Hadoop indexer
2015-03-20 08:36:09 -07:00
Charles Allen 5250d89adf Update MapDB to version 1.0.7
The update fixes a bunch of HTree issues which we have not encountered yet, but we use HTRee in many of our MapDB usages
http://www.mapdb.org/changelog.html#Version_107_2015-02-19
2015-03-20 08:31:23 -07:00
Dia Kharrat 3a6dc99384 log invalid rows in mapper of Hadoop indexer 2015-03-19 22:31:04 -07:00
Dia Kharrat 58d5f5e7f0 Honor ignoreInvalidRows in Hadoop indexer
The reducer of the hadoop indexer now ignores lines with parsing
exceptions (if enabled by the indexer config).
2015-03-19 22:31:04 -07:00
Fangjin Yang 46eae49bf5 Merge pull request #1229 from himanshug/remove_map_writable_parser
Removing MapWritableInputRowParser from indexing-hadoop
2015-03-19 17:40:59 -07:00
Himanshu Gupta 8c1f0834ba Removing MapWritableInputRowParser from indexing-hadoop it should really be an extension if user needs 2015-03-19 18:37:08 -05:00
Xavier Léauté a98187f798 Merge pull request #1177 from himanshug/custom_input_format1
Feature:  Make hadoop input format configurable for batch ingestion
2015-03-19 15:49:36 -07:00
fjy b389cfe404 [maven-release-plugin] prepare for next development iteration 2015-03-19 12:38:17 -07:00
fjy 60e7d543cc [maven-release-plugin] prepare release druid-0.7.1-rc1 2015-03-19 12:38:13 -07:00
fjy 6a47c1530c update versions to prepare for rc release 2015-03-19 11:39:38 -07:00
fjy db06bda5e0 fix ingestion docs 2015-03-18 17:23:22 -07:00
fjy 3e664a4c32 fix plumber docs 2015-03-18 15:56:27 -07:00
fjy 70f009e517 Merge branch 'master' of https://github.com/druid-io/druid 2015-03-18 15:54:31 -07:00
fjy 8de3eab832 fix doc formatting 2015-03-18 15:53:00 -07:00
Himanshu Gupta 3f7a7ba5d3 For batch hadoop indexing, make hadoop input format configuration. Given input format must extend from org.apache.hadoop.mapreduce.InputFormat 2015-03-18 16:09:45 -05:00
Fangjin Yang 4467d1c9cc Merge pull request #1225 from b-slim/fix_http_client
Using new release of the http-client.
2015-03-18 08:31:01 -07:00
Slim Bouguerra 03547b4088 Using new release of the http-client.
This new version 1.0.1 it has a bug fix that was  causing can not add a handler exceptions.
Bug description can be found [here](https://github.com/metamx/http-client/pull/16)
2015-03-18 09:33:45 -05:00
nishantmonu51 21cd75bcf6 improve alert
skip doing false alert when the coordinator looses leadership
2015-03-18 09:42:22 +05:30
Fangjin Yang 6bcdf7f60f Merge pull request #1223 from metamx/AnnounceIdUUID
Add consistency to UUIDUtils handling
2015-03-17 16:09:58 -07:00
Charles Allen 868100c79c Add consistency to UUIDUtils handling
* Use "_" instead of "-"
2015-03-17 16:05:46 -07:00
Fangjin Yang 65e05071b6 Merge pull request #1205 from druid-io/update-jets3t
Update jets3t version to support aws v4 auth
2015-03-17 15:39:17 -07:00