Welcome to Drillland Jonathan! It's great that you're interested in helping contribute to Drill. We're still early so there are lots of things to do. What interests you? It would be great if you you could take a look at the doc that I just posted and give any thoughts or feedback. Also, what other components interest you? The main components of Drill are generally: SQL Query Parsing, Query Planner/Optimizer and Execution engine. In addition, there are the pluggable components described in the query plan doc like storage engine, aggregate and scalar functions, additional query parsers, etc.
Another way that you may be able to help out is to help start work on an Accumolo storage engine implementation for Drill. We still need to determine the storage engine interface but I'm starting to sketch some things out. Maybe you could start by watching DRILL-13 and helping out on design review and discussion as that progresses. Thanks, Jacques On Thu, Nov 8, 2012 at 6:26 AM, Jon Roetman <[email protected]> wrote: > Hello, > > I've just joined this group to hopefully provide some help. I've never > worked on an open source project before, but it seems like a great > opportunity to learn something new. > > I'm currently working in a java shop that's developing on a > hadoop/zk/accumulo stack, and hope some of this experience could prove > beneficial. I haven't looked at the issues for this project in detail yet, > but if anyone has suggestions or would like assistance, let me know! > > - Jonathan >
