Apache Druid: a high performance real-time analytics database.
Go to file
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
cassandra-storage Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
common Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
docs fix docs for 0.6 part 1 of many 2013-10-07 14:47:04 -07:00
examples Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
hdfs-storage Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
indexing-hadoop Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
indexing-service Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
install No more com.metamx.druid, it is now all io.druid! 2013-08-30 19:42:12 -05:00
processing Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
publications/whitepaper first set of changes to standarize the naming convention we use in druid 2013-10-03 16:36:48 -07:00
s3-extensions Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
server Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
services Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
.gitignore Add docs from github wiki 2013-09-13 17:20:39 -05:00
DruidCorporateCLA.pdf Add CLA documents 2013-03-15 16:07:54 -05:00
DruidIndividualCLA.pdf Add CLA documents 2013-03-15 16:07:54 -05:00
LICENSE 1) Create LICENSE 2012-10-24 05:09:47 -04:00
README added DruidSetup.java and install/druid_setup.sh to run it for Druid ensemble setup (put properties to zk, create zk zpaths, prep db, and dump properties/paths in zk); property druid.zk.paths.base can establish a namespace for a druid ensemble allowing more than one ensemble to use the same zookeepers; this namespace is the base zpath prefix for paths with properties in the form druid.zk.paths.*Path which are normally set automatically now; if druid.zk.paths.*Path are explicitly set, then all of them must be set with absolute paths to ensure careful attention; ZkSetup is now deprecated, use DruidSetup instead; examples/twitter RealtimeStandaloneMain will exit properly now after a kill -15 (control-c or kill pid) instead of hanging on an unstopped daemon. 2012-11-06 00:16:27 -08:00
build.sh fix docs for 0.6 part 1 of many 2013-10-07 14:47:04 -07:00
eclipse_formatting.xml Eclipse formatting file. (only what I inferred from a few files) 2013-05-01 14:17:57 -04:00
pom.xml Fix HadoopDruidIndexer to work with the new way of things 2013-10-09 15:15:44 -05:00
upload.sh Fix upload script to actually upload into the directory 2013-07-19 16:57:55 -07:00

README

See the "Wiki" https://github.com/metamx/druid/wiki

Build with build.sh

See examples/rand 
See examples/twitter