I've got Druid 0.10.1 running successfully and ingesting data which gets committed to deep storage after the default interval of an hour.
What I need to do next is start up a realtime node so I can get some streaming jobs writing to Druid, then have some other jobs querying the realtime data immediately, which appears to be only immediately available in a realtime node.
I know how to start a druid realtime node, however I don't see realtime "built" into the Ambari deployment.
Do I simply build a config, and start it as an independent process inside the Hadoop cluster?
Thanks for any and all advice.