Commit Graph

5275 Commits

Author SHA1 Message Date
Xavier Léauté e03709b396 Merge pull request #1264 from druid-io/fix-index-task
Ignore rows with invalid interval for index task
2015-04-06 17:23:07 -07:00
fjy 195a3b8bb8 ignore rows with invalid interval 2015-04-06 16:08:40 -07:00
Xavier Léauté 8b5fa8f85d always upload SNAPSHOT self-contained jars 2015-04-03 21:18:09 -07:00
Fangjin Yang 9e028840ed Merge pull request #1257 from himanshug/fix_doc
fixing storageDirectory property typo in example configuration
2015-04-02 14:31:59 -07:00
Xavier Léauté 882b58a70f Merge pull request #1246 from druid-io/new-paper
A new paper on how to architect an analytics stack
2015-04-02 14:22:34 -07:00
Himanshu Gupta 457edb5d25 correcting storageDirectory property typo 2015-04-01 00:54:38 -05:00
fjy 74af1f947e How to architect an analytics stack 2015-03-31 16:09:50 -07:00
Fangjin Yang 834fd71e34 Merge pull request #1254 from bobrik/on-the-right
Menu is on the right now
2015-03-31 15:58:57 -07:00
Fangjin Yang 9264644cf9 Merge pull request #1255 from infynyxx/fix_doc_link2
fix doc link
2015-03-31 15:58:49 -07:00
Prajwal Tuladhar def4cddfea fix doc link 2015-03-31 18:19:24 -04:00
Ian Babrou a6887da923 menu is on the right now 2015-03-30 21:59:15 -07:00
Fangjin Yang 208e307915 Merge pull request #1251 from metamx/uriSegmentLoaders
Revert "Revert "Overhaul of SegmentPullers to add consistency and retries""
2015-03-30 17:43:51 -07:00
fjy aea7f9d192 [maven-release-plugin] prepare for next development iteration 2015-03-30 16:35:24 -07:00
fjy 060d7aef03 [maven-release-plugin] prepare release druid-0.7.1 2015-03-30 16:35:20 -07:00
Charles Allen 1c6cbea89c Revert "Revert "Overhaul of SegmentPullers to add consistency and retries""
This reverts commit f904bc7858.
2015-03-30 13:40:04 -07:00
Fangjin Yang cb3e9f722a Merge pull request #1250 from druid-io/revert-1132-uriSegmentLoaders
Revert "Overhaul of SegmentPullers to add consistency and retries"
2015-03-30 13:16:10 -07:00
Fangjin Yang f904bc7858 Revert "Overhaul of SegmentPullers to add consistency and retries" 2015-03-30 13:15:50 -07:00
Fangjin Yang 1e38def170 Merge pull request #1132 from metamx/uriSegmentLoaders
Overhaul of SegmentPullers to add consistency and retries
2015-03-30 13:04:01 -07:00
Charles Allen 6d407e8677 Add URI handling to SegmentPullers
* Requires https://github.com/druid-io/druid-api/pull/37
* Requires https://github.com/metamx/java-util/pull/22
* Moves the puller logic to use a more standard workflow going through java-util helpers instead of re-writing the handlers for each impl
  * General workflow goes like this: 1) LoadSpec makes sure the correct Puller is called with the correct parameters. 2) The Puller sets up general information like how to make an InputStream, how to find a file name (for .gz files for example), and when to retry. 3) CompressionUtils does most of the heavy lifting when it can
2015-03-30 12:33:23 -07:00
Fangjin Yang 9c741d58f4 Merge pull request #1248 from b-slim/patch-1
Fix typo in the query body
2015-03-30 08:20:53 -07:00
Slim 425c5f750c Fix typo in the query body
last `,` will break the query.
2015-03-30 09:34:38 -05:00
Fangjin Yang e5653f0752 Merge pull request #1190 from vigiglobe/master
Fix NPE when partionNumber 0 does not exist.
2015-03-26 13:25:39 -07:00
Xavier Léauté 2c58e355fd Merge pull request #1239 from metamx/log4j2forRealz
Exclude log4j from curator dependencies in favor of log4j-1.2-api
2015-03-26 13:21:13 -07:00
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