Hey Damien, That would be a great contribution. Please file a JIRA at [1]. You can fork the repo at [2] and start working on your patch. Though somewhat outdated, [3] roughly outlines contribution steps.
Typically, we create a feature branch and submit a pull request once the work is stable. You should start looking at [4] where you will likely need to add a CORS handler. Let me know. Thanks. -Hanifi 1: https://issues.apache.org/jira/browse/DRILL/ 2: https://github.com/apache/drill 3: https://drill.apache.org/docs/contribute-to-drill/ 4: https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/WebServer.java 2016-05-19 3:13 GMT-07:00 Damien Contreras <[email protected]>: > Hi Support, > > First of all, > Drill seems a very nice addition to our Hadoop cluster, > > we just installed Drill on our hadoop cluster and could not find have > Drill RestAPI add the Access-Control-Allow-Origin: * to the returned > message header > to allow it being used from a HTML5 application. > > Would appreciate your support in suggesting how I could do that. > > Best Regards, >
