Hey Vivek,
First of all welcome to Drill Dev.

Drill source is composed of several modules where you can start
contributing, for example. hive-storage, hbase-storage, drill-exec etc.
These are all modules (folders) that you are seeing in the source.

You can use these standard steps for cloning/building Drill source:

$ git clone https://github.com/apache/incubator-drill
$ cd incubator-drill
$ mvn clean install -DskipTests

Once your source is build you can import it in your fav IDE and start
digging the source code. You will be more familiar with the source once you
start diving into it.

Good places to start contributing:
- Debug Testcases
- https://cwiki.apache.org/confluence/display/DRILL/Contributing
-
https://cwiki.apache.org/confluence/display/DRILL/Contributing#Contributing-Whereisagoodplacetostartcontributing
?


Let us know in case you face any issues.

Good luck Drilling !!
DrillDev



On Mon, Jul 21, 2014 at 1:38 PM, Vivek <[email protected]> wrote:

> Hi Drill Team,
>
> I want to contribute code to the Drill project. I tried checkout the
> project from GIT head. I am facing issue in identifying which folder has
> the source code. If you have any documentation for the new developer,
> please let me know.
>
> Thanks
> Vik
>

Reply via email to