fjy
afa5735228
fix typo in intro tutorial
2013-10-18 10:43:20 -07:00
fjy
18b02e5dba
add link to data flow from druid cluster tutorial
2013-10-18 10:39:04 -07:00
fjy
8d22c05807
Merge branch 'master' of github.com:metamx/druid
2013-10-18 10:30:13 -07:00
fjy
c96abe3a59
add data flow docs
2013-10-18 10:29:58 -07:00
fjy
84960f6c58
Merge pull request #270 from metamx/igalDruid
...
removed bogus word
2013-10-18 10:25:34 -07:00
Igal Levy
413c4d075a
fixed typo
2013-10-18 10:21:30 -07:00
Xavier Léauté
ce48278d83
more legible graphics
2013-10-18 10:04:32 -07:00
Xavier Léauté
5bec1cd881
data flow graph
2013-10-18 08:11:16 -07:00
fjy
cdde400718
fix task docs and indexing service img
2013-10-16 18:08:36 -07:00
fjy
7e24776097
fix typo in docs
2013-10-16 17:58:57 -07:00
fjy
4862852b43
more docs about how to use different versions of hadoop in druid
2013-10-16 17:54:49 -07:00
fjy
6192602893
fix extensions config not getting picked up in hadoop index task
2013-10-16 16:52:23 -07:00
fjy
1bd1bc98d1
update s3 calls to not use deprecated fns
2013-10-16 13:21:54 -07:00
fjy
2dc716bf7e
fix bug and make it actually possible to load extensions
2013-10-16 11:59:01 -07:00
fjy
98dcd4468b
Merge pull request #269 from metamx/fix-task
...
Refactor Hadoop-based indexing to repair broken Hadoop Index Task
2013-10-16 11:38:21 -07:00
fjy
71a9b43c83
fix docs for deep storage
2013-10-16 11:37:56 -07:00
fjy
a1c09df17f
make the hadoop index task work again
2013-10-16 09:45:17 -07:00
fjy
9796a40b92
port docs over to 0.6 and a bunch of misc fixes
2013-10-11 18:38:53 -07:00
Xavier Léauté
b85fbbfdf5
add indexing service diagram
2013-10-11 15:21:28 -07:00
fjy
38e9ff5984
Merge pull request #266 from metamx/more-docs
...
a ton of fixes to docs
2013-10-10 15:05:34 -07:00
fjy
560981acbf
a ton of fixes to docs
2013-10-10 15:05:01 -07:00
fjy
cf4711d99d
Merge pull request #263 from metamx/is-docs
...
New Tutorial for batch ingestion with indexing service
2013-10-09 15:45:03 -07:00
fjy
a9a723bd11
clean up poms, add a new loading your own data tutorial, add new validation, clean up logs
2013-10-09 15:42:39 -07:00
fjy
4e509d1d09
Merge branch 'master' into is-docs
2013-10-09 14:05:10 -07:00
cheddar
adf6625081
Merge pull request #1 from metamx/master
...
Update to latest master
2013-10-09 13:51:08 -07:00
fjy
3364b9ae5e
Merge pull request #262 from metamx/fix-hadoop
...
Fix HadoopDruidIndexer to work with the new way of things
2013-10-09 13:27:49 -07:00
cheddar
c47fe202c7
Fix HadoopDruidIndexer to work with the new way of things
...
There are multiple and sundry changes in here.
First, "HadoopDruidIndexer" has been split into two pieces, (1) CliHadoop which pulls the hadoop version and builds up the right classpath with the proper hadoop version to run the indexer and (2) CliInternalHadoopIndexer which actually runs the indexer.
In order to work around a bunch of jets3t version conflicts with Hadoop and Druid, I needed to extract the S3 deep storage stuff into its own module. I then also moved the HDFS stuff into its own module so that I could eliminate the dependency on Hadoop for druid-server.
In doing these changes, I wanted to make the extensions buildable with only the druid-api jar, so a few other things had to move out of Druid and into druid-api. They are all API-level things, however, so they really belong in druid-api instead.
Lastly, I removed the druid-realtime module and put it all in druid-server.
2013-10-09 15:15:44 -05:00
fjy
a96eb634d4
Merge pull request #260 from rjurney/master
...
Changed indexGranularity on webstream example from minute to second
2013-10-09 12:25:10 -07:00
Russell Jurney
806bc0f58c
Changed webstream example to second indexGranularity.
2013-10-09 12:23:00 -07:00
fjy
4ec4b8e024
rewrite indexing service docs
2013-10-08 16:34:58 -07:00
Russell Jurney
4e30a14438
Reverted minute/second change.
2013-10-08 13:27:39 -07:00
Russell Jurney
caa3c663f5
Changed wikipedia example to second indexGranularity.
2013-10-08 13:05:38 -07:00
fjy
ed6ba44917
Merge pull request #258 from metamx/fix-docs
...
Fix docs for 0.6 (part 1 of many)
2013-10-07 14:49:04 -07:00
fjy
af1dbe6eab
fix docs for 0.6 part 1 of many
2013-10-07 14:47:04 -07:00
fjy
de71c14114
Merge pull request #257 from metamx/az
...
Add availability zone info to autoscaling
2013-10-07 12:17:42 -07:00
fjy
703b674800
add availability zone info to autoscaling
2013-10-07 12:16:50 -07:00
fjy
dd0b31785d
Merge pull request #256 from metamx/rename
...
Refactor our modules to standarize Druid node naming convention
2013-10-06 14:23:32 -07:00
fjy
cdbbf445fd
remove ec2 startup files; they are obsoleted by whirr
2013-10-06 14:22:44 -07:00
fjy
ac330f72bb
first set of changes to standarize the naming convention we use in druid
2013-10-03 16:36:48 -07:00
fjy
bf157ea8ef
fix the example assembly and have better error logging for rabbitmq
2013-10-03 10:54:25 -07:00
fjy
8885412b33
Merge pull request #255 from metamx/fix-examples
...
Update examples to work with Druid v0.6
2013-10-03 10:00:38 -07:00
fjy
17874eeb67
make the CliPeon actually able to run on its own
2013-10-02 15:55:10 -07:00
fjy
bc8db7daa5
1) make chat handler resource work again
...
2) add more default configs
3) make examples work again
2013-10-02 14:22:39 -07:00
fjy
216bed9c36
Merge branch 'local-index' into fix-examples
2013-10-02 14:21:28 -07:00
Gian Merlino
384dcda7e4
Chat handlers still don't work, but, they're closer maybe.
2013-10-01 17:45:53 -07:00
cheddar
1c77177de3
Merge pull request #254 from metamx/local-index
...
Add a local firehose for indexing local files
2013-10-01 14:17:05 -07:00
fjy
59f2d0711d
Merge branch 'master' into local-index
2013-10-01 13:21:43 -07:00
fjy
30df53671e
remove line iterator factory because it is not needed
2013-10-01 13:21:20 -07:00
Gian Merlino
62eda5020c
ShardSpec: Remove isInChunk(Map<String, String>)
2013-10-01 12:50:08 -07:00
fjy
5d0d71250b
fix chat handler resources not correctly registering themselves
2013-10-01 11:25:39 -07:00