Fangjin Yang
9b94f725fe
Merge pull request #1133 from metamx/kafka-eight-docs
...
Update Tutorials and Examples for Kafka 0.8
2015-02-18 07:56:48 -08:00
Xavier Léauté
cff218ee20
update example + tutorial for kafka 0.8
2015-02-17 23:58:51 -08:00
Xavier Léauté
018653700b
update docs jekyll config
2015-02-17 23:58:50 -08:00
Xavier Léauté
683fa1dc65
Merge pull request #1131 from druid-io/fix-tutorials
...
Go through and fix mistakes in tutorials and docs
2015-02-17 23:58:20 -08:00
fjy
3fab045b2d
Go through and fix mistakes in tutorials and docs
2015-02-17 15:21:16 -08:00
cheddar
2a45501393
Merge pull request #1110 from metamx/move-to-sonatype
...
Move Druid release artifacts to Sonatype
2015-02-17 11:54:16 -08:00
extpvaan
b42b41cca7
Bind value of column "partitioned" as boolean, as it is defined in the "create table" ddl.
2015-02-17 10:22:10 -08:00
Fangjin Yang
5d12502f9d
Merge pull request #1123 from housejester/jde-tutorial-common
...
Common Configs in Tutorial
2015-02-16 08:23:59 -08:00
Fangjin Yang
2593864c52
Merge pull request #1126 from gianm/md-insert-or-update-tx
...
Use jdbi inTransaction for SQLMetadataConnector's insertOrUpdate.
2015-02-16 08:23:05 -08:00
Gian Merlino
e00de8c19f
Use jdbi inTransaction for SQLMetadataConnector's insertOrUpdate.
...
This fixes an issue where failed transactions were not properly rolled back.
2015-02-16 07:42:43 -08:00
Xavier Léauté
38e8dfdc98
replace Kafka 0.8.1.1 with 0.8.2.0 stable
2015-02-13 14:48:36 -08:00
Xavier Léauté
1971c1679c
do not build kafka-seven extension by default
2015-02-13 14:32:47 -08:00
Xavier Léauté
78df7f6165
Move Druid release artifacts to Sonatype
...
- Switch to using Druid parent POM
- Add required fields for Sonatype
- Common plugin versions and settings have been moved to the parent pom
- Cleanup artifacts and POMs for consistent formatting
- Remove org.hyperic.sigar dependency and update docs to reflect necessary jars to add at runtime when sigar is needed
2015-02-13 14:26:31 -08:00
James Estes
8d1aa2beb3
Add common config dir to classpath in examples
...
Also adds query examples in the Cluster tutorial
2015-02-13 12:59:08 -07:00
fjy
d29740ed9f
[maven-release-plugin] prepare for next development iteration
2015-02-12 16:16:00 -08:00
fjy
211fd15b7e
[maven-release-plugin] prepare release druid-0.7.0-rc3
2015-02-12 16:15:56 -08:00
fjy
13de51494e
update versions in tutorials and docs
2015-02-12 16:11:31 -08:00
Fangjin Yang
e915675b97
Merge pull request #1112 from druid-io/fix-examples
...
Update realtime node configs for examples; fixes #1111
2015-02-12 15:44:15 -08:00
Fangjin Yang
27f32bdc8d
Merge pull request #1117 from druid-io/update-pom
...
update poms for bb collections for druid-api for bug fixes
2015-02-12 15:38:14 -08:00
Xavier Léauté
5fa839888c
Merge pull request #1118 from metamx/fix-integration-tests
...
fix-tests
2015-02-12 15:11:26 -08:00
nishantmonu51
feebcd757f
fix-tests
...
add columns to parseSpec
2015-02-13 02:19:27 +05:30
Fangjin Yang
90bc62eb5c
Merge pull request #1108 from metamx/improve-groupby-perf
...
Improve groupby by removing conversion to case insensitive row
2015-02-12 11:45:20 -08:00
fjy
b370dfbdb3
update poms for bb collections for druid-api for bug fixes
2015-02-12 11:43:34 -08:00
Fangjin Yang
9bcbf0993a
Merge pull request #1114 from druid-io/more-docs
...
Add docs for http endpoints
2015-02-12 11:30:08 -08:00
Fangjin Yang
2d5c3e3c58
Merge pull request #1115 from metamx/travisCImark
...
Add build status image to README.md
2015-02-12 11:21:20 -08:00
Charles Allen
7c4e896fd7
Add build status image to README.md
2015-02-11 20:26:55 -08:00
fjy
34ed474d40
Add docs for http endpoints
2015-02-11 16:12:51 -08:00
fjy
63338e6e35
Update realtime node configs for examples; fixes #1111
2015-02-11 14:34:02 -08:00
Xavier Léauté
8410023b6e
Merge pull request #1092 from metamx/jacksonObjectMapperCopyFix
...
Remove ObjectMapper::copy() from QueryResource
2015-02-11 09:45:12 -08:00
nishantmonu51
15cf432b74
remove conversion to case insensitive row
...
this is not required after death to casing in 0.7
2015-02-11 19:40:36 +05:30
Charles Allen
d51b37cfd5
Remove QueryResource's ObjectMapper::copy() in favor of using the injected ObjectMapper directly
...
* Workaround for https://github.com/FasterXML/jackson-databind/issues/696
2015-02-10 16:50:23 -08:00
Xavier Léauté
c5e99bf6ec
Merge pull request #1105 from metamx/fixEmptyExtractionFilter
...
Fix empty results on ExtractionFilter.
2015-02-10 14:25:58 -08:00
Charles Allen
b9cb311a52
Fix empty results on ExtractionFilter.
...
* Now returns empty results rather than erroring out
* Added unit tests for multiples case
2015-02-10 14:04:38 -08:00
Xavier Léauté
31e248736d
Merge pull request #1106 from druid-io/update-http-client
...
Update http client to 1.0.0
2015-02-10 13:37:27 -08:00
fjy
708759e1e0
Update http-client to 1.0.0
2015-02-10 13:36:47 -08:00
Xavier Léauté
a5424d59b3
Merge pull request #1104 from metamx/fix-npe
...
Fix NPE for union queries
2015-02-10 09:55:39 -08:00
nishantmonu51
e5fa8e0cb4
Fix NPE for union queries
...
filter non-existing datasources for union queries.
handle review comment
2015-02-10 23:21:58 +05:30
Fangjin Yang
1418cbb0e9
Merge pull request #1103 from metamx/fix-request-time
...
fix change in request/time meaning introduced by d2c729a
, fixes #1102
2015-02-09 17:23:05 -08:00
Xavier Léauté
2db3144f04
fix change in request/time meaning introduced by d2c729a
, fixed #1102
2015-02-09 16:41:30 -08:00
Xavier Léauté
72333731c3
Merge pull request #1101 from druid-io/update
...
Update poms and add docs for backwards compat JSON parser
2015-02-09 16:14:57 -08:00
fjy
e5debb2dec
update poms and add docs for backwards compat
2015-02-09 16:13:00 -08:00
Fangjin Yang
040e771da2
Merge pull request #1099 from metamx/console_cleanup
...
console cleanup
2015-02-08 09:06:05 -08:00
Tarek Rached
f47f0d51c7
removed unecessary logging
...
fixed simplifyInterval logic
2015-02-06 21:13:25 -08:00
Fangjin Yang
9f353ca2bd
Merge pull request #1098 from metamx/Enable_full_iso8601_durations_in_console
...
better regex for durations
2015-02-06 17:30:45 -08:00
Tarek Rached
a0fc20fc09
better regex for durations
2015-02-06 17:02:31 -08:00
Fangjin Yang
1ee4f7cc13
Merge pull request #1096 from metamx/incremental-index-time-selector
...
fix `__time` column selector for incremental index
2015-02-06 13:07:59 -08:00
Xavier Léauté
a7dcaffb53
fix `__time` column selector for incremental index
...
- also adds tests for selecting the time column
2015-02-06 12:06:05 -08:00
Fangjin Yang
42e902b6e3
Merge pull request #1090 from metamx/alphanum-attribution
...
update code attribution
2015-02-04 15:51:34 -08:00
Xavier Léauté
0fbc6071c9
update code attribution
2015-02-04 15:28:44 -08:00
Fangjin Yang
7df02847b7
Merge pull request #1089 from metamx/linking-to-old-console
...
fixed links back to old console
2015-02-04 15:22:07 -08:00